Editing Mod:Scripts

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 14: Line 14:
  
 
=== Player ===
 
=== Player ===
Each entity (character or interactive object) is associated with a "player", whether controlled by the player or not. Each player is linked to a team, and several players can have the same team. There is an unlimited number of players.{{Idea|It is possible to assign special behaviors (AI) to each player, such as running away from the player.}}In ''[[Wikipedia 2197|The Sum]]'', the basic players are:
+
Each entity (character or interactive object) is associated with a "player", whether controlled by the player or not. Each player is linked to a team, and several players can have the same team. There is an unlimited number of players.{{Idea|It is possible to assign special behaviors (AI) to each player, such as running away from the player.}}}In ''[[Wikipedia 2197|The Sum]]'', the basic players are:
 
<ol start="0">
 
<ol start="0">
 
<li>'''Scenary :''' Everything that is part of the ''decor'' and does not have a particular behavior. '''Behavior:''' passive.</li>
 
<li>'''Scenary :''' Everything that is part of the ''decor'' and does not have a particular behavior. '''Behavior:''' passive.</li>
Line 40: Line 40:
 
A green area at the edges of a location that allows, when walking in the middle of it, to leave the current location to access the [[The Sum:Worldmap|Worldmap]].
 
A green area at the edges of a location that allows, when walking in the middle of it, to leave the current location to access the [[The Sum:Worldmap|Worldmap]].
  
== Create a script ==
+
== Créer un script ==
=== Open the location file (level editor) ===
+
=== Ouvrir le fichier du lieu (éditeur de niveaux) ===
# Open the folder ''Game''/ then ''FT Improver.EXE''.{{Warning|Use ''FT Tools.exe'' instead will result in an error.}}
+
# Ouvrez le dossier ''Game''/ puis '''FT Improver.EXE'''.{{Avertissement|Utiliser '''FT Tools.exe''' à la place résultera en une erreur.}}
# Pass the videos by clicking on them.
+
# Passez les vidéos en cliquant dessus.
# Click on {{False button|MORE|color=black|button=yes}}.
+
# Cliquez sur {{Faux bouton|MORE|couleur=noir|bouton=oui}}.
# Click {{False button|LEVEL EDITOR|color=black|button=yes}}.
+
# Cliquez sur {{Faux bouton|LEVEL EDITOR|couleur=noir|bouton=oui}}.
# Navigate to the {{False button|File|color=gray|border=black}} menu then {{False button|Open|color=gray3}}.
+
# Accédez au menu {{Faux bouton|File|couleur=gris|bordure=noir}} puis {{Faux bouton|Open|couleur=gris3}}.
# Open the file of the place previously created which must end with '''.mis'''.
+
# Ouvrez le fichier du lieu précédemment créé qui doit se terminer par '''.mis'''.
  
