Difference between revisions of "Game scheme file"

From Worms Knowledge Base

Jump to: navigation, search
m (Differences in Worms World Party: Minor rewording.)
(26 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
{{ParentArticle|[[File formats]]}}
 
{{ParentArticle|[[File formats]]}}
 +
:''"WSC" redirects here. For the scheme contest, see [[Worms Scheme Contest]].''
 
The W:A scheme file format contains game settings, which define which weapons will be available, various game options such as turn time and weapon strength, as well as many other settings.
 
The W:A scheme file format contains game settings, which define which weapons will be available, various game options such as turn time and weapon strength, as well as many other settings.
  
Line 5: Line 6:
 
Much of the following information was extracted from [[The Fiddler]], written by [[Fudge Boy]].
 
Much of the following information was extracted from [[The Fiddler]], written by [[Fudge Boy]].
 
<!-- a table would be much more fitting here but I'm too lazy to make wiki tables...-->
 
<!-- a table would be much more fitting here but I'm too lazy to make wiki tables...-->
 +
<!-- added tables, some additional filler information, weapon links, values, etc. Values marked with a "?" are assumptions. I'll try fill in missing values later when I'm on my main computer, which has all my worm related notes. I included the "types" column because that information was already written here. --Etho -->
  
* 00 - Header - "SCHM" (4 bytes)
+
{| border="1" cellspacing="0" class="wikitable"
* 04 - Version - 1 or 2 (1 byte)
+
!Offset
* 05 - Time between turns (also known as hot-seat time), in seconds (1 byte, unsigned)
+
!Size
* 06 - Retreat time (time during which the worm is still in control after firing a weapon), in seconds (1 byte)
+
!Type
* 07 - Rope retreat time (same as above, but when the weapon is fired/dropped off the rope), in seconds (1 byte)
+
!Description
* 08 - Display total round time (boolean, 1 byte)
+
|-
* 09 - Automatic replays (boolean, 1 byte)
+
| 00
* 0A - Fall damage (the level of damage done by falling a long way) (1 byte)
+
| 4
* 0B - Artillery mode (aka anchored worms, worms can't jump or move) (1 byte, boolean)
+
| char[4]
* 0C - Unknown (1 byte)
+
| '''Signature'''. The [[w: Magic number (programming)|magic number]] used to identify the WSC file. [[w: Hexadecimal|Hex]]: 0x5343484D, [[w: ASCII|ASCII]]: "SCHM"
* 0D - Stockpiling mode (what happens to unused weapons) - 0=Off, 1=On, 2=Anti (1 byte)
+
|-
* 0E - Enable worm select at the start of the turn (boolean, 1 byte)
+
| 04
* 0F - Round end style (what happens when the time runs out) - 0=round is drawn, 1=nuclear strike, 2=all worms' energy drops to 1, 3=nothing happens (1 byte)
+
| 1
* 10 - Sudden death water rise (how fast the water should rise after sudden death) (1 byte)
+
| byte
* 11 - Weapon crate probability (the relative chance that a crate drop will contain weapons) (1 byte)
+
| '''Version''' Represents the WSC file version. Values: 0x01=Standard Scheme, 0x02=Extended Scheme (super weapon settings are saved, see below)
* 12 - Donor cards (boolean, 1 byte)
+
|-
* 13 - Health crate probability (the relative chance that a crate drop will contain energy) (1 byte)
+
| 05
* 14 - Health crate energy (how much energy is contained in a health crate) (1 byte, unsigned)
+
| 1
* 15 - Utility crate probability (the relative chance that a crate drop will contain a utility) (1 byte)
+
| ubyte
* 16 - Hazardous object types (what hazards should appear on the landscape) - 0=none, 1=mines, 2=drums, 5=both (1 byte)
+
| '''Hot-Seat Delay''' The extra time added between turns, used to switch seats and/or plan your turn. Values: represent seconds
* 17 - Mine delay (how long between activating a mine and it exploding) (1 byte)
+
|-
* 18 - Dud mines (boolean, 1 byte)
+
| 06
* 19 - Manual worm placement (boolean, 1 byte)
+
| 1
* 1A - Initial worm energy (1 byte, unsigned)
+
| byte
* 1B - Turn time (how long you get to make your move), in seconds (1 byte, signed)
+
| '''Retreat Time''' The time available after using a weapon while grounded, used to move to a better place before your turn ends. Values: represent seconds
* 1C - Round time (time before sudden death), in minutes (1 byte, signed) - Note: A negative value will result in sudden death triggering on the first turn.  TODO: Find out how seconds-long rounds are set.
+
|-
* 1D - Number of rounds (how many rounds are required to win the match) (1 byte)
+
| 07
* 1E - Blood (boolean, 1 byte)
+
| 1
* 1F - Aqua Sheep enabled (boolean, 1 byte)
+
| byte
* 20 - Sheep Heaven (boolean, 1 byte)
+
| '''Rope Retreat Time''' The time available after using a weapon while roping, used to move to a better place before your turn ends. Values: represent seconds
* 21 - Indestructible worms (boolean, 1 byte)
+
|-
* 22 - Indestructible land (boolean, 1 byte)
+
| 08
* 23 - Upgraded grenade (boolean, 1 byte)
+
| 1
* 24 - Upgraded shotgun (boolean, 1 byte)
+
| bool
* 25 - Upgraded banana (boolean, 1 byte)
+
| '''Display Total Round Time''' When enabled, the total round time is displayed along with the turn time. Values: 0x00=Off?, 0x01=On?, Other=?
* 26 - Upgraded longbow (boolean, 1 byte)
+
|-
* 27 - Player weapons enabled (boolean, 1 byte)
+
| 09
* 28 - Super weapons enabled (boolean, 1 byte)
+
| 1
* 29 - Individual weapon settings (45 or 64 weapon structures, depending whether the version byte is 1 or 2)
+
| bool
 +
| '''Automatic Replays''' When enabled, the game will automatically replay the ending of a significant turn. Does not apply to online games. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 0A
 +
| 1
 +
| byte
 +
| '''Fall Damage''' The amount of damage caused to a worm for hitting the ground at a critical velocity. Values: see [[Fall Damage]].
 +
|-
 +
| 0B
 +
| 1
 +
| bool
 +
| '''Artillery Mode''' Known also as, anchored worms. When enabled, worms are unable to move around by means of walking or jumping. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 0C
 +
| 1
 +
| bool
 +
| '''Bounty Mode''' This setting presumably was for a planned feature that never got implemented. The byte is unused by the game. A suggested use for this byte is for scheme editors to save a selected Magic Number to distinguish which scheme editor was used to encode a scheme. Values: 0x00=Unset, 0x89=[[SchemeEddy]], 0x5F=[[LeTotalKiller's Scheme Editor]].
 +
|-
 +
| 0D
 +
| 1
 +
| byte
 +
| '''Stockpiling Mode''' Determines what happens to unused weapons between rounds. This setting only matters in matches where more than 1 round is meant to be played. Values: 0x00=Off (replenishing), 0x01=On (accumulating), 0x02=Anti (reducing), Other=?
 +
|-
 +
| 0E
 +
| 1
 +
| byte
 +
| '''Worm Select''' The method for choosing which worm on the team plays the turn. Values: 0x00=Ordered? (off), 0x01=Optional? (on), 0x02=Random?, Other=Act like 0x01?
 +
|-
 +
| 0F
 +
| 1
 +
| byte
 +
| '''Sudden Death Event''' An event that gets triggered after the remaining round time reaches zero. Values: 0x00=Round Ends (the leading team wins), 0x01=Nuclear Strike, 0x02=HP Drops to 1, 0x03=Nothing Happens, Other=?
 +
|-
 +
| 10
 +
| 1
 +
| sbyte
 +
| '''Water Rise Rate''' The rate that the water rises after each turn during sudden death. Values: see [[Sudden Death|Sudden Death ("Flooding speed" section)]]
 +
|-
 +
| 11
 +
| 1
 +
| sbyte
 +
| '''Weapon Crate Probability''' The relative chance that a crate drop will contain weapons. Values: see [[Crate probability]]
 +
|-
 +
| 12
 +
| 1
 +
| bool
 +
| '''Donor Cards''' When enabled, teams will drop a collectible donor card at their defeat. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 13
 +
| 1
 +
| sbyte
 +
| '''Health Crate Probability''' The relative chance that crate drop will contain energy. Values: see [[Crate probability]]
 +
|-
 +
| 14
 +
| 1
 +
| ubyte
 +
| '''Health Crate Energy''' The amount of energy gained for collecting a health crate drop. Values: represent energy amount
 +
|-
 +
| 15
 +
| 1
 +
| sbyte
 +
| '''Utility Crate Probability''' The relative chance that a crate drop will contain a utility. Values: see [[Crate probability]]
 +
|-
 +
| 16
 +
| 1
 +
| byte
 +
| '''Hazardous Object Types''' Sets what hazards should appear on the landscape (and how many for new W:A schemes). Values: see [[Hazardous Objects]]
 +
|-
 +
| 17
 +
| 1
 +
| byte
 +
| '''Mine Delay''' The amount of time between activating a mine and it exploding. Values: 0x04 & 0x80 to 0xFF=Random (between 0 & 3 seconds), Other=represents seconds
 +
|-
 +
| 18
 +
| 1
 +
| bool
 +
| '''Dud Mines''' When enabled, some landscape mines will be triggered as duds. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 19
 +
| 1
 +
| bool
 +
| '''Worm Placement''' The method in which worms are placed onto the landscape at the beginning of the round. Values: 0x00=Automatic?, 0x01=Manual?, Other=?
 +
|-
 +
| 1A
 +
| 1
 +
| ubyte
 +
| '''Initial Worm Energy''' The amount of energy a worm begins a round with. Values: 0x00=all worms die (up to -and including- W:A 3.6.26.5, and in WWP, a crash occurs in that case), Other=represent energy amount
 +
|-
 +
| 1B
 +
| 1
 +
| sbyte
 +
| '''Turn Time''' The amount of time you get to make your move. Values: 0x00 to 0x7F=represent seconds, 0x80 to 0xFF=timer counts up
 +
|-
 +
| 1C
 +
| 1
 +
| sbyte
 +
| '''Round Time''' The amount of time before sudden death is triggered. Values: 0x00=sudden death triggering on the first turn, 0x01 to 0x7F=represent minutes, 0x80 to 0xFF=represent seconds, in a way that 0xFF=1s and 0x80=128s.
 +
|-
 +
| 1D
 +
| 1
 +
| byte
 +
| '''Number of Rounds''' The number of round wins required to win the match. Values: 0x00=1, Other=represent number of rounds
 +
|-
 +
| 1E
 +
| 1
 +
| bool
 +
| '''Blood''' When enabled, damaging a worm causes red particles to be drawn instead of pink. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 1F
 +
| 1
 +
| bool
 +
| '''Aqua Sheep''' When enabled, super sheep are converted to aqua sheep, which can swim under the water. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 20
 +
| 1
 +
| bool
 +
| '''Sheep Heaven''' When enabled, exploding sheep will jump out of destroyed weapon crates. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 21
 +
| 1
 +
| bool
 +
| '''God Worms''' When enabled, all worms have infinite health and can only be destroyed by drowning them. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 22
 +
| 1
 +
| bool
 +
| '''Indestructible Land''' When enabled, the landscape can not be destroyed, except by rising water. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 23
 +
| 1
 +
| bool
 +
| '''Upgraded Grenade''' When enabled, grenades are more powerful. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 24
 +
| 1
 +
| bool
 +
| '''Upgraded Shotgun''' When enabled, the shotgun shoots 2 consecutive shots, giving it 4 shots total. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 25
 +
| 1
 +
| bool
 +
| '''Upgraded Clusters''' When enabled, cluster weapons contain even more clusters. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 26
 +
| 1
 +
| bool
 +
| '''Upgraded Longbow''' When enabled, longbows are more powerful. Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 27
 +
| 1
 +
| bool
 +
| '''Team Weapons''' When enabled, teams will start the match with their preselected team weapon. The team weapon setting will override the Ammo, Power, Delay, and Crate settings for the 8 team weapons in the scheme (see [[Team weapons]]). Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 28
 +
| 1
 +
| bool
 +
| '''Super Weapons''' When enabled, super weapons may appear in weapon crate drops (see [[Crate probability]]). Values: 0x00=Off?, 0x01=On?, Other=?
 +
|-
 +
| 29
 +
|
 +
|
 +
| '''Weapon Settings''' Individual weapon settings follow. Each weapon uses 4 unsigned bytes in the scheme file for weapon Ammo, Power, Delay, and Crate Probability settings respectively. Version 1 scheme files hold 45 weapon structures and Version 2 scheme files hold 64 weapon structures (see below).
 +
|-
 +
|}
  
 
== Weapon structure ==
 
== Weapon structure ==
The first scheme format version holds only the 45 regular weapons, and is 221 bytes in size. Version 2 of the format added support for super weapon settings, totalling to 64 weapon records.
+
The first scheme format version holds only the 45 regular weapons, and is 221 bytes in size. Version 2 of the format is 297 bytes in size and has added support for super weapon settings, totaling to 64 weapon records.
  
 
Each weapon setting structure is 4 bytes long and is as follows:
 
Each weapon setting structure is 4 bytes long and is as follows:
* 00 - ammo (1 byte, unsigned) - Note: A value of 0A will give unlimited ammunition.
+
* 00 - ammo (1 byte, unsigned) - Note: A value of 0A or between 80 and FF will give unlimited ammunition.
 
* 01 - power (1 byte, unsigned)
 
* 01 - power (1 byte, unsigned)
* 02 - delay (1 byte, unsigned)
+
* 02 - delay (1 byte, unsigned) - Note: A value between 80 and FF will give the weapon an unlimited delay, "blocking" it. This is useful if one doesn't want a specific super weapon that has 0 ammunitions to appear in crates.
 
* 03 - crate probability (1 byte, unsigned)
 
* 03 - crate probability (1 byte, unsigned)
  
TODO: link or add normal value ranges, and how the game acts when stuff is set outside these bounds
+
{{todo|link or add normal value ranges, and how the game acts when stuff is set outside these bounds}}
  
 
== Weapon list ==
 
== Weapon list ==
Line 61: Line 226:
 
The list of weapons, as they appear in the scheme files and in the game memory.
 
The list of weapons, as they appear in the scheme files and in the game memory.
  
* 0 = Bazooka
+
{| border="1" cellspacing="0" class="wikitable"
* 1 = Homing missile
+
! Position
* 2 = Mortar
+
! Weapon Name
* 3 = Grenade
+
|-
* 4 = Cluster bomb
+
| 0
* 5 = Skunk
+
| [[Bazooka]]
* 6 = Petrol bomb
+
|-
* 7 = Banana bomb
+
| 1
* 8 = Handgun
+
| [[Homing Missile]]
* 9 = Shotgun
+
|-
* 10 = Uzi
+
| 2
* 11 = Minigun
+
| [[Mortar]]
* 12 = Longbow
+
|-
* 13 = Airstrike
+
| 3
* 14 = Napalm strike
+
| [[Grenade]]
* 15 = Mine
+
|-
* 16 = Fire punch
+
| 4
* 17 = Dragonball
+
| [[Cluster Bomb]]
* 18 = Kamikaze
+
|-
* 19 = Prod
+
| 5
* 20 = Axe
+
| [[Skunk]]
* 21 = Blowtorch
+
|-
* 22 = Drill
+
| 6
* 23 = Girder
+
| [[Petrol Bomb]]
* 24 = Ninja rope
+
|-
* 25 = Parachute
+
| 7
* 26 = Bungee rope
+
| [[Banana Bomb]]
* 27 = Teleport
+
|-
* 28 = Dynamite
+
| 8
* 29 = Sheep
+
| [[Handgun]]
* 30 = Baseball bat
+
|-
* 31 = Flame thrower
+
| 9
* 32 = Homing pigeon
+
| [[Shotgun]]
* 33 = Mad cow
+
|-
* 34 = Holy hand-grenade
+
| 10
* 35 = Old woman
+
| [[Uzi]]
* 36 = Sheep launcher
+
|-
* 37 = Super sheep
+
| 11
* 38 = Mole bomb
+
| [[Minigun]]
* 39 = Jet pack
+
|-
* 40 = Low gravity
+
| 12
* 41 = Laser sight
+
| [[Longbow]]
* 42 = Fast walk
+
|-
* 43 = Invisibility
+
| 13
* 44 = Damage x2
+
| [[Airstrike]]
 +
|-
 +
| 14
 +
| [[Napalm Strike]]
 +
|-
 +
| 15
 +
| [[Mine]]
 +
|-
 +
| 16
 +
| [[Fire Punch]]
 +
|-
 +
| 17
 +
| [[Dragon Ball]]
 +
|-
 +
| 18
 +
| [[Kamikaze]]
 +
|-
 +
| 19
 +
| [[Prod]]
 +
|-
 +
| 20
 +
| [[Battle Axe]]
 +
|-
 +
| 21
 +
| [[Blowtorch]]
 +
|-
 +
| 22
 +
| [[Pneumatic Drill]]
 +
|-
 +
| 23
 +
| [[Girder]]
 +
|-
 +
| 24
 +
| [[Ninja Rope]]
 +
|-
 +
| 25
 +
| [[Parachute]]
 +
|-
 +
| 26
 +
| [[Bungee]]
 +
|-
 +
| 27
 +
| [[Teleport]]
 +
|-
 +
| 28
 +
| [[Dynamite]]
 +
|-
 +
| 29
 +
| [[Sheep]]
 +
|-
 +
| 30
 +
| [[Baseball Bat]]
 +
|-
 +
| 31
 +
| [[Flame Thrower]]
 +
|-
 +
| 32
 +
| [[Homing Pigeon]]
 +
|-
 +
| 33
 +
| [[Mad Cow]]
 +
|-
 +
| 34
 +
| [[Holy Hand Grenade]]
 +
|-
 +
| 35
 +
| [[Old Woman]]
 +
|-
 +
| 36
 +
| [[Sheep Launcher]]
 +
|-
 +
| 37
 +
| [[Super Sheep]]
 +
|-
 +
| 38
 +
| [[Mole Bomb]]
 +
|-
 +
| 39
 +
| [[Jet Pack]]
 +
|-
 +
| 40
 +
| [[Low Gravity]]
 +
|-
 +
| 41
 +
| [[Laser Sight]]
 +
|-
 +
| 42
 +
| [[Fast Walk]]
 +
|-
 +
| 43
 +
| [[Invisibility]]
 +
|-
 +
| 44
 +
| [[Damage x2]]
 +
|-
 +
|}
  
Weapons below are considered as "super weapons" and are not available in v1 scheme files:
+
===Super weapons===
 +
Super weapons are not available in Version 1 scheme files:
  
* 45 = Freeze
+
{| border="1" cellspacing="0" class="wikitable"
* 46 = Super banana bomb
+
! Position
* 47 = Mine Strike
+
! Weapon Name
* 48 = Girder starter pack
+
|-
* 49 = Earthquake
+
| 45
* 50 = Scales of justice
+
| [[Freeze]]
* 51 = Ming vase
+
|-
* 52 = Mike's carpet bomb
+
| 46
* 53 = Magic bullet
+
| [[Super Banana Bomb]]
* 54 = Indian nuclear test
+
|-
* 55 = Select worm
+
| 47
* 56 = Salvation army
+
| [[Mine Strike]]
* 57 = Mole squadron
+
|-
* 58 = MB bomb
+
| 48
* 59 = Concrete donkey
+
| [[Girder Starter Pack]]
* 60 = Suicide bomber
+
|-
* 61 = Sheep strike
+
| 49
* 62 = Mail strike
+
| [[Earthquake]]
* 63 = Armageddon
+
|-
 +
| 50
 +
| [[Scales Of Justice]]
 +
|-
 +
| 51
 +
| [[Ming Vase]]
 +
|-
 +
| 52
 +
| [[Mike's Carpet Bomb]]
 +
|-
 +
| 53
 +
| [[Patsy's Magic Bullet]]
 +
|-
 +
| 54
 +
| [[Indian Nuclear Test]]
 +
|-
 +
| 55
 +
| [[Select Worm]]
 +
|-
 +
| 56
 +
| [[Salvation Army]]
 +
|-
 +
| 57
 +
| [[Mole Squadron]]
 +
|-
 +
| 58
 +
| [[MB Bomb]]
 +
|-
 +
| 59
 +
| [[Concrete Donkey]]
 +
|-
 +
| 60
 +
| [[Suicide Bomber]]
 +
|-
 +
| 61
 +
| [[Sheep Strike]]
 +
|-
 +
| 62
 +
| [[Mail Strike]]
 +
|-
 +
| 63
 +
| [[Armageddon]]
 +
|-
 +
|}
 +
 
 +
==Differences in Worms World Party==
 +
 
 +
After the weapon settings (which don't include super weapons), [[Worms World Party]] contains three bytes of unknown purpose (appear to usually be null), followed by five bytes composed of a repeat of the signature followed by the version one more time. In addition, the Worms World Party schemes use version number 1, and they interpret Double Damage ammo as the number of turns for which double damage will take effect.

Revision as of 12:42, 30 August 2013

(Up to File formats)
"WSC" redirects here. For the scheme contest, see Worms Scheme Contest.

The W:A scheme file format contains game settings, which define which weapons will be available, various game options such as turn time and weapon strength, as well as many other settings.

File format

Much of the following information was extracted from The Fiddler, written by Fudge Boy.

Offset Size Type Description
00 4 char[4] Signature. The magic number used to identify the WSC file. Hex: 0x5343484D, ASCII: "SCHM"
04 1 byte Version Represents the WSC file version. Values: 0x01=Standard Scheme, 0x02=Extended Scheme (super weapon settings are saved, see below)
05 1 ubyte Hot-Seat Delay The extra time added between turns, used to switch seats and/or plan your turn. Values: represent seconds
06 1 byte Retreat Time The time available after using a weapon while grounded, used to move to a better place before your turn ends. Values: represent seconds
07 1 byte Rope Retreat Time The time available after using a weapon while roping, used to move to a better place before your turn ends. Values: represent seconds
08 1 bool Display Total Round Time When enabled, the total round time is displayed along with the turn time. Values: 0x00=Off?, 0x01=On?, Other=?
09 1 bool Automatic Replays When enabled, the game will automatically replay the ending of a significant turn. Does not apply to online games. Values: 0x00=Off?, 0x01=On?, Other=?
0A 1 byte Fall Damage The amount of damage caused to a worm for hitting the ground at a critical velocity. Values: see Fall Damage.
0B 1 bool Artillery Mode Known also as, anchored worms. When enabled, worms are unable to move around by means of walking or jumping. Values: 0x00=Off?, 0x01=On?, Other=?
0C 1 bool Bounty Mode This setting presumably was for a planned feature that never got implemented. The byte is unused by the game. A suggested use for this byte is for scheme editors to save a selected Magic Number to distinguish which scheme editor was used to encode a scheme. Values: 0x00=Unset, 0x89=SchemeEddy, 0x5F=LeTotalKiller's Scheme Editor.
0D 1 byte Stockpiling Mode Determines what happens to unused weapons between rounds. This setting only matters in matches where more than 1 round is meant to be played. Values: 0x00=Off (replenishing), 0x01=On (accumulating), 0x02=Anti (reducing), Other=?
0E 1 byte Worm Select The method for choosing which worm on the team plays the turn. Values: 0x00=Ordered? (off), 0x01=Optional? (on), 0x02=Random?, Other=Act like 0x01?
0F 1 byte Sudden Death Event An event that gets triggered after the remaining round time reaches zero. Values: 0x00=Round Ends (the leading team wins), 0x01=Nuclear Strike, 0x02=HP Drops to 1, 0x03=Nothing Happens, Other=?
10 1 sbyte Water Rise Rate The rate that the water rises after each turn during sudden death. Values: see Sudden Death ("Flooding speed" section)
11 1 sbyte Weapon Crate Probability The relative chance that a crate drop will contain weapons. Values: see Crate probability
12 1 bool Donor Cards When enabled, teams will drop a collectible donor card at their defeat. Values: 0x00=Off?, 0x01=On?, Other=?
13 1 sbyte Health Crate Probability The relative chance that crate drop will contain energy. Values: see Crate probability
14 1 ubyte Health Crate Energy The amount of energy gained for collecting a health crate drop. Values: represent energy amount
15 1 sbyte Utility Crate Probability The relative chance that a crate drop will contain a utility. Values: see Crate probability
16 1 byte Hazardous Object Types Sets what hazards should appear on the landscape (and how many for new W:A schemes). Values: see Hazardous Objects
17 1 byte Mine Delay The amount of time between activating a mine and it exploding. Values: 0x04 & 0x80 to 0xFF=Random (between 0 & 3 seconds), Other=represents seconds
18 1 bool Dud Mines When enabled, some landscape mines will be triggered as duds. Values: 0x00=Off?, 0x01=On?, Other=?
19 1 bool Worm Placement The method in which worms are placed onto the landscape at the beginning of the round. Values: 0x00=Automatic?, 0x01=Manual?, Other=?
1A 1 ubyte Initial Worm Energy The amount of energy a worm begins a round with. Values: 0x00=all worms die (up to -and including- W:A 3.6.26.5, and in WWP, a crash occurs in that case), Other=represent energy amount
1B 1 sbyte Turn Time The amount of time you get to make your move. Values: 0x00 to 0x7F=represent seconds, 0x80 to 0xFF=timer counts up
1C 1 sbyte Round Time The amount of time before sudden death is triggered. Values: 0x00=sudden death triggering on the first turn, 0x01 to 0x7F=represent minutes, 0x80 to 0xFF=represent seconds, in a way that 0xFF=1s and 0x80=128s.
1D 1 byte Number of Rounds The number of round wins required to win the match. Values: 0x00=1, Other=represent number of rounds
1E 1 bool Blood When enabled, damaging a worm causes red particles to be drawn instead of pink. Values: 0x00=Off?, 0x01=On?, Other=?
1F 1 bool Aqua Sheep When enabled, super sheep are converted to aqua sheep, which can swim under the water. Values: 0x00=Off?, 0x01=On?, Other=?
20 1 bool Sheep Heaven When enabled, exploding sheep will jump out of destroyed weapon crates. Values: 0x00=Off?, 0x01=On?, Other=?
21 1 bool God Worms When enabled, all worms have infinite health and can only be destroyed by drowning them. Values: 0x00=Off?, 0x01=On?, Other=?
22 1 bool Indestructible Land When enabled, the landscape can not be destroyed, except by rising water. Values: 0x00=Off?, 0x01=On?, Other=?
23 1 bool Upgraded Grenade When enabled, grenades are more powerful. Values: 0x00=Off?, 0x01=On?, Other=?
24 1 bool Upgraded Shotgun When enabled, the shotgun shoots 2 consecutive shots, giving it 4 shots total. Values: 0x00=Off?, 0x01=On?, Other=?
25 1 bool Upgraded Clusters When enabled, cluster weapons contain even more clusters. Values: 0x00=Off?, 0x01=On?, Other=?
26 1 bool Upgraded Longbow When enabled, longbows are more powerful. Values: 0x00=Off?, 0x01=On?, Other=?
27 1 bool Team Weapons When enabled, teams will start the match with their preselected team weapon. The team weapon setting will override the Ammo, Power, Delay, and Crate settings for the 8 team weapons in the scheme (see Team weapons). Values: 0x00=Off?, 0x01=On?, Other=?
28 1 bool Super Weapons When enabled, super weapons may appear in weapon crate drops (see Crate probability). Values: 0x00=Off?, 0x01=On?, Other=?
29 Weapon Settings Individual weapon settings follow. Each weapon uses 4 unsigned bytes in the scheme file for weapon Ammo, Power, Delay, and Crate Probability settings respectively. Version 1 scheme files hold 45 weapon structures and Version 2 scheme files hold 64 weapon structures (see below).

Weapon structure

The first scheme format version holds only the 45 regular weapons, and is 221 bytes in size. Version 2 of the format is 297 bytes in size and has added support for super weapon settings, totaling to 64 weapon records.

Each weapon setting structure is 4 bytes long and is as follows:

  • 00 - ammo (1 byte, unsigned) - Note: A value of 0A or between 80 and FF will give unlimited ammunition.
  • 01 - power (1 byte, unsigned)
  • 02 - delay (1 byte, unsigned) - Note: A value between 80 and FF will give the weapon an unlimited delay, "blocking" it. This is useful if one doesn't want a specific super weapon that has 0 ammunitions to appear in crates.
  • 03 - crate probability (1 byte, unsigned)


This article has a to-do list:
  • link or add normal value ranges, and how the game acts when stuff is set outside these bounds

Weapon list

The list of weapons, as they appear in the scheme files and in the game memory.

Position Weapon Name
0 Bazooka
1 Homing Missile
2 Mortar
3 Grenade
4 Cluster Bomb
5 Skunk
6 Petrol Bomb
7 Banana Bomb
8 Handgun
9 Shotgun
10 Uzi
11 Minigun
12 Longbow
13 Airstrike
14 Napalm Strike
15 Mine
16 Fire Punch
17 Dragon Ball
18 Kamikaze
19 Prod
20 Battle Axe
21 Blowtorch
22 Pneumatic Drill
23 Girder
24 Ninja Rope
25 Parachute
26 Bungee
27 Teleport
28 Dynamite
29 Sheep
30 Baseball Bat
31 Flame Thrower
32 Homing Pigeon
33 Mad Cow
34 Holy Hand Grenade
35 Old Woman
36 Sheep Launcher
37 Super Sheep
38 Mole Bomb
39 Jet Pack
40 Low Gravity
41 Laser Sight
42 Fast Walk
43 Invisibility
44 Damage x2

Super weapons

Super weapons are not available in Version 1 scheme files:

Position Weapon Name
45 Freeze
46 Super Banana Bomb
47 Mine Strike
48 Girder Starter Pack
49 Earthquake
50 Scales Of Justice
51 Ming Vase
52 Mike's Carpet Bomb
53 Patsy's Magic Bullet
54 Indian Nuclear Test
55 Select Worm
56 Salvation Army
57 Mole Squadron
58 MB Bomb
59 Concrete Donkey
60 Suicide Bomber
61 Sheep Strike
62 Mail Strike
63 Armageddon

Differences in Worms World Party

After the weapon settings (which don't include super weapons), Worms World Party contains three bytes of unknown purpose (appear to usually be null), followed by five bytes composed of a repeat of the signature followed by the version one more time. In addition, the Worms World Party schemes use version number 1, and they interpret Double Damage ammo as the number of turns for which double damage will take effect.

Personal tools