Difference between revisions of "Worms Armageddon mission file"

From Worms Knowledge Base

Jump to: navigation, search
(9. The [Event####] Group: Bug/feature in the events format.)
(Just some minor changes, mainly about default health crate values.)
Line 62: Line 62:
 
| int || TurnTime= || Turn time. Appears to be formatted like the one in the scheme file, ie signed with negative representing infinite, as it won't let me enter a value greater than 126 in the WWP mission editor.
 
| int || TurnTime= || Turn time. Appears to be formatted like the one in the scheme file, ie signed with negative representing infinite, as it won't let me enter a value greater than 126 in the WWP mission editor.
 
|-
 
|-
| int || MineFuse= || Mine fuse in seconds, -1 is random.
+
| int || MineFuse= || Mine fuse in seconds, 4 is random. (-1 is random in WWP, maybe any value outside 1-3 works?)
 
|-
 
|-
 
| int || ObjectType= || Always 0 in default mission files, as they place their objects manually. Probably as in scheme files, ie 0 for no objects, 1 for mines, 2 for barrels, 5 for both, but not tested. Objects would be placed in the same place every time due to random seed being set.
 
| int || ObjectType= || Always 0 in default mission files, as they place their objects manually. Probably as in scheme files, ie 0 for no objects, 1 for mines, 2 for barrels, 5 for both, but not tested. Objects would be placed in the same place every time due to random seed being set.
Line 72: Line 72:
 
| int || UtilityCrateDrops= || Ditto, for utility crates.
 
| int || UtilityCrateDrops= || Ditto, for utility crates.
 
|-
 
|-
| int || HealthCrateEnergy= || Energy obtained from health crates.
+
| int || HealthCrateEnergy= || Set default value for energy obtained from health crates. Setting this to zero (or not including it) makes the default 15.  
 
|-
 
|-
 
| bool || EnableSecretWeapons= || 1 if super weapons are available from crates; 0 if not.
 
| bool || EnableSecretWeapons= || 1 if super weapons are available from crates; 0 if not.
Line 84: Line 84:
 
| int || PauseBetweenTurns= || Hotseat time in seconds.
 
| int || PauseBetweenTurns= || Hotseat time in seconds.
 
|-
 
|-
| int || GirderRadius= || Girder placement radius in pixels.
+
| int || GirderRadius= || Girder placement radius in pixels. 0 = infinite range.
 
|-
 
|-
 
| bool || WormSelect= || 0 = worms in order, 1 = user worm select.
 
| bool || WormSelect= || 0 = worms in order, 1 = user worm select.
Line 216: Line 216:
 
| int || Worm''#''_FixedWeapon= || The weapon ID of the fixed weapon. 0 for normal free CPU choice.
 
| int || Worm''#''_FixedWeapon= || The weapon ID of the fixed weapon. 0 for normal free CPU choice.
 
|-
 
|-
| int || Worm''#''_ActionRadius= || The distance away from itself the CPU takes into account.
+
| int || Worm''#''_ActionRadius= || The distance away from itself the CPU takes into account. 0 = no range limitation?
 
|-
 
|-
 
| bool || Worm''#''_Vital= || 1 if the worm is vital to the mission, 0 otherwise. If a vital worm is killed, all allied teams surrender. Might not work with allies to the human team.
 
| bool || Worm''#''_Vital= || 1 if the worm is vital to the mission, 0 otherwise. If a vital worm is killed, all allied teams surrender. Might not work with allies to the human team.
Line 230: Line 230:
 
!Description
 
!Description
 
|-
 
|-
| int || TotalNumberOfEvents= || Supposed to be the total number of events, but actually wrong in some of the few missions it even appears in, so probably ignored.
+
| int || TotalNumberOfEvents= || Supposed to be the total number of events, but actually wrong in some of the few missions it even appears in. This value is ignored anyway.
 
|-
 
|-
 
|}
 
|}
Line 284: Line 284:
 
| int || PlaceHealth_OnGround= || 1 if the health crate spawns on the ground beneath the coords or 0 if it falls from the coords.
 
| int || PlaceHealth_OnGround= || 1 if the health crate spawns on the ground beneath the coords or 0 if it falls from the coords.
 
|-
 
|-
| int || PlaceHealth_Health= || Amount of health in the crate. Presumably the mission default if not present.
+
| int || PlaceHealth_Health= || Amount of health in the crate. Uses the mission default if not present. Note that setting this to zero will not use the default, but make the health crate restore 0 health.
 
|-
 
|-
 
| bool || PlaceHealth_Marked= || 1 if the health crate is marked - ie important for sequences.
 
| bool || PlaceHealth_Marked= || 1 if the health crate is marked - ie important for sequences.

Revision as of 20:35, 17 September 2012

(Up to File formats)

The Worms Armageddon mission file is the file format used to store missions. It contains many typos and spelling errors; so any typos in this page are more likely to be mistakes in the actual format than typos in the documentation.

Mission files in a disc installation of Worms Armageddon are located on the CD. Which map is used appears to be hard-coded (not usually the same one as the mission filename), as are names and descriptions. This makes making custom missions a bit of a pain. However, below is an almost-complete documentation on the file format. A few notes from Worms World Party are also mentioned due to its mission editor existing, but this documentation is NOT comprehensive for the WWP file format which has many additions and a few alterations (especially of unused or little-known options). In the future, WWP additions may be listed at the bottom of this page.

Mission Groups

All mission settings are organized under main groups according to their type. These groups always appear in the same order in official missions. (it is uncertain if the ordering matters)