=== Accessing scripts ===
+
=== Accéder aux scripts ===
Scripts are stored and coded in the [[Mod:Editors#Level_editor|Level Editor]].
+
Les scripts sont stockés et codés dans l'[[Mod:Éditeurs#.C3.89diteur_de_niveaux_.28Level_editor.29|Éditeur de niveaux]].
# Click on the {{False button|Level|color=black2}} tab.
+
# Cliquez sur l'onglet {{Faux bouton|Level|couleur=noir2}}.
# Click on the {{False button|Triggers...|color=gray|bord=black}} tab at the bottom left.
+
# Cliquez sur {{Faux bouton|Triggers...|couleur=gris|bordure=noir}} en bas à gauche.
  
=== Add a script ===
+
=== Ajouter un script ===
In the[[Mod:Editors#Level_editor|Level Editor]], a script is a series of '''conditions''' leading (if they are '''all''' true) to a series of '''actions'''. <font color="red">Warning: There is no such thing as "or" (''or'') in the editor</font>. You can create as many scripts as you need, but they only work in the location in which they were added.{{Idea|For each script, add a short description that is easy to understand (example: ''ENEMY LEAK - 1 dead)''.}}
+
Dans l'[[Mod:Éditeurs#.C3.89diteur_de_niveaux_.28Level_editor.29|Éditeur de niveaux]], un script est une série de '''conditions''' menant (si elles sont '''toutes''' vraies) à une série d''''actions'''. <font color="red">Attention: Il n'existe pas de "ou" (''or'') dans l'Éditeur</font>. Vous pouvez créer autant de scripts que nécessaire, mais ceux-ci ne fonctionnent que dans le lieu dans lequel ils ont été ajoutés.{{Idée|Pour chaque script, ajoutez une courte description qui est facile à comprendre (exemple: ''FUITE ENNEMIS - 1 mort)''.}}
  
 
==== Conditions ====
 
==== Conditions ====
There are 20 conditions. The ones that are not recommended to use are crossed out.
+
Il existe 20 conditions. Celles qui ne sont pas recommandées sont barrées.
* '''Always:''' Default condition, it is always true. Useful when you want to produce an action that starts automatically, like assigning variables.
+
* '''Always:''' Condition par défaut, elle est toujours vraie. Pratique quand on veut produire une action qui démarre automatiquement, comme l'assignation de variables.
* '''Never:''' It is always false. Useful to disable a script temporarily.
+
* '''Never:''' Elle est toujours fausse. Utile pour désactiver un script temporairement.
* '''Speech Occured:''' A dialog window with the specified code name has opened. Can be triggered by scripts using the ''Force Speech'' action.
+
* '''Speech Occured:''' Une fenêtre de dialogue au nom de code spécifié s'est ouverte. Peut être déclenchée par scripts en utilisant l'action ''Force Speech''.
* '''Skill Use Occured:''' A character with the specified code name has used a [[Skill]].
+
* '''Skill Use Occured:''' Un personnage au nom de code spécifié a utilisé une [[Compétence]].
* '''Variable:''' A specified variable has a specified value.
+
* '''Variable:''' Une variable spécifiée a une valeur déterminée.
* '''Timer:''' A timer with the specified code name has reached a specified value.
+
* '''Timer:''' Un compteur au nom de code spécifié a atteint une valeur déterminée.
* '''Quantity - Team:''' Number of elements (''<''' '''>''' or '''=''') of the same type in a specified ''team''.
+
* '''Quantity - Team:''' Nombre d'éléments ('''<''' '''>''' ou '''=''') d'un même type d'une ''team'' spécifiée.
* '''Quantity - Player:''' Number of elements ('''<''' '''>''' or '''=''') of the same type of a specified ''player''.
+
* '''Quantity - Player:''' Nombre d'éléments ('''<''' '''>''' ou '''=''') d'un même type d'un ''player'' spécifié.
 
* '''Quantity - Player Kills:''' Comparaison, entre deux ''players'', du nombre de personnages tués.
 
* '''Quantity - Player Kills:''' Comparaison, entre deux ''players'', du nombre de personnages tués.
* '''Quantity - Unit:''' Number of elements ('''<''' '''>''' or '''=''') of the same type of a specified entity.
+
* '''Quantity - Unit:''' Nombre d'éléments ('''<''' '''>''' ou '''=''') d'un même type d'une entité spécifiée.
* '''Object Script State:''' State ('''on''' or '''off''') of an interactive object, such as a switch or a door.
+
* '''Object Script State:''' État (activé ou non) d'un objet interactif, comme un interrupteur ou une porte.
* <font color="grey"><s>'''WeaponMode is:''' These modes are not used in ''The Sum'</s></font>
+
* <font color="grey"><s>'''WeaponMode is:''' Ces modes ne sont pas utilisés dans ''Nous Aurons''</s></font>
* <font color="grey"><s>'''World mode of play is:''' The game mode of ''The Sum'' is '''CTB''' by default.</s></font>
+
* <font color="grey"><s>'''World mode of play is:''' Le mode de jeu de ''Nous Aurons'' est toujours ''CTB''.</s></font>
* '''Gui Open:''' Game window opened by the player. '''Inv''' (Bag), <font color="grey"><s>'''Main'''</s></font>, '''Char''' (Char), '''Loot''' (Scavenge), '''Steal''' (Steal), '''Barter''' (Exchange), '''Options''' (Options), '''Skilldex''' (Do), '''Pipboy''' (GPSP) and <font color="grey"><s>'''Speech''' (Dialogue)</s></font>.
+
* '''Gui Open:''' Fenêtre ouverte par le joueur. '''Inv''' (Sac), <font color="grey"><s>'''Main'''</s></font>, '''Char''' (État), '''Loot''' (Fouille), '''Steal''' (Vol), '''Barter''' (Échange), '''Options''' (Options), '''Skilldex''' (Agir), '''Pipboy''' (GPSP) et <font color="grey"><s>'''Speech''' (Dialogue)</s></font>.
* <font color="grey"><s>'''Right Click on Tab:''' No use.</s></font>
+
* <font color="grey"><s>'''Right Click on Tab:''' Inutile.</s></font>
* ''All Alive at Exit Grid:'' True if all characters still alive in the player's team are present in an ''Exit Grid'', the green areas at the edge of the location used to reach the game map.
+
* '''All Alive at Exit Grid:''' Vraie si tous les personnages encore vivants dans l'équipe du joueur sont dans des ''Exit Grid'', les zones vertes en bordure du lieu servant à atteindre la carte du jeu.
* ''Can See:'' True if one ''player'' character is able to ''see'' one of another ''player'' characters. Characters who use the Skill ''Sneak'' do not trigger this condition.
+
* '''Can See:''' Vraie si le personnage d'un ''player'' est capable d'en ''voir'' un d'un autre ''player''. Les personnages qui utilisent la Compétence ''Discrétion'' ne déclenchent pas cette condition.
* <font color="grey"><s>'''Brain Extraction Complete:''' No use.</s></font>
+
* <font color="grey"><s>'''Brain Extraction Complete:''' Inutile.</s></font>
* <font color="grey"><s>'''MP - Game Timed Out:''' ''The Sum'' does not work in ''Multiplayer'' mode.</s></font>
+
* <font color="grey"><s>'''MP - Game Timed Out:''' ''Nous Aurons'' ne fonctionne pas en mode ''Multiplayer''.</s></font>
* <font color="grey"><s>'''Main Actor Alive:''' Since the game ends when the main character dies, this condition is equivalent to ''Always''.</s></font>
+
* <font color="grey"><s>'''Main Actor Alive:''' Comme la partie s'arrête quand le personnage principal meurt, cette condition équivaut à ''Always''.</s></font>
  
 
==== Actions ====
 
==== Actions ====
There are 61 actions. The ones that are not recommended are crossed out.
+
Il existe 61 conditions. Celles qui ne sont pas recommandées sont barrées.
* '''Center view:''' Center the view on a specified entity. The rest of the time, [[The_Sum:About/2#View|The view can be changed freely by the player]].
+
* '''Center view:''' Centre la vue sur une entité spécifiée. Le reste du temps, [[Nous_Aurons:À_propos/2#Vue|la vue peut être changée librement par le joueur]].
* '''Player Retreat Zone:''' Assigns a ''Retreat Zone'' to a ''player'' (area where a ''player's'' characters will go if severely injured).
+
* '''Player Retreat Zone:''' Assigne une ''Retreat Zone'' à un ''player'' (zone dans laquelle les personnages d'un ''player'' se rendront si gravement blessés).
* '''Player Move State - Deactivate:''' Deactivate a player. It disappears.
+
* '''Player Move State - Deactivate:''' Désactive un ''player''. Il disparaît.
* '''Player Move State - Stationary:''' Out of combat, makes the characters of a ''player'' static. If disabled, they appear.
+
* '''Player Move State - Stationary:''' Hors combat, rend les personnages d'un ''player'' statiques. Si désactivés, ils apparaissent.
* '''Player Move State - Perimeter:''' Out of combat, assigns a zone to a ''player'' (zone in which the characters try to stay).
+
* '''Player Move State - Perimeter:''' Hors combat, assigne une zone à un ''player'' (zone dans laquelle les personnages essaient de rester).
* '''Player Move State - Wander:''' Out of combat, assigns a zone to a ''player'' (area in which he wanders).
+
* '''Player Move State - Wander:''' Hors combat, assigne une zone à un ''player'' (zone dans laquelle il erre).
* '''Player Move State - Follow:''' Out of combat, assigns the code name of a character to a ''player''. The characters of this ''player'' try to follow them.
+
* '''Player Move State - Follow:''' Hors combat, assigne le nom de code d'un personnage à un ''player''. Les personnages de ce ''player'' essaient de le suivre.
* '''Player Move State - WayPoint:''' Out of combat, assign the first ''WayPoint'' (index 0) of a specified name to the characters of a ''player''. They will walk (depending on their ''Priority'') to this first ''WayPoint'' and then other ''WayPoints'' of the same name if they exist.{{Warning|If the script is marked as {{False button|✔ Preserve|color=black2}}, the characters will never walk beyond the index 0.}}
+
* '''Player Move State - WayPoint:''' Hors combat, assigne le premier ''WayPoint'' (index 0) d'un nom spécifié aux personnages d'un ''player''. Ils marcheront (dépendamment de leur ''Priority'') vers ce premier ''WayPoint'' puis d'autres ''WayPoints'' du même nom s'ils existent.{{Avertissement|Si le script est marqué comme {{Faux bouton|✔ Preserve|couleur=noir2}}, les personnages ne marcheront jamais au delà de l'index 0.}}
* '''Player Move State - Flee:''' Instructs the characters of a ''player'' to run away to a specified zone.
+
* '''Player Move State - Flee:''' Donne l'ordre aux personnages d'un ''player'' de se sauver dans une zone spécifiée.
* '''Player Priority - Move State:''' Chance that the characters of a ''player'' move when a script asks them. At 10, they drop everything and move. Above 8, they run instead of walking.
+
* '''Player Priority - Move State:''' Chance que les personnages d'un ''player'' se déplacent quand un script leur demande. À 10, ils abandonnent tout et se déplacent. Au dessus de 8, ils courent au lieu de marcher.
* '''Player Priority - Aggression:''' Chance that the characters of a ''player'' attack another when a script asks them.
+
* '''Player Priority - Aggression:''' Chance que les personnages d'un ''player'' en attaquent un autre quand un script leur demande.
* '''Player Priority - Communication:''' Distance at which the characters of the same ''player'' realize that another is attacked. At 0, they do not react, at 10, they ''communicate'' on the whole map.
+
* '''Player Priority - Communication:''' Distance à laquelle les personnages d'un même ''player'' se rendent compte qu'un autre est attaqué. À 0, ils ne réagissent pas, à 10, ils ''communiquent'' sur toute la carte.
* '''Player Priority - Mobility:''' Out of combat, how often the characters of a ''player'' move. At 1, they stop at every step or so, at 10, they are always moving.
+
* '''Player Priority - Mobility:''' Hors combat, fréquence à laquelle les personnages d'un ''player'' se déplacent. À 1, ils arrêtent à chaque pas ou presque, à 10, ils sont toujours en mouvement.
* '''Player Priority - Kill Player:''' Chance that the characters of a ''player'' attack another ''player'' when a script asks them.
+
* '''Player Priority - Kill Player:''' Chance que les personnages d'un ''player'' attaquent un autre ''player'' quand un script leur demande.
* '''Player Priority - Kill Unit:''' Chance that the characters of a ''player'' attack a specified entity when a script asks them.
+
* '''Player Priority - Kill Unit:''' Chance que les personnages d'un ''player'' attaquent une entité spécifiée quand un script leur demande.
* '''Set Variable:''' Assign a value (text) to a variable. It is possible to check the option {{False button|Campaign|color=gray}} so that the variable is read in other places.
+
* '''Set Variable:''' Assigne une valeur (textuelle) à une variable. Il est possible de cocher l'option {{Faux bouton|Campaign|couleur=gris}} pour que la variable soit lue dans d'autres lieux.
* '''Set Timer:''' Sets and starts an ascending or descending timer (if the {{False button|Decending|color=gray}} box is checked.{{Warning|A timer left running when exiting a location can sometimes make the game crash.}}
+
* '''Set Timer:''' Détermine et démarre un compteur ascendant ou descendant (si la case {{Faux bouton|Decending|couleur=gris}} est cochée.{{Avertissement|Un compteur laissé en fonction peut parfois faire planter le jeu.}}
* '''Stop Timer:''' Stops a specified timer.
+
* '''Stop Timer:''' Arrête un compteur spécifié.
* '''Show Timer:''' Show a specified timer at the top of the screen, visible to the player.
+
* '''Show Timer:''' Affiche un compteur spécifié en haut de l'écran, visible par le joueur.
 
+
* '''Wait:''' Attend un nombre de secondes spécifiées avant d'accomplir les actions suivantes dans la liste.{{Avertissement|''Wait'' fonctionne uniquement quand la case {{Faux bouton|✔ Blocking|couleur=noir2}} est cochée dans les paramètres de l'action.}}
* '''Wait:''' Waits a specified number of seconds before performing the following actions in the list.{{Avertissement|''Wait'' works only when the {{False button|✔ Blocking|color=black2}} box is checked in the action settings.}}
+
* '''Add Objective:''' Ajoute une tâche (parmi les entrées du fichier '''.txt''' du lieu) à la liste de tâches du joueur (écran '''GPSP'''). Si la case {{Faux bouton|with popup box|couleur=gris}} est cochée, une notification de tâche apparaît sur l'écran principal.
* '''Add Objective:''' Adds a task (among the entries in the location ''.txt'' file) to the player's to-do list (screen ''GPSP''). If the {{False button|with popup box|color=gray}} box is checked, a task notification appears on the main screen.
+
* '''Complete Objective:''' Complète (change en gris) une tâche spécifiée (parmi les entrées du fichier '''.txt''' du lieu) à la liste de tâches du joueur (écran '''GPSP''').
* '''Complete Objective:''' Complete (changes to gray) a specified task (among the entries in the location's ''txt'' file) to the player's task list (screen ''GPSP'').
+
* <font color="grey"><s>'''Set Death Text:''' Non utilisé.</s></font>  
* <font color="grey"><s>'''Set Death Text:''' Not used.</s></font>  
+
* '''End Mission:''' Quitte le jeu ({{Faux bouton|Main Menu|couleur=noir2}}), Rejoint la carte ({{Faux bouton|World Map|couleur=noir2}}), <font color="grey"><s>Tue le personnage principal ({{Faux bouton|Death Screen|couleur=noir2}}), mène à l'écran d'échec ({{Faux bouton|Fail Screen|couleur=noir2}}) ou de victoire ({{Faux bouton|Win Screen|couleur=noir2}}).</s></font>
* '''End Mission:''' Quit the game ({{Faux bouton|Main Menu|couleur=noir2}}), Open the [[Worldmap]] ({{Faux bouton|World Map|couleur=noir2}}), <font color="grey"><s>Kill the [[Main character|main character]] ({{Faux bouton|Death Screen|couleur=noir2}}), bring up the fail screen ({{Faux bouton|Fail Screen|couleur=noir2}}) or victory screen ({{Faux bouton|Win Screen|couleur=noir2}}).</s></font>
+
* '''Goto Mission:''' Déplace instantanément le joueur et tous ses personnages dans un lieu (spécifié par son nom de code).
* '''Goto Mission:''' Instantly moves the player and all his characters to a location (specified by its code name).
+
* <font color="grey"><s>'''Toggle Exit Grids:''' Les ''Exit Grids'' sont toujours fonctionnelles dans ''Nous Aurons''.</s></font>  
* <font color="grey"><s>'''Toggle Exit Grids:''' The ''Exit Grids'' are always functional in ''The Sum''.</s></font>  
+
* '''Set Click Speech:''' Assigne un dialogue (ajouté dans l'onglet {{Faux bouton|Level|couleur=noir2}} et bouton {{Faux bouton|Speech...|couleur=gris|bordure=noir}}) à une entité spécifiée. Celui-ci se déclenche quand le joueur clique dessus.{{Idée|Utiliser ''Set Click Speech'' sur une entité spécifiée avec le paramètre "None" enlève un dialogue déjà programmé.}}
* '''Set Click Speech:''' Assigns a dialogue (added in the tab {{Fake Button|Level|color=black2}} and button {{Fake Button|Speech...|color=gray|border=black}}) to a specified entity. This one is triggered when the player clicks on it.{{Idea|Using ''Set Click Speech'' on a specified entity with the parameter "None" removes a dialog already programmed.}}
+
* '''Set Random Speech:''' Assigne un dialogue (ajouté dans l'onglet {{Faux bouton|Level|couleur=noir2}} et bouton {{Faux bouton|Speech...|couleur=gris|bordure=noir}}) flottant au dessus de la tête d'une entité spécifiée. Celui-ci s'affiche de temps en temps.{{Idée|Utiliser ''Set Random Speech'' sur une entité spécifiée avec le paramètre "None" enlève un dialogue déjà programmé.}}
* ''Set Random Speech:'' Assigns a dialogue (added in the tab {{False button|Level|color=black2}} and button {{False button|Speech...|color=gray|border=black}}) floating above the head of a specified entity. This one is displayed from time to time.{{Idea|Using ''Set Random Speech'' on a specified entity with the parameter "None" removes an already programmed dialog.}}
+
* '''Play Wav:''' Fait jouer un fichier '''.wav''' du dossier ''Game/core/sound/''. Le {{Faux bouton|Sound Id|couleur=gris}} doit être unique. Si le nom de code d'une entité est spécifié, le son ne pourra être entendu qu'à proximité de cette entité.
* '''Play Wav:''' Plays a ''.wav'' file from the ''Game/core/sound/'' folder. The {{False button|Sound Id|color=gray}} must be unique. If the code name of an entity is specified, the sound can only be heard near this entity.
+
* '''Kill Entity:''' Tue instantanément une entité d'une manière spécifiée (''Normal'', ''Explode'', ''Cutinhalf'', ''Electrify'', ''Melt'', ''Fire'', ''Riddled'', ''Bighole'').
* '''Kill Entity:''' Instantly kill an entity in a specified way (''Normal'', ''Explode'', ''Cutinhalf'', ''Electrify'', ''Melt'', ''Fire'', ''Riddled'', ''Bighole'').
+
* '''Set object script state:''' Actionne un objet interactif spécifié. Par exemple, si c'est une porte, il est possible de l'ouvrir ou de la fermer.
* '''Set object script state:''' Activates a specified interactive object. For example, if it is a door, it is possible to open or close it.
+
* '''Set Team Alignment Matrix:''' Détermine l'alignement d'une ''team''. Affecte tous les ''players'' de cette ''team''.
* '''Set Team Alignment Matrix:''' Determines the alignment of a ''team''. Affects all players of this team.
+
* '''Display World Text:''' Affiche un texte (parmi les entrées du fichier '''.txt''' du lieu) sous forme d'une fenêtre jaune au milieu de la page. La fenêtre interrompt le jeu, il faut appuyer sur {{Faux bouton|OK|couleur=blanc|bouton=oui}} pour continuer.
* '''Display World Text:''' Displays a text (among the entries in the file ''.txt'' of the place) in the form of a yellow window in the middle of the page. The window interrupts the game, you must press {{False button|OK|color=white|button=yes}} to continue.
 
 
* <font color="grey"><s>'''Start Combat Mode:''' Le mode de jeu de ''Nous Aurons'' est toujours ''CTB''.</s></font>  
 
* <font color="grey"><s>'''Start Combat Mode:''' Le mode de jeu de ''Nous Aurons'' est toujours ''CTB''.</s></font>  
 
* <font color="grey"><s>'''Add Reputation:''' Utilisé par les scripts généraux pour déterminer l'électricité disponible.</s></font>  
 
* <font color="grey"><s>'''Add Reputation:''' Utilisé par les scripts généraux pour déterminer l'électricité disponible.</s></font>  
* '''Add Experience:''' Adds a specified number of [[Autonomy Points]] to the main character.
+
* '''Add Experience:''' Ajoute un nombre spécifié de [[Points d'Autonomie]] au personnage principal.
* '''Add Experience to Player:''' Adds a specified number of Autonomy Points to all characters in a specified player.
+
* '''Add Experience to Player:''' Ajoute un nombre spécifié de [[Points d'Autonomie]] à tous les personnages d'un ''player'' spécifié.
* '''Force Speech:''' Triggers the dialog (added in the {{False button|Level|color=black2}} tab and {{False button|Speech...|color=gray|edge=black}} button) of a specified entity and automatically centers the view on it.{{Avertissement|Specifying a non-existent entity will make the game crash.}}
+
* '''Force Speech:''' Déclenche le dialogue (ajouté dans l'onglet {{Faux bouton|Level|couleur=noir2}} et bouton {{Faux bouton|Speech...|couleur=gris|bordure=noir}}) d'une entité spécifiée et centre automatiquement la vue dessus.{{Avertissement|Spécifier une entité inexistante fera planter le jeu.}}
* '''Change Team:''' Change the "team" of a specified "player".
+
* '''Change Team:''' Change la ''team'' d'un ''player'' spécifié.
* '''Change Player:''' Change the ''player'' of a specified ''Unit''.
+
* '''Change Player:''' Change le ''player'' d'une entité (''Unit'') spécifiée.
* '''Move Unit:''' ''Teleport'' an entity to a specified waypoint.{{Warning|Moving a non-existent entity will make the game crash.}}
+
* '''Move Unit:''' ''Téléporte'' une entité à un ''waypoint'' spécifié.{{Avertissement|Déplacer une entité inexistante fera planter le jeu.}}
* '''Give Item to NPC:''' Passes an item with the specified code name from the player characters to a character with the specified code name.{{Warning|When the player is too far away, nothing happens. When the character already has a copy of the item, nothing happens}}
+
* '''Give Item to NPC:''' Fait passer un item au nom de code spécifié des personnages du joueur à un personnage au nom de code spécifié.{{Avertissement|Quand le joueur est trop loin, il ne se passe rien. Quand le personnage a déjà une copie de l'item, il ne se passe rien.}}
* '''Give Item from NPC to Human:''' Passes an item with a specified code name from a character to the player with a specified code name. {{Warning|When the character is too far away, nothing happens. When the player already has a copy of the item, nothing happens}}
+
* '''Give Item from NPC to Human:''' Fait passer un item au nom de code spécifié d'un personnage au nom de code spécifié au joueur.{{Avertissement|Quand le personnage est trop loin, il ne se passe rien. Quand le joueur a déjà une copie de l'item, il ne se passe rien.}}
* '''Lock/Unlock Door:''' Lock ({{Faux bouton|LockState|couleur=gris}} coché) or unlock ({{Faux bouton|LockState|couleur=gris}} unchecked) a door with the specified code name.
+
* '''Lock/Unlock Door:''' Barre ({{Faux bouton|LockState|couleur=gris}} coché) ou débarre ({{Faux bouton|LockState|couleur=gris}} décoché) une porte au nom de code spécifié.
* <font color="grey"><s>'''Jam/Unjam Minimap:''' Aready used by general scripts based on available electricity.</s></font>  
+
* <font color="grey"><s>'''Jam/Unjam Minimap:''' Utilisé par les scripts généraux en fonction de l'électricité disponible.</s></font>  
* '''Ping Minimap:''' Mark a specified location (code name of a ''waypoint'') in the minimap. The player must have enough portable electricity for this to work.
+
* '''Ping Minimap:''' Marque un emplacement spécifié (nom de code d'un ''waypoint'') dans la minicarte. Le joueur doit avoir assez d'électricité pour que ça fonctionne.
* <font color="grey"><s>'''Add text to Debrief text list:''' Used only at the end of the game.</s></font>  
+
* <font color="grey"><s>'''Add text to Debrief text list:''' Utilisé seulement à la fin du jeu.</s></font>  
* <font color="grey"><s>'''Display Debrief window and text:''' Used only at the end of the game.</s></font>  
+
* <font color="grey"><s>'''Display Debrief window and text:''' Utilisé seulement à la fin du jeu.</s></font>  
* '''Zone of death:''' Instantly kills all entities in a specified zone and in a specified manner (''Normal'', ''Explode'', ''Cutinhalf'', ''Electrify'', ''Melt'', ''Fire'', ''Riddled'', ''Bighole''). By checking {{False button|Outside location|color=gray}}, it is possible to kill all entities outside the specified zone.
+
* '''Zone of death:''' Tue instantanément toutes les entités dans une zone spécifiée et d'une manière spécifiée (''Normal'', ''Explode'', ''Cutinhalf'', ''Electrify'', ''Melt'', ''Fire'', ''Riddled'', ''Bighole''). En cochant {{Faux bouton|Outside location|couleur=gris}}, il est possible de tuer toutes les entités à l'extérieur de la zone spécifiée.
* '''Play Bink Movie:''' Start a ''.bik'' video (created with [[Mod:Editors#The_RAD_Video_Tools|The RAD Video Tools]]) and stored in ''Game/core/movie/''. The {{False button|Archive Title Key|color=gray}} is a code name (e.g.: ''movie_name_intro'') that must also be added to the files ''Game/core/locale/game/'''generic_mission.txt''''' and ''Game/NousAurons/locale/game/'''generic_mission.txt''''' under "// FILM NAME" in this way:<syntaxhighlight>
+
* '''Play Bink Movie:''' Démarre une vidéo '''.bik''' (créée avec [[Mod:Éditeurs#The_RAD_Video_Tools|The RAD Video Tools]]) et stockée dans ''Game/core/movie/''. L'{{Faux bouton|Archive Title Key|couleur=gris}} est un nom de code (ex:''movie_name_intro'') qui doit aussi être ajouté aux fichiers ''Game/core/locale/game/'''generic_mission.txt''''' et ''Game/NousAurons/locale/game/'''generic_mission.txt''''' sous "// NOM DES FILMS" de cette façon:<syntaxhighlight>
 
movie_name_intro = {Introduction}
 
movie_name_intro = {Introduction}
 
</syntaxhighlight>
 
</syntaxhighlight>
* '''Modify RecruitPool list:''' Calls an action to be applied to the list of companions available to the player, from a code name present in ''Game/core/campaigns/'''campaign.txt'''''. Usually, the action is to add a character.
+
* '''Modify RecruitPool list:''' Appelle une action à appliquer à la liste des compagnons disponibles au joueur, à partir d'un nom de code présent dans ''Game/core/campaigns/'''campaign.txt'''''. Habituellement, l'action consiste à ajouter un personnage.
* <font color="grey"><s>'''Add items to QuarterMaster list:''' Used by general scripts to put items in the cooler.</s></font>  
+
* <font color="grey"><s>'''Add items to QuarterMaster list:''' Utilisé par les scripts généraux pour mettre des objets dans la glacière.</s></font>  
* '''Set Mission State:''' Hides ({{Fake Button|Covered|color=black2}}), reveals ({{Fake Button|UnCovered|color=black2}}), or shows the location ({{Fake Button|Visited|color=black2}}) of a specified location on the [[Worldmap]]
+
* '''Set Mission State:''' Cache ({{Faux bouton|Covered|couleur=noir2}}), révèle ({{Faux bouton|UnCovered|couleur=noir2}}) ou indique l'emplacement ({{Faux bouton|Visited|couleur=noir2}}) d'un lieu spécifié.
* <font color="grey"><s>'''Open Mission:''' Use {{False button|Set Mission State|color=black2}} instead.</s></font>  
+
* <font color="grey"><s>'''Open Mission:''' Utiliser plutôt {{Faux bouton|Set Mission State|couleur=noir2}}.</s></font>  
* '''Mission Complete:''' Turns a location (specified by its code name) gray on the [[We'll:Map|Map]], indicating it as visited.
+
* '''Mission Complete:''' Tourne un lieu (spécifié par son nom de code) en gris sur la [[Nous Aurons:Carte|carte]], ce qui l'indique comme visité.
* '''Set Random Encounter Enable:''' Enables or disables (check {{False button|Enabled to|color=black2}} or not) a specified random encounter.
+
* '''Set Random Encounter Enable:''' Active ou désactive (cochez {{Faux bouton|Enabled to|couleur=noir2}} ou non) une rencontre aléatoire spécifiée.
* <font color="grey"><s>'''Brain Extraction:''' Not used</s>
+
* <font color="grey"><s>'''Brain Extraction:''' Inutile</s>
* <font color="grey"><s>'''MP - Team with the Most Wins:''' ''The Sum'' does not work in ''Multiplayer'' mode.</s></font>  
+
* <font color="grey"><s>'''MP - Team with the Most Wins:''' ''Nous Aurons'' ne fonctionne pas en mode ''Multiplayer''.</s></font>  
* <font color="grey"><s>'''MP - Team with the Least Wins:''' ''The Sum'' does not work in ''Multiplayer'' mode.</s></font>  
+
* <font color="grey"><s>'''MP - Team with the Least Wins:''' ''Nous Aurons'' ne fonctionne pas en mode ''Multiplayer''.</s></font>  
* <font color="grey"><s>'''MP - Team Meeting Condition Wins:''' ''The Sum'' does not work in ''Multiplayer'' mode.</s></font>  
+
* <font color="grey"><s>'''MP - Team Meeting Condition Wins:''' ''Nous Aurons'' ne fonctionne pas en mode ''Multiplayer''.</s></font>  
* <font color="grey"><s>'''MP - Team Victory:''' ''The Sum'' does not work in ''Multiplayer'' mode.</s></font>{{Idea|Each set of actions can be executed only once, or each time the conditions are met. To do so, check {{False button|Preserve|color=black2}} to the right of {{False button|✔&nbsp;Conditions|color=black2}}{{False button|&nbsp;Actions|color=black2}}.}}
+
* <font color="grey"><s>'''MP - Team Victory:''' ''Nous Aurons'' ne fonctionne pas en mode ''Multiplayer''.</s></font>
 +
{{Idée|Chaque série d'actions peut être exécutée une seule fois, ou à chaque fois que les conditions sont remplies. Pour se faire, cochez {{Faux bouton|Preserve|couleur=noir2}} à droite de {{Faux bouton|✔&nbsp;Conditions|couleur=noir2}}{{Faux bouton|&nbsp;&nbsp;Actions|couleur=noir2}}.}}

Please note that all contributions to Wikipedia 2197 are considered to be released under the CC BY-NC 3.0 (see Wikipedia 2197:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)