Not all the of the groups are vital for the mission to work. The [CPUTeam#], [Event####], and [Sequence####] may have multiple instances in the file, and the group seems to be ignored if the number is zero so make sure it's positive.

Typos and many other errors appear to be silently ignored, which isn't great for manual debugging, especially since the file format is filled with them in the first place.

1. The [Mission] Group

This contains the overview of the mission itself. Not yet particularly well-documented on the whole.

Type Parameter String Description
int MissionNumber= Corresponds to the 0-indexed mission number; probably unused in game (untested).
int WinningCondition= What you need to do in order to win the mission. 0: Kill all AI teams. 1: Destroy a vital crate or team. 2: Survive until mission ends. 3: Mission must be terminated (using event or sequence).
int WinningWeapon= Unknown, unused?

2. The [Description] Group

This contains details about the description of the mission. Again, not at all well-documented.

Type Parameter String Description
int Name= Index of at the very least the mission name, and very possibly the position, description, and map file too. More experimentation required.
int Difficulty= Not used. Apparently the difficulty rating for the mission?

3. The [Options] Group

This contains the bulk of the scheme options for the mission. It's pretty comprehensive, containing many features not in the normal scheme format. Many of the values work differently to in the standard scheme format, so read the value descriptions carefully. Most of these are documented well but it is unknown what the upper and lower limits are for many of them; value ranges acceptable in the WWP mission editor are included where it is not obvious.

Type Parameter String Description
int FallDamage= Sets the Fall Damage.
bool DisplayRoundTime= Boolean. 1 to display the round time.
bool EnableActionReplay= Boolean. 1 to show action replays.
int LandRetreatTime= The retreat time in seconds for weapons fired from land.
int RopeRetreatTime= The retreat time in seconds for weapons fired from a rope.
int RoundTime= Round time. If the value is positive, it represents time in minutes; negative values represent time in seconds.
int TurnTime= Turn time. Appears to be formatted like the one in the scheme file, ie signed with negative representing infinite, as it won't let me enter a value greater than 126 in the WWP mission editor.
int MineFuse= Mine fuse in seconds, 4 is random. (-1 is random in WWP, maybe any value outside 1-3 works?)
int ObjectType= Always 0 in default mission files, as they place their objects manually. Probably as in scheme files, ie 0 for no objects, 1 for mines, 2 for barrels, 5 for both, but not tested. Objects would be placed in the same place every time due to random seed being set.
int WeaponCrateDrops= Weapon crate drop probability. Seems to work the same as in scheme files - see Crate probability
int HealthCrateDrops= Ditto, for health crates.
int UtilityCrateDrops= Ditto, for utility crates.
int HealthCrateEnergy= Set default value for energy obtained from health crates. Setting this to zero (or not including it) makes the default 15.
bool EnableSecretWeapons= 1 if super weapons are available from crates; 0 if not.
int SuddenDeathWaterRise= Water rise rate in pixels.
int SuddenDeathWormDamage= Worm damage in sudden death per turn. Positive values are absolute health values. -1 is all but one. Either 0 is "none", WWP mission editor seems to have a bug in this respect where it will set none to 1, more testing required.
int SuddenDeathType= 0 = end round. 1 = nuke. 2 and 3 = no nuke - water rise and worm damage honoured in both cases. More testing required.
int PauseBetweenTurns= Hotseat time in seconds.
int GirderRadius= Girder placement radius in pixels. 0 = infinite range.
bool WormSelect= 0 = worms in order, 1 = user worm select.
int JetPackTimeLimit= The amount of fuel in the jetpack. 0 = infinite?
bool WeaponsDontEndTurn= 1 if weapons don't end your turn, 0 otherwise.
bool PauseTimerWhileFiring= 1 if timer is paused during firing, 0 otherwise.
bool TurnEndFinishesGame= 1 if ending your turn finishes the mission.
bool LossOfControlDoesntEndTurn= 1 if losing control doesn't cause the turn to end, 0 otherwise.
bool Score= 1 if score displayed ingame; 0 otherwise.
bool Sheep= Enables the "All crates contain sheep" cheat. When exploded, crates will throw out a sheep regardless of the crate contents.

4. The [Enviroment] Group

This contains information about the environment of the landscape. Once again, reasonably documented, but value limits are not known.

Type Parameter String Description
string LandFile= Seems to always be data\land.dat
int Wind= Maximum wind out of 100. If -1, fixed wind is enabled.
int FixedWind= If Wind = -1, this is a value between -100 and 100 representing the fixed wind, with -100 being full left and 100 being full right.
int Friction= The opposite of friction. Default is 96. WWP mission editor values: ice = 99, mud = 98, stone = 96, rubber = 50, glue = 1. Maybe above 100 is anti-friction?
bool IndestructableBorder= [sic]. 1 if indestructible border around whole level, 0 if not.
bool IndestructableLandscape= [sic]. 1 if indestructible landscape, 0 if not.
int LogicRandomSeed= The starting random seed. 12345 is used for most WA missions; 0 for WWP custom missions. Doesn't really matter.
bool AlliedGroupToGoFirst= Which allied group is first to have a turn.
int Sound= Track number on disc of ambient audio track to play during mission. Values out of range (of 1-11) appear to choose random BGM.

5. The [Teams] Group

Very small group describing the number of teams in the mission.

Type Parameter String Description
int TeamsInMission= Simply, the number of teams in the mission. It is unknown how, if at all, the game uses this.

6. The [HumanTeam] Group

The group describing the human team.

Type Parameter String Description
int NumberOfWorms= Simply the number of worms on the team.
int Ammo_WeaponString= The ammo of the given weapon. -1 is infinite.
int Delay_WeaponString= The delay of the given weapon in turns. 0 or not present for no delay.
int Worm#_Energy= Energy of the worm in health points. -1 for "very high health that can't be displayed properly" (quote from WWP mission editor).
int Worm#_DeseasePoints= Number of disease [sic] points for worm. 0 for healthy worm.
bool Worm#_ArtileryMode= 1 for artillery [sic, yet again] mode for worm, 0 for worm can move.
bool Worm#_PlaceWorm= 1 if placed as per the options below, 0 if "randomly" placed (obviously based on the same seed each game so not random at all).
int Worm#_XPosition= X position of the worm.
int Worm#_YPosition= Y position of the worm.
bool Worm#_Vital= 1 for vital worm; 0 for not. Appears to have no effect for the human team, but some missions have it anyway. That's probably the source of the "killing your worm as well wins the mission" bug in some versions of mission 14 - this option was expected to work when it didn't.

7. The [CPUTeam#] Group

Any number of groups describing CPU teams. Presumably limited to five of these.

Type Parameter String Description
int TeamNameNumber= The index of the team name. TODO: List these.
int TeamSkill= CPU skill. WWP mission editor has this from 50 to 185 in steps of 15, but in the default WA missions it appears to be different with very few having even 100. Investigation required.
int NumberOfWorms= Simply the number of worms on the team.
int SoundBank= Soundbank ID of the team. Usually seems to be 1. Might not be used.
int Flag= Flag ID of the team. Usually seems to be 1. Probably not used, as all CPU teams seem to have flag 1 regardless of skill.
int GraveStone= Grave ID of the team. Usually seems to be 1.
int AlliedGroup= Allied group of the team. 0 is red, 1 is blue, etc.
bool MissionVital= 1 if team is vital to a mission. When applied to a team allied to the humans, you lose if they are killed. When allied to the CPU, you win if they are killed. Vital teams don't get turns.
int Ammo_WeaponString= The ammo of the given weapon. -1 is infinite.
int Delay_WeaponString= The delay of the given weapon in turns. 0 or not present for no delay.
int Worm#_Energy= Energy of the worm in health points. -1 for "very high health that can't be displayed properly" (quote from WWP mission editor).
int Worm#_DeseasePoints= Number of disease [sic] points for worm. 0 for healthy worm.
bool Worm#_ArtileryMode= 1 for artillery [sic, yet again] mode for worm, 0 for worm can move.
bool Worm#_PlaceWorm= 1 if placed as per the options below, 0 if "randomly" placed (obviously based on the same seed each game so not random at all).
int Worm#_XPosition= X position of the worm.
int Worm#_YPosition= Y position of the worm.
int Worm#_NameNumber= The index of the worm name. TODO: List these.
int Worm#_FixedWeapon= The weapon ID of the fixed weapon. 0 for normal free CPU choice.
int Worm#_ActionRadius= The distance away from itself the CPU takes into account. 0 = no range limitation?
bool Worm#_Vital= 1 if the worm is vital to the mission, 0 otherwise. If a vital worm is killed, all allied teams surrender. Might not work with allies to the human team.

8. The [Events] Group

Definitely not required, this group.

Type Parameter String Description
int TotalNumberOfEvents= Supposed to be the total number of events, but actually wrong in some of the few missions it even appears in. This value is ignored anyway.

9. The [Event####] Group

Events happen independently of each other after a certain number of turns. If more than one event exists for a given turn, they are executed in numerical order. Note that possibly due to a bug or possibly by design, events must appear in the order in which they occur - so if a turn 0 event appears after a turn 1 event, the turn 0 event will not be executed.

Type Parameter String Description
int TypeOfEvent= See Event Types
int Turn= Will cause this event to activate before the nth turn (starting from turn 0 being the first).
int Retries= Causes the event to activate if the number of attempts is equal to or higher than this number. Allows additional events to occur in silver and bronze medal missions (bronze = 1, silver = 4).
int Text_String_Index= The string index to use for event type 10.
bool EventEnd= Used as a final dummy event to signify the end of the list of events. Not sure if the game likes this being absent or not.
int PlaceWeapon_Bonus_Points= The number of points you get for collecting the weapon crate.
int PlaceWeapon_Bonus_TurnExtension= The extension to your turn time for collecting the weapon crate.
int PlaceWeapon_Bonus_RoundExtention= The extension to round time for collecting the weapon crate. This doesn't appear to actually be implemented in game at all but is used in many missions.
int PlaceWeapon_XPosition= X position of weapon crate.
int PlaceWeapon_YPosition= Y position of weapon crate.
int PlaceWeapon_OnGround= 1 if the weapon crate spawns on the ground beneath the coords (much faster, please do this) or 0 if it falls from the coords.
int PlaceWeapon_Contents= The weapon ID that is in the crate.
bool PlaceWeapon_Marked= 1 if the weapon crate is marked - ie important for sequences.
bool PlaceWeapon_Vital= 1 if the weapon crate is vital. Destroying a vital crate ends the mission apparently.
int PlaceWeapon_Ammo= The ammunition of the weapon in the crate, -1 for infinite.
int PlaceHealth_Bonus_Points= The number of points you get for collecting the health crate.
int PlaceHealth_Bonus_TurnExtention= The extension to your turn time for collecting the health crate.
int PlaceHealth_Bonus_RoundExtention= The extension to round time for collecting the health crate. This doesn't appear to actually be implemented in game at all but is used in many missions.
int PlaceHealth_XPosition= X position of health crate.
int PlaceHealth_YPosition= Y position of health crate.
int PlaceHealth_OnGround= 1 if the health crate spawns on the ground beneath the coords or 0 if it falls from the coords.
int PlaceHealth_Health= Amount of health in the crate. Uses the mission default if not present. Note that setting this to zero will not use the default, but make the health crate restore 0 health.
bool PlaceHealth_Marked= 1 if the health crate is marked - ie important for sequences.
bool PlaceHealth_Vital= 1 if the health crate is vital. Destroying a vital crate ends the mission apparently.
int PlaceTarget_XPosition= X position of target.
int PlaceTarget_YPosition= Y position of target.
int PlaceTarget_OnGround= 1 if the target spawns on the ground beneath the coords or 0 if it falls from the coords.
int PlaceTarget_TargetType= 0 for normal, 1 for old woman. In WWP, 2 is invisible, not sure if this is the case in WA.
int PlaceTarget_FallSpeed= Fall speed for the target.
int PlaceTarget_Bonus_Points= The number of points you get for destroying the target.
int PlaceTarget_Bonus_TurnExtention= The extension to your turn time for destroying the target.
int PlaceTarget_Bonus_RoundExtention= The extension to round time for destroying the target. This doesn't appear to actually be implemented in game at all but is used in many missions.
bool PlaceTarget_Marked= 1 if the target is marked - ie, important for sequences.
int PlaceMine_XPosition= X position of mine.
int PlaceMine_YPosition= Y position of mine.
int PlaceMine_OnGround= 1 if the mine spawns on the ground beneath the coords or 0 if it falls from the coords.
int PlaceDrum_XPosition= X position of drum.
int PlaceDrum_YPosition= Y position of drum.
int PlaceDrum_OnGround= 1 if the drum spawns on the ground beneath the coords or 0 if it falls from the coords.
int SetEventTurn_TurnNumber= Turn number to skip to for event 12.

10. The [Sequence####] Group

Sequence groups are always executed in numerical order from the start of the mission, but sequences in a given turn are always executed after events (in case the first event is "pause executing sequence"). Some event IDs cause the sequence to pause execution until some condition is fulfilled. Note that it is only possible to have one sequence running at a time, unlike WWP where you can have at least two.

All options are identical to ones in Event groups; the only difference is the way in which they are executed. You can even add a Turn indicator to a sequence group to pause the sequence until that turn (not tested if that actually works, the only place I can find it is at the start of a sequence).

Event types

Here are the possible values and their functions for the TypeOfEvent settings in events and sequences. Do bear in mind that some of them are only particularly useful in one or the other, but the types appear to be consistent between them which is nice.

ID Function
1 Place weapon crate.
2 Place health crate.
3 Place target.
4 Trigger nuke.
5 Trigger Earthquake.
6 Trigger Armageddon.
7 Trigger sudden death.
8 Wait until no more "marked" crates (for sequences).
9 Wait until no more "marked" targets (for sequences).
10 Display Morse code message.
11 In WWP as "pause for (n) 10ths of a second"; doesn't appear to have effect in WA (used incorrectly in one mission as an attempt to display text). Needs investigation.
12 In WWP as "Set Next Turn Number"; unsure if in WA (unused in all missions), but the necessary string is in the exe. Needs investigation.
13 Place mine.
14 Place oil barrel.
15 Restart sequence.
16 Terminate mission (= win if WinningCondition=3 and possibly others).
17 Pause sequence
18 Resume sequence

Weapon Strings

The weapon settings in a mission may be configured individually for each team through use of the Ammo_ and Delay_ prefixes, followed by a weapon string and settings. For example, Ammo_Batrope=-1 would set a team's ninja rope supply to infinite, and Delay_Bazooka=2 would apply a 2 turn bazooka delay.

The following is a list of weapon strings. You always have an infinite supply of Skip go and Surrender, so supplying ammo is unnecessary. It is currently unknown if it is possible to add Aqua Sheep directly to the inventory (but they can be provided in weapon crates, which is the method used in the official missions) - it appears to be implemented with the AquaSheep string, but in rudimentary tests this has not worked.

Hot Key Column #1 Column #2 Column #3 Column #4 Column #5
Util. JetPack LowGravity FastWalk LaserSight Invisibility
F1 Bazooka HomingMissile Mortar HomingPigeon SheepLauncher
F2 Grenade ClusterBomb BananaBomb Axe Earthquake
F3 Shotgun Handgun Uzi Minigun Longbow
F4 FirePunch DragonBall Kamikaze SuicideBomber Prod
F5 Dynamite Mine Sheep SuperSheep MoleBomb
F6 AirStrike NapalmStrike PostalStrike MineStrike MoleSquadron
F7 BlowTorch PneumaticDrill Girder BaseballBat BridgeKit
F8 Batrope Bungee Parachute Teleport Scales
F9 SuperBananaBomb HolyHandGrenade FlameThrower SallyArmy MBBomb
F10 PetrolBomb Skunk MingVase SheepStrike CarpetBomb
F11 MadCow OldWoman Donkey NuclearBomb Armageddon
F12 SelectWorm Freeze MagicBullet

You can also add the instant effect utilities to your inventory with the following weapon strings, which will correctly take effect for the opening turn only, regardless of how many ammo you give. The exception is Crate Spy, which will last for the entire mission, as expected.

  • Damagex2
  • CrateSpy
  • DoubleTime
  • CrateShower

Text_String_Index

The transition messages you get during missions are hardcoded into the game and are referred to via a number. The following table summarises which numbers refer to which messages (in English).

Notes:

  • There is a typo in-game for messages number 22 and 42, they contain a carriage return arrow at the end.
  • Strings 120 - 130 are the names of the CPU teams usable in missions.
  • There may be other non-empty strings beyond 130, but they are unlikely to be useful for the purpose of being used during a mission.
ID Message
0 Weapons drop!
1 Supplies imminent.
2 Secure the drop zones!
3 Delivery successful, over and out.
4 The iron eagle is on the way, over.
5 Package delivered, over and out.
6 That's it we're clean out, you're on your own!
7 The crates are your only hope...
8 Enemy air transport en route.
9 Enemy transport closing.
10 Almost here!
11 It's arrived, now get the crate and get the hell out!
12 No ammo? Try this for size!
13 Mind your head!
14 A first class delivery!
15 Weapons drop successful!
16 Don't let this equipment fall into the wrong hands...
17 Express Delivery!
18 Death by mail order.
19 A little bit of healing goes a long way...
20 Something to perk you up, sir.
21 A blessed relief.
22 Some timely assistance?↵
23 Medical supplies dispatched.
24 Another helping hand.
25 A little assistance for you.
26 Every little bit helps.
27 A little light relief.
28 Anybody require medical assistance?
29 Is this your blood group?
30 Live damn you, Live!
31 Medic!
32 Nuke en-route.
33 Time is against us sir, we need to deal with this quickly!
34 Smoke'em out if you can...
35 Meteor strike imminent, dig in!
36 It's on its way, ETA 5 minutes!
37 Time is short, get a move on!
38 Tactical nuclear missile launch detected.
39 Warning! Strike imminent!
40 A tremor has been detected at the north end of the island!
41 Global warming! Watch the water level!
42 Try not to get wet!↵
43 Hurry, don't let them dig in!
44 The General is escaping!
45 Radiation will be the death of you!
46 Reach for the skies!
47 Climb a mountain not a molehill.
48 Keep away from the edge, earthquake imminent!
49 Where's Noah when you need him?
50 It's time to build those shelters.
51 Hope you've got protection.
52 WARNING! Seismic activity, 7.2 on the Richter scale!
53 What happened to the five minute warning?
54 Global extermination!
55 WARNING! Destabilising fault-line...
56 Caution, tectonic movement!
57 The end of the world is nigh!
58 Judgement Day.
59 Enemy forces mobilising!
60 Strike imminent!
61 Next turn the enemy gets serious.
62 The enemy is armed to the teeth!
63 They've seen you, RUN!
64 Enemy weapons embargo has been lifted.
65 There may be trouble ahead...
66 This conflict is escalating.
67 Ride those thermals, trooper!
68 War is hell.
69 Better dig deep...
70 There IS honour in death.
71 Use the darkside!
72 Secure the area!
73 Dig down and dig deep.
74 That fruits just about ripe and for the picking.
75 Remember to get the crates to add armoury.
76 A utility would be useful...
77 You could do with some 1st aid.
78 You'll need to use the rope...
79 Think about using some girders as cover.
80 You need to draw fire.
81 Remember that you can drop items while on a rope!
82 Learn to use the repeat swing of the rope!
83 Learn all the jumping techniques.
84 A back jump gets you up even higher.
85 Make a note of the enemy units and their skills.
86 Act quickly, think sooner.
87 Skunks can reach places that other weapons cannot reach!
88 Guns can be strafed up and down when fired.
89 Crates can sometimes offer a solution to a mission.
90 Girders can still be placed even whilst swinging on your rope.
91 Need a leg up? Try an arrow or two...
92 A girder could be your last line of defence...
93 Animals and old women can go shopping you know...
94 Parachutes don't slow your fall but can be controlled...
95 A parachute! Ride those thermals, trooper!
96 Crates and explosions don't mix.
97 Air strikes are more effective from the correct direction!
98 Moles love to dig down and they tend to explode too.
99 A well-placed stick of dynamite will dislodge any stubborn Worm.
100 Wind can have an effect on fire, be careful not to stand downwind
101 Measure the wind and send a bazooka curling!
102 Extra Worms make great decoys.
103 Roll out the barrels, they can be deadly too...
104 This crate could be vital!
105 Girders can help grenades reach their targets...
106 Aqua Sheep by name, aquatic by nature.
107 Come on soldier, get a move on!
108 You'd better hurry, there's not much time left!
109 Quick! The water is rising!
110 Here's something to help this time.
111 If you're having trouble, use this.
112 We thought you would appreciate this!
113 Looks like you need help, rookie.
114 This will come in handy...
115 You need help...
116 Try this.
117 (empty string)
118 (empty string)
119 (empty string)
120 Cannon Fodder
121 Commandos
122 Elite
123 Enemy
124 Guardsmen
125 Gunners
126 Officers
127 Patrol
128 Platoon
129 Resistance
130 Special Forces

PlaceWeapon_Contents

When placing a weapon or utility crate you need to refer to its contents by a number rather than a name. The following list indicates which number refers to which crate contents:

ID Contents
0 None (This is a specially defined "empty" crate)
1 Bazooka
2 Homing Missile
3 Mortar
4 Homing Pigeon
5 Sheep Launcher
6 Grenade
7 Cluster Bomb
8 Banana Bomb
9 Mole Bomb
10 Shotgun
11 Handgun
12 Uzi
13 Minigun
14 Longbow
15 Fire Punch
16 Dragonball
17 Kamikaze
18 Prod
19 Battle Axe
20 Dynamite
21 Mine
22 Sheep
23 Super Sheep
24 Aqua Sheep
25 Earth Quake
26 Air Strike
27 Napalm Strike
28 Mail Strike
29 Mine Strike
30 Armageddon
31 Blow torch
32 Pneumatic Drill
33 Girder
34 Baseball Bat
35 Girder Starter-Pack
36 Ninja Rope
37 Bungee
38 Parachute
39 Teleport
40 Scales of Justice
41 Super Banana Bomb
42 Holy Hand-Grenade
43 Salvation Army
44 MB Bomb
45 Flamethrower
46 Petrol Bomb
47 Skunk
48 Priceless Ming Vase
49 French Sheep Strike
50 Mike's Carpet Bomb
51 Mad cow
52 Old woman
53 Mole Squadron
54 Concrete Donkey
55 Indian nuclear Test
56 Select worm
57 Freeze
58 Patsy's Magic Bullet
59 Fast Walk
60 Laser sight
61 Double Damage
62 Invisibility (Usable even in single player!)
63 Low Gravity
64 Crashes the game with a fatal error
65 Suicide Bomber
66 Jetpack
67 Double Turn Time
68 Crate Shower
69 Crashes the game with a fatal error
70 (null)
71 Crashes the game with a fatal error
72 and beyond (null)

See also

Personal tools