Difference between revisions of "Level ID"

From Crash Bandicoot Hacking Wiki
Jump to navigation Jump to search
(Crash 2 table.)
(Crash 2)
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
A level ID is a 2-digit hexadecimal number that corresponds to a level in the game. There exists a pair of files S00000**.NSD/.NSF on the game disc for each level ID.  
+
Each game level is assigned a single character code which signifies the internal name of the level. This character can be a decimal digit (<code>0-9</code>), an uppercase or lowercase ASCII letter (<code>a-z</code>, <code>A-Z</code>), an underscore (<code>_</code>) or an exclamation point (<code>!</code>). For letters, this character is case-sensitive, for instance level <code>g</code> is different from level <code>G</code>.
  
 
Some levels are more appropriately identified as game states: for example, level ID 19 in Crash 1 refers to the entire title sequence, main menu, options and password menus, map, and game over screen.
 
Some levels are more appropriately identified as game states: for example, level ID 19 in Crash 1 refers to the entire title sequence, main menu, options and password menus, map, and game over screen.
 +
 +
Each level's character code is associated with a number. The hexadecimal reading of this number determines the name of the NSD/NSF file pair which contains the game data for that level. For example, ''Cold Hard Crash'' has level code <code>j</code> which matches hex ID <code>13</code>; therefore, its data is held in the files <code>S00000<u>'''13'''</u>.NSD</code> and <code>S00000<u>'''13'''</u>.NSF</code>.
 +
 +
Tables matching level names to character codes and hex values for each game are presented below.
  
 
== Crash 1 ==
 
== Crash 1 ==
The final version of Crash 1 has .NSD/.NSF files present for 44 level IDs; the beta version has .NSD/.NSF files present for 40. Each level in the beta has the same level ID in the final. All together, this makes for a total of 47 distinct level IDs.
+
{| class="wikitable"
{| border="1"
+
! Hex
!ID
+
! #
!Level name
+
! Level Name
 +
|-
 +
| <code>00</code>
 +
| <code>0</code>
 +
| ''(none)''
 +
|-
 +
| <code>01</code>
 +
| <code>1</code>
 +
| ''(none)''
 +
|-
 +
| <code>02</code>
 +
| <code>2</code>
 +
| ''(none)''
 +
|-
 +
| <code>03</code>
 +
| <code>3</code>
 +
| [[Cortex Power]]
 +
|-
 +
| <code>04</code>
 +
| <code>4</code>
 +
| ''(unused)'' Cavern Level
 +
|-
 +
| <code>05</code>
 +
| <code>5</code>
 +
| [[Generator Room]]
 +
|-
 +
| <code>06</code>
 +
| <code>6</code>
 +
| [[Heavy Machinery]]
 +
|-
 +
| <code>07</code>
 +
| <code>7</code>
 +
| [[Toxic Waste]]
 +
|-
 +
| <code>08</code>
 +
| <code>8</code>
 +
| [[Pinstripe|Pinstripe (Boss 4)]]
 +
|-
 +
| <code>09</code>
 +
| <code>9</code>
 +
| [[N. Sanity Beach]]
 +
|-
 +
| <code>0A</code>
 +
| <code>a</code>
 +
| [[Papu Papu|Papu Papu (Boss 1)]]
 +
|-
 +
| <code>0B</code>
 +
| <code>b</code>
 +
| ''(none)''
 +
|-
 +
| <code>0C</code>
 +
| <code>c</code>
 +
| [[Jungle Rollers]]
 +
|-
 +
| <code>0D</code>
 +
| <code>d</code>
 +
| ''(none)''
 
|-
 
|-
|01
+
| <code>0E</code>
| Test area (beta)
+
| <code>e</code>
 +
| [[Boulders]]
 
|-
 
|-
|02
+
| <code>0F</code>
|??? <!-- 2D level --> Unused in beta and final; has an older, unrecognized format
+
| <code>f</code>
 +
| [[Upstream]]
 
|-
 
|-
|03
+
| <code>10</code>
| Cortex Power
+
| <code>g</code>
 +
| ''(none)''
 
|-
 
|-
|04
+
| <code>11</code>
| Cavern level (beta)
+
| <code>h</code>
 +
| [[Hog Wild]]
 
|-
 
|-
|05
+
| <code>12</code>
| Generator Room
+
| <code>i</code>
 +
| [[The Great Gate]]
 
|-
 
|-
|06
+
| <code>13</code>
| Heavy Machinery
+
| <code>j</code>
 +
| [[Boulder Dash]]
 
|-
 
|-
|07
+
| <code>14</code>
| Toxic Waste
+
| <code>k</code>
 +
| [[Road to Nowhere]]
 
|-
 
|-
|08
+
| <code>15</code>
| Pinstripe (Boss 4)
+
| <code>l</code>
 +
| [[Rolling Stones]]
 
|-
 
|-
|09
+
| <code>16</code>
| N. Sanity Beach
+
| <code>m</code>
 +
| [[The High Road]]
 
|-
 
|-
|0A
+
| <code>17</code>
| Papu Papu (Boss 1)
+
| <code>n</code>
 +
| [[Ripper Roo (C1)|Ripper Roo (Boss 2)]]
 
|-
 
|-
|0B
+
| <code>18</code>
| Cliff level (beta)
+
| <code>o</code>
 +
| [[Up The Creek]]
 
|-
 
|-
|0C
+
| <code>19</code>
| Jungle Rollers
+
| <code>p</code>
 +
| [[Map (C1)|Map, Main Menu, Title Sequence]]
 
|-
 
|-
|0D
+
| <code>1A</code>
| Waterfall level (beta)
+
| <code>q</code>
 +
| [[Native Fortress]]
 
|-
 
|-
|0E
+
| <code>1B</code>
| Boulders
+
| <code>r</code>
 +
| [[Nitrus Brio|Nitrus Brio (Boss 5)]]
 
|-
 
|-
|0F
+
| <code>1C</code>
| Upstream
+
| <code>s</code>
 +
| [[Temple Ruins]]
 
|-
 
|-
|10
+
| <code>1D</code>
| ??? <!--Also 2D-->Unused in beta and final; has an older, unrecognized format
+
| <code>t</code>
 +
| [[Jaws of Darkness]]
 
|-
 
|-
|11
+
| <code>1E</code>
| Hog Wild
+
| <code>u</code>
 +
| [[Whole Hog]]
 
|-
 
|-
|12
+
| <code>1F</code>
| The Great Gate
+
| <code>v</code>
 +
| [[Dr. Neo Cortex (C1)|Dr. Neo Cortex (Boss 6)]]
 
|-
 
|-
|13
+
| <code>20</code>
| Boulder Dash
+
| <code>w</code>
 +
| [[The Lost City]]
 
|-
 
|-
|14
+
| <code>21</code>
| Road To Nowhere
+
| <code>x</code>
 +
| [[Koala Kong|Koala Kong (Boss 3)]]
 
|-
 
|-
|15
+
| <code>22</code>
| Rolling Stones
+
| <code>y</code>
 +
| ''(unused)'' [[Stormy Ascent]]
 
|-
 
|-
|16
+
| <code>23</code>
| The High Road
+
| <code>z</code>
 +
| [[Sunset Vista]]
 
|-
 
|-
|17
+
| <code>24</code>
| Ripper Roo (Boss 2)
+
| <code>A</code>
 +
| [[Bonus Round (C1)|Bonus Round]] (Tawna - short version)
 
|-
 
|-
|18
+
| <code>25</code>
| Up The Creek
+
| <code>B</code>
 +
| [[Bonus Round (C1)|Bonus Round]] (Nitrus Brio)
 
|-
 
|-
|19
+
| <code>26</code>
| Main (title sequence, main menu, map)
+
| <code>C</code>
 +
| [[Bonus Round (C1)|Bonus Round]] '''(currently unknown)'''
 
|-
 
|-
|1A
+
| <code>27</code>
| Native Fortress
+
| <code>D</code>
 +
| ''(none)''
 
|-
 
|-
|1B
+
| <code>28</code>
| Nitrus Brio (Boss 5)
+
| <code>E</code>
 +
| [[Lights Out]]
 
|-
 
|-
|1C
+
| <code>29</code>
| Temple Ruins
+
| <code>F</code>
 +
| [[The Lab]]
 
|-
 
|-
|1D
+
| <code>2A</code>
| Jaws of Darkness
+
| <code>G</code>
 +
| [[Fumbling in the Dark]]
 
|-
 
|-
|1E
+
| <code>2B</code>
| Whole Hog
+
| <code>H</code>
 +
| ''(none)''
 
|-
 
|-
|1F
+
| <code>2C</code>
| Dr. Neo Cortex (Boss 6)
+
| <code>I</code>
 +
| [[The Great Hall]]
 
|-
 
|-
|20
+
| <code>2D</code>
| The Lost City
+
| <code>J</code>
 +
| [[Level Completion Screen]]
 
|-
 
|-
|21
+
| <code>2E</code>
| Koala Kong (Boss 3)
+
| <code>K</code>
 +
| [[Slippery Climb]]
 
|-
 
|-
|22
+
| <code>2F</code>
| Stormy Ascent (Inaccessible Level)
+
| <code>L</code>
 +
| ''(none)''
 
|-
 
|-
|23
+
| <code>30</code>
| Sunset Vista
+
| <code>M</code>
 +
| ''(none)''
 
|-
 
|-
|24
+
| <code>31</code>
| Bonus Round (Tawna) (different in beta)
+
| <code>N</code>
 +
| ''(none)''
 
|-
 
|-
|25
+
| <code>32</code>
| Bonus Round (Nitrus Brio; unfinished) (different in beta)
+
| <code>O</code>
 +
| ''(none)''
 
|-
 
|-
|26
+
| <code>33</code>
| Bonus Round (unknown; unfinished) (different in beta)
+
| <code>P</code>
 +
| [[Bonus Round (C1)|Bonus Round]] (Tawna - long version)
 
|-
 
|-
|27
+
| <code>34</code>
|n/a
+
| <code>Q</code>
 +
| [[Bonus Round (C1)|Bonus Round]] (Dr. Neo Cortex)
 
|-
 
|-
|28
+
| <code>35</code>
| Lights Out
+
| <code>R</code>
 +
| ''(none)''
 
|-
 
|-
|29
+
| <code>36</code>
| The Lab
+
| <code>S</code>
 +
| ''(none)''
 
|-
 
|-
|2A
+
| <code>37</code>
| Fumbling In The Dark
+
| <code>T</code>
 +
| [[Castle Machinery]]
 
|-
 
|-
|2B
+
| <code>38</code>
|n/a
+
| <code>U</code>
 +
| [[Intro (C1)|Intro]]
 
|-
 
|-
|2C
+
| <code>39</code>
| The Great Hall (only present in the final version)
+
| <code>V</code>
 +
| [[Ending (C1)|Ending]]
 
|-
 
|-
|2D
+
| <code>3A</code>
| Level Completion Screen (only present in the final version)
+
| <code>W</code>
 +
| ''(none)''
 
|-
 
|-
|2E
+
| <code>3B</code>
| Slippery Climb
+
| <code>X</code>
 +
| ''(none)''
 
|-
 
|-
|2F
+
| <code>3C</code>
|n/a
+
| <code>Y</code>
 +
| ''(none)''
 
|-
 
|-
|30
+
| <code>3D</code>
|n/a
+
| <code>Z</code>
 +
| ''(none)''
 
|-
 
|-
|31
+
| <code>3E</code>
|n/a
+
| <code>_</code>
 +
| ''(none)''
 
|-
 
|-
|32
+
| <code>3F</code>
|n/a
+
| <code>!</code>
 +
| ''(none)''
 +
|}
 +
 
 +
Level <code>4</code> is in an older file format and is not properly compatible with the game engine.
 +
 
 +
=== Prerelease Versions ===
 +
There are two known leaked prerelease versions of Crash 1. Some additional level slots are used in these versions.
 +
 
 +
{| class="wikitable"
 +
! Hex
 +
! #
 +
! Level Name
 
|-
 
|-
|33
+
| <code>01</code>
| Bonus Round (Tawna) (only present in the final version)
+
| <code>1</code>
 +
| [[Test Area]]
 
|-
 
|-
|34
+
| <code>02</code>
| Bonus Round (Dr. Neo Cortex; unfinished) (only present in the final version)
+
| <code>2</code>
 +
| [[Lava Cave Level]]
 
|-
 
|-
|35
+
| <code>04</code>
|n/a
+
| <code>4</code>
 +
| [[Cavern Level]]
 
|-
 
|-
|36
+
| <code>0B</code>
|n/a
+
| <code>b</code>
 +
| [[Cliff Level]]
 
|-
 
|-
|37
+
| <code>0D</code>
| Castle Machinery (only present in the final version)
+
| <code>d</code>
 +
| [[Waterfall Level]]
 
|-
 
|-
|38
+
| <code>10</code>
| Intro (only present in the final version)
+
| <code>g</code>
 +
| [[2D Donkey Kong]]
 
|-
 
|-
|39
+
| <code>2B</code>
| Ending (only present in the final version)
+
| <code>H</code>
 +
| (none)
 
|}
 
|}
 +
 +
Level <code>2</code> and level <code>g</code> (10) are in significantly older versions of the game's file format and are not compatible with the game engine. Level <code>H</code> (2B) is non-existent and is placed before "Fumbling in the Dark" in the proto map. The other levels are unfinished and contain some compatibility issues.
  
 
== Crash 2 ==
 
== Crash 2 ==
The final version of Crash 2 has .NSD/.NSF files present for 38 level IDs (42 in PAL version).  
+
The final version of Crash 2 has .NSD/.NSF files present for 38 level IDs (42 in PAL version).
{| border="1"
+
 
!ID
+
Each ID for a level is also used for that level's crystal and box gem. Some levels have an additional (non-box) gem. In this case, the ID for this extra gem is stolen from another level ID which does not have a box gem. These extra gem associations are listed below.
 +
{| class="wikitable"
 +
!Hex
 +
!#
 
!Level name
 
!Level name
 +
! Associated gem
 +
|-
 +
| <code>01</code>
 +
| <code>1</code>
 +
| ''(none)''
 +
| Second gem for [[Hang Eight]]
 +
|-
 +
| <code>02</code>
 +
| <code>2</code>
 +
| [[Warp Room (C2)|Warp Room]] (en/ja)
 +
| Second gem for [[Air Crash]]
 +
|-
 +
| <code>03</code>
 +
| <code>3</code>
 +
| [[Tiny Tiger (C2)|Tiny Tiger (Boss 3)]]
 +
| Second gem for [[Sewer or Later]]
 +
|-
 +
| <code>04</code>
 +
| <code>4</code>
 +
| ''(none)''
 +
| Second gem for [[Road to Ruin]]
 +
|-
 +
| <code>05</code>
 +
| <code>5</code>
 +
| ''(none)''
 +
| Second gem for [[Piston It Away]]
 +
|-
 +
| <code>06</code>
 +
| <code>6</code>
 +
| [[Ripper Roo (C2)|Ripper Roo (Boss 1)]]
 +
| Second gem for [[Night Fight]]
 +
|-
 +
| <code>07</code>
 +
| <code>7</code>
 +
| [[Dr. Neo Cortex (C2)|Dr. Neo Cortex (Boss 5)]]
 +
| Second gem for [[Spaced Out]]
 +
|-
 +
| <code>08</code>
 +
| <code>8</code>
 +
| [[Komodo Bros.|Komodo Bros. (Boss 2)]]
 +
| Second gem for [[Diggin' It]]
 +
|-
 +
| <code>09</code>
 +
| <code>9</code>
 +
| [[N. Gin (C2)|N. Gin (Boss 4)]]
 +
| Second gem for [[Cold Hard Crash]]
 +
|-
 +
| <code>0A</code>
 +
| <code>a</code>
 +
| [[Sewer or Later]]
 +
| ''Box gem''
 +
|-
 +
| <code>0B</code>
 +
| <code>b</code>
 +
| (none); Test jungle level (jungle1)
 +
| ''(none)''
 +
|-
 +
| <code>0C</code>
 +
| <code>c</code>
 +
| [[Night Fight]]
 +
| ''Box gem''
 +
|-
 +
| <code>0D</code>
 +
| <code>d</code>
 +
| [[Hangin' Out]]
 +
| ''Box gem''
 +
|-
 +
| <code>0E</code>
 +
| <code>e</code>
 +
| [[Snow Go]]
 +
| ''Box gem''
 +
|-
 +
| <code>0F</code>
 +
| <code>f</code>
 +
| [[Ruination]]
 +
| ''Box gem''
 +
|-
 +
| <code>10</code>
 +
| <code>g</code>
 +
| [[Piston it Away]]
 +
| ''Box gem''
 +
|-
 +
| <code>11</code>
 +
| <code>h</code>
 +
| [[Snow Biz]]
 +
| ''Box gem''
 +
|-
 +
| <code>12</code>
 +
| <code>i</code>
 +
| [[Rock It]]
 +
| ''Box gem''
 +
|-
 +
| <code>13</code>
 +
| <code>j</code>
 +
| [[Cold Hard Crash]]
 +
| ''Box gem''
 +
|-
 +
| <code>14</code>
 +
| <code>k</code>
 +
| ''(none)''
 +
| ''(none)''
 +
|-
 +
| <code>15</code>
 +
| <code>l</code>
 +
| [[Diggin' It]]
 +
| ''Box gem''
 +
|-
 +
| <code>16</code>
 +
| <code>m</code>
 +
| [[Road to Ruin]]
 +
| ''Box gem''
 +
|-
 +
| <code>17</code>
 +
| <code>n</code>
 +
| [[Un-Bearable]]
 +
| ''Box gem''
 +
|-
 +
| <code>18</code>
 +
| <code>o</code>
 +
| [[Crash Dash]]
 +
| ''Box gem''
 +
|-
 +
| <code>19</code>
 +
| <code>p</code>
 +
| [[Hang Eight]]
 +
| ''Box gem''
 +
|-
 +
| <code>1A</code>
 +
| <code>q</code>
 +
| [[Pack Attack]]
 +
| ''Box gem''
 +
|-
 +
| <code>1B</code>
 +
| <code>r</code>
 +
| [[Crash Crush]]
 +
| ''Box gem''
 +
|-
 +
| <code>1C</code>
 +
| <code>s</code>
 +
| [[Intro (C2)|Intro]]
 +
| ''(none)''
 +
|-
 +
| <code>1D</code>
 +
| <code>t</code>
 +
| [[Bear It]]
 +
| ''Box gem''
 +
|-
 +
| <code>1E</code>
 +
| <code>u</code>
 +
| [[Turtle Woods]]
 +
| ''Box gem''
 +
|-
 +
| <code>1F</code>
 +
| <code>v</code>
 +
| [[The Pits]]
 +
| ''Box gem''
 +
|-
 +
| <code>20</code>
 +
| <code>w</code>
 +
| [[Air Crash]]
 +
| ''Box gem''
 +
|-
 +
| <code>21</code>
 +
| <code>x</code>
 +
| [[Plant Food]]
 +
| ''Box gem''
 +
|-
 +
| <code>22</code>
 +
| <code>y</code>
 +
| [[Bear Down]]
 +
| ''Box gem''
 +
|-
 +
| <code>23</code>
 +
| <code>z</code>
 +
| [[The Eel Deal]]
 +
| ''Box gem''
 +
|-
 +
| <code>24</code>
 +
| <code>A</code>
 +
| [[Bee-Having]]
 +
| ''Box gem''
 +
|-
 +
| <code>25</code>
 +
| <code>B</code>
 +
| [[Totally Bear]]
 +
| ''Box gem''
 +
|-
 +
| <code>26</code>
 +
| <code>C</code>
 +
| [[Spaced Out]]
 +
| ''Box gem''
 +
|-
 +
| <code>27</code>
 +
| <code>D</code>
 +
| [[Totally Fly]]
 +
| ''Box gem''
 +
|-
 +
| <code>28</code>
 +
| <code>E</code>
 +
| [[100% Ending (C2)|100% Ending]]
 +
| ''(none)''
 +
|-
 +
| <code>29</code>
 +
| <code>F</code>
 +
| [[Normal Ending (C2)|Normal Ending]]
 +
| ''(none)''
 +
|-
 +
| <code>2A</code>
 +
| <code>G</code>
 +
| ''(none)''
 +
| ''(none)''
 +
|-
 +
| <code>2B</code>
 +
| <code>H</code>
 +
| ''(none)''
 +
| ''(none)''
 +
|-
 +
| <code>2C</code>
 +
| <code>I</code>
 +
| ''(none)''
 +
| ''(none)''
 +
|-
 +
| <code>2D</code>
 +
| <code>J</code>
 +
| [[Warp Room (C2)|Warp Room]] (es; PAL only)
 +
| ''(none)''
 
|-
 
|-
|01
+
| <code>2E</code>
| N/A
+
| <code>K</code>
 +
| [[Warp Room (C2)|Warp Room]] (fr; PAL only)
 +
| ''(none)''
 
|-
 
|-
|02
+
| <code>2F</code>
|English Warp Room
+
| <code>L</code>
 +
| [[Warp Room (C2)|Warp Room]] (de; PAL only)
 +
| ''(none)''
 
|-
 
|-
|03
+
| <code>30</code>
|Tiny Tiger
+
| <code>M</code>
 +
| [[Warp Room (C2)|Warp Room]] (it; PAL only)
 +
| ''(none)''
 
|-
 
|-
|04
+
| <code>31</code>
|N/A
+
| <code>N</code>
 +
| ''(none)''
 +
| ''(none)''
 
|-
 
|-
|05
+
| <code>32</code>
|N/A
+
| <code>O</code>
 +
| ''(none)''
 +
| ''(none)''
 
|-
 
|-
|06
+
| <code>33</code>
|Ripper Roo
+
| <code>P</code>
 +
| ''(none)''
 +
| ''(none)''
 
|-
 
|-
|07
+
| <code>34</code>
|Dr. Neo Cortex
+
| <code>Q</code>
 +
| ''(none)''
 +
| ''(none)''
 
|-
 
|-
|08
+
| <code>35</code>
|Komodo Bros.
+
| <code>R</code>
 +
| ''(none)''
 +
| ''(none)''
 
|-
 
|-
|09
+
| <code>36</code>
|N. Gin
+
| <code>S</code>
 +
| ''(none)''
 +
| ''(none)''
 
|-
 
|-
|0A
+
| <code>37</code>
|Sewer or Later
+
| <code>T</code>
 +
| ''(none)''
 +
| ''(none)''
 
|-
 
|-
|0B
+
| <code>38</code>
|N/A; Test jungle level (jungle1)
+
| <code>U</code>
 +
| ''(none)''
 +
| ''(none)''
 
|-
 
|-
|0C
+
| <code>39</code>
|Night Fight
+
| <code>V</code>
 +
| ''(none)''
 +
| Second gem for [[Ruination]]
 
|-
 
|-
|0D
+
| <code>3A</code>
|Hangin' Out
+
| <code>W</code>
 +
| ''(none)''
 +
| Second gem for [[Snow Go]] (red)
 
|-
 
|-
|0E
+
| <code>3B</code>
|Snow Go
+
| <code>X</code>
 +
| [[Game Over (C2)|Game Over]]
 +
| Second gem for [[The Eel Deal]] (green)
 
|-
 
|-
|0F
+
| <code>3C</code>
|Ruination
+
| <code>Y</code>
 +
| [[Title Screen (C2)|Title Screen]]
 +
| Second gem for [[Bee-Havin']] (purple)
 
|-
 
|-
|10
+
| <code>3D</code>
|Piston it Away
+
| <code>Z</code>
 +
| ''(none)''
 +
| Second gem for [[Turtle Woods]] (blue)
 
|-
 
|-
|11
+
| <code>3E</code>
|Snow Biz
+
| <code>_</code>
 +
| ''(none)''
 +
| Second gem for [[Plant Food]] (yellow)
 
|-
 
|-
|12
+
| <code>3F</code>
|Rock It
+
| <code>!</code>
 +
| ''(none)''
 +
| ''(none)''
 +
|}
 +
 
 +
== Crash 3 ==
 +
{{todo|Add gem ID's for [[Area 51?]], [[Rings of Power]].}}
 +
Each ID for a level is also used for that level's crystal, relic, and box gem. Some levels have an additional (non-box) gem. In this case, the ID for this extra gem is stolen from another level which does not have a box gem. These extra gem associations are listed below.
 +
 
 +
{| class="wikitable"
 +
! Hex
 +
! #
 +
! Level Name
 +
! Associated Gem
 
|-
 
|-
|13
+
| <code>00</code>
|Cold Hard Crash
+
| <code>0</code>
 +
| ''(none)''
 
|-
 
|-
|14
+
| <code>01</code>
|N/A
+
| <code>1</code>
 +
| ''(none)''
 +
| Second gem for [[Bone Yard]]
 
|-
 
|-
|15
+
| <code>02</code>
|Diggin' It
+
| <code>2</code>
 +
| [[Warp Room]]
 +
| Second gem for [[Tomb Time]]
 
|-
 
|-
|16
+
| <code>03</code>
|Road to Ruin
+
| <code>3</code>
 +
| [[Dingodile|Dingodile (Boss 2)]]
 +
| Second gem for [[Dino Might!]]
 
|-
 
|-
|17
+
| <code>04</code>
|Un-Bearable
+
| <code>4</code>
 +
| [[N. Tropy|N. Tropy (Boss 3)]]
 +
| Second gem for [[Sphynxinator]]
 
|-
 
|-
|18
+
| <code>05</code>
|Crash Dash
+
| <code>5</code>
 +
| [[N. Gin (C3)|N. Gin (Boss 4)]]
 +
| Second gem for [[Future Frenzy]]
 
|-
 
|-
|19
+
| <code>06</code>
|Hang Eight
+
| <code>6</code>
 +
| [[Tiny (C3)|Tiny (Boss 1)]]
 +
| Second gem for [[Gone Tomorrow]]
 
|-
 
|-
|1A
+
| <code>07</code>
|Pack Attack
+
| <code>7</code>
 +
| [[Dr. Neo Cortex (C3)|Dr. Neo Cortex (Boss 5)]]
 +
| Second gem for [[Bug Lite]]
 
|-
 
|-
|1B
+
| <code>08</code>
|Crash Crush
+
| <code>8</code>
 +
| ''(none)''
 
|-
 
|-
|1C
+
| <code>09</code>
|Intro
+
| <code>9</code>
 +
| ''(none)''
 
|-
 
|-
|1D
+
| <code>0A</code>
|Bear It
+
| <code>a</code>
 +
| [[Orient Express]]
 +
| ''Box gem''
 
|-
 
|-
|1E
+
| <code>0B</code>
|Turtle Woods
+
| <code>b</code>
 +
| [[Toad Village]]
 +
| ''Box gem''
 
|-
 
|-
|1F
+
| <code>0C</code>
|The Pits
+
| <code>c</code>
 +
| [[Bone Yard]]
 +
| ''Box gem''
 
|-
 
|-
|20
+
| <code>0D</code>
|Air Crash
+
| <code>d</code>
 +
| [[Tell No Tales]]
 +
| ''Box gem''
 
|-
 
|-
|21
+
| <code>0E</code>
|Plant Food
+
| <code>e</code>
 +
| [[Under Pressure]]
 +
| ''Box gem''
 
|-
 
|-
|22
+
| <code>0F</code>
|Bear Down
+
| <code>f</code>
 +
| [[Gee Wiz]]
 +
| ''Box gem''
 
|-
 
|-
|23
+
| <code>10</code>
|The Eel Deal
+
| <code>g</code>
 +
| [[Dino Might!]]
 +
| ''Box gem''
 
|-
 
|-
|24
+
| <code>11</code>
|Bee-Having
+
| <code>h</code>
 +
| [[Midnight Run]]
 +
| ''Box gem''
 
|-
 
|-
|25
+
| <code>12</code>
|Totally Bear
+
| <code>i</code>
 +
| [[Tomb Time]]
 +
| ''Box gem''
 
|-
 
|-
|26
+
| <code>13</code>
|Spaced Out
+
| <code>j</code>
 +
| [[Bye Bye Blimps]]
 +
| ''Box gem''
 
|-
 
|-
|27
+
| <code>14</code>
|Totally Fly
+
| <code>k</code>
 +
| [[Road Crash]]
 +
| ''Box gem''
 
|-
 
|-
|28
+
| <code>15</code>
|100% Ending
+
| <code>l</code>
 +
| [[Hog Ride]]
 +
| ''Box gem''
 
|-
 
|-
|29
+
| <code>16</code>
|Normal Ending
+
| <code>m</code>
 +
| [[Hang'em High]]
 +
| ''Box gem''
 
|-
 
|-
|2A
+
| <code>17</code>
|N/A
+
| <code>n</code>
 +
| [[Mad Bombers]]
 +
| ''Box gem''
 
|-
 
|-
|2B
+
| <code>18</code>
|N/A
+
| <code>o</code>
 +
| [[Tomb Wader]]
 +
| ''Box gem''
 
|-
 
|-
|2C
+
| <code>19</code>
|N/A
+
| <code>p</code>
 +
| [[Makin' Waves]]
 +
| ''Box gem''
 
|-
 
|-
|2D
+
| <code>1A</code>
|Unknown language Warp Room (PAL only)
+
| <code>q</code>
 +
| [[High Time]]
 +
| ''Box gem''
 
|-
 
|-
|2E
+
| <code>1B</code>
|Unknown language Warp Room (PAL only)
+
| <code>r</code>
 +
| [[Future Frenzy]]
 +
| ''Box gem''
 
|-
 
|-
|2F
+
| <code>1C</code>
|Unknown language Warp Room (PAL only)
+
| <code>s</code>
 +
| [[Deep Trouble]]
 +
| ''Box gem''
 
|-
 
|-
|30
+
| <code>1D</code>
|Unknown language Warp Room (PAL only)
+
| <code>t</code>
 +
| [[Double Header]]
 +
| ''Box gem''
 
|-
 
|-
|31
+
| <code>1E</code>
|N/A
+
| <code>u</code>
 +
| [[Sphynxinator]]
 +
| ''Box gem''
 
|-
 
|-
|32
+
| <code>1F</code>
|N/A
+
| <code>v</code>
 +
| [[Rings of Power]]
 +
| ''Box gem''
 
|-
 
|-
|33
+
| <code>20</code>
|N/A
+
| <code>w</code>
 +
| [[Orange Asphalt]]
 +
| ''Box gem''
 
|-
 
|-
|34
+
| <code>21</code>
|N/A
+
| <code>x</code>
 +
| [[Ski Crazed]]
 +
| ''Box gem''
 
|-
 
|-
|35
+
| <code>22</code>
|N/A
+
| <code>y</code>
 +
| [[Flaming Passion]]
 +
| ''Box gem''
 
|-
 
|-
|36
+
| <code>23</code>
|N/A
+
| <code>z</code>
 +
| [[Gone Tomorrow]]
 +
| ''Box gem''
 
|-
 
|-
|37
+
| <code>24</code>
|N/A
+
| <code>A</code>
 +
| [[Bug Lite]]
 +
| ''Box gem''
 
|-
 
|-
|38
+
| <code>25</code>
|N/A
+
| <code>B</code>
 +
| [[Area 51?]]
 +
| ''Box gem''
 
|-
 
|-
|39
+
| <code>26</code>
|N/A
+
| <code>C</code>
 +
| [[Eggipus Rex]]
 +
| ''Box gem''
 
|-
 
|-
|3A
+
| <code>27</code>
|N/A
+
| <code>D</code>
 +
| [[Hot Coco]]
 +
| ''Box gem''
 
|-
 
|-
|3B
+
| <code>28</code>
|Game Over Screen
+
| <code>E</code>
 +
| [[Opening Cutscene (C3)|Opening Cutscene]] (en/ja)
 
|-
 
|-
|3C  
+
| <code>29</code>
|Title Screen
+
| <code>F</code>
 +
| [[Normal Ending (C3)|Any% Ending]]
 +
|-
 +
| <code>2A</code>
 +
| <code>G</code>
 +
| [[100% Ending (C3)|100% Ending]]
 +
|-
 +
| <code>2B</code>
 +
| <code>H</code>
 +
| ''(none)''
 +
|-
 +
| <code>2C</code>
 +
| <code>I</code>
 +
| ''(none)''
 +
|-
 +
| <code>2D</code>
 +
| <code>J</code>
 +
| [[Opening Cutscene (C3)|Opening Cutscene]] (es; PAL only)
 +
|-
 +
| <code>2E</code>
 +
| <code>K</code>
 +
| [[Opening Cutscene (C3)|Opening Cutscene]] (fr; PAL only)
 +
|-
 +
| <code>2F</code>
 +
| <code>L</code>
 +
| [[Opening Cutscene (C3)|Opening Cutscene]] (de; PAL only)
 +
|-
 +
| <code>30</code>
 +
| <code>M</code>
 +
| [[Opening Cutscene (C3)|Opening Cutscene]] (it; PAL only)
 +
|-
 +
| <code>31</code>
 +
| <code>N</code>
 +
| ''(none)''
 +
|-
 +
| <code>32</code>
 +
| <code>O</code>
 +
| ''(none)''
 +
|-
 +
| <code>33</code>
 +
| <code>P</code>
 +
| ''(none)''
 +
|-
 +
| <code>34</code>
 +
| <code>Q</code>
 +
| ''(none)''
 +
|-
 +
| <code>35</code>
 +
| <code>R</code>
 +
| ''(none)''
 +
|-
 +
| <code>36</code>
 +
| <code>S</code>
 +
| ''(none)''
 +
|-
 +
| <code>37</code>
 +
| <code>T</code>
 +
| ''(none)''
 +
|-
 +
| <code>38</code>
 +
| <code>U</code>
 +
| ''(none)''
 +
|-
 +
| <code>39</code>
 +
| <code>V</code>
 +
| ''(none)''
 +
|-
 +
| <code>3A</code>
 +
| <code>W</code>
 +
| [[Intermission Vortex]]
 +
| Second gem for [[Deep Trouble]] (red)
 +
|-
 +
| <code>3B</code>
 +
| <code>X</code>
 +
| [[Game Over (C3)|Game Over]]
 +
| Second gem for [[Flaming Passion]] (green)
 +
|-
 +
| <code>3C</code>
 +
| <code>Y</code>
 +
| [[Title Screen (C3)|Title Screen]]
 +
| Second gem for [[High Time]] (purple)
 +
|-
 +
| <code>3D</code>
 +
| <code>Z</code>
 +
| ''(none)''
 +
| Second gem for [[Tomb Wader]] (blue)
 +
|-
 +
| <code>3E</code>
 +
| <code>_</code>
 +
| ''(none)''
 +
| Second gem for [[Hang'em High]] (yellow)
 +
|-
 +
| <code>3F</code>
 +
| <code>!</code>
 +
| ''(none)''
 +
| Coco's gem, from obtaining all 30 gold relics.
 
|}
 
|}
 +
 +
Level <code>v</code> (1F), [[Rings of Power]], appears in the S2 directory rather than S1.

Latest revision as of 01:10, 6 April 2023

Each game level is assigned a single character code which signifies the internal name of the level. This character can be a decimal digit (0-9), an uppercase or lowercase ASCII letter (a-z, A-Z), an underscore (_) or an exclamation point (!). For letters, this character is case-sensitive, for instance level g is different from level G.

Some levels are more appropriately identified as game states: for example, level ID 19 in Crash 1 refers to the entire title sequence, main menu, options and password menus, map, and game over screen.

Each level's character code is associated with a number. The hexadecimal reading of this number determines the name of the NSD/NSF file pair which contains the game data for that level. For example, Cold Hard Crash has level code j which matches hex ID 13; therefore, its data is held in the files S0000013.NSD and S0000013.NSF.

Tables matching level names to character codes and hex values for each game are presented below.

Crash 1

Hex # Level Name
00 0 (none)
01 1 (none)
02 2 (none)
03 3 Cortex Power
04 4 (unused) Cavern Level
05 5 Generator Room
06 6 Heavy Machinery
07 7 Toxic Waste
08 8 Pinstripe (Boss 4)
09 9 N. Sanity Beach
0A a Papu Papu (Boss 1)
0B b (none)
0C c Jungle Rollers
0D d (none)
0E e Boulders
0F f Upstream
10 g (none)
11 h Hog Wild
12 i The Great Gate
13 j Boulder Dash
14 k Road to Nowhere
15 l Rolling Stones
16 m The High Road
17 n Ripper Roo (Boss 2)
18 o Up The Creek
19 p Map, Main Menu, Title Sequence
1A q Native Fortress
1B r Nitrus Brio (Boss 5)
1C s Temple Ruins
1D t Jaws of Darkness
1E u Whole Hog
1F v Dr. Neo Cortex (Boss 6)
20 w The Lost City
21 x Koala Kong (Boss 3)
22 y (unused) Stormy Ascent
23 z Sunset Vista
24 A Bonus Round (Tawna - short version)
25 B Bonus Round (Nitrus Brio)
26 C Bonus Round (currently unknown)
27 D (none)
28 E Lights Out
29 F The Lab
2A G Fumbling in the Dark
2B H (none)
2C I The Great Hall
2D J Level Completion Screen
2E K Slippery Climb
2F L (none)
30 M (none)
31 N (none)
32 O (none)
33 P Bonus Round (Tawna - long version)
34 Q Bonus Round (Dr. Neo Cortex)
35 R (none)
36 S (none)
37 T Castle Machinery
38 U Intro
39 V Ending
3A W (none)
3B X (none)
3C Y (none)
3D Z (none)
3E _ (none)
3F ! (none)

Level 4 is in an older file format and is not properly compatible with the game engine.

Prerelease Versions

There are two known leaked prerelease versions of Crash 1. Some additional level slots are used in these versions.

Hex # Level Name
01 1 Test Area
02 2 Lava Cave Level
04 4 Cavern Level
0B b Cliff Level
0D d Waterfall Level
10 g 2D Donkey Kong
2B H (none)

Level 2 and level g (10) are in significantly older versions of the game's file format and are not compatible with the game engine. Level H (2B) is non-existent and is placed before "Fumbling in the Dark" in the proto map. The other levels are unfinished and contain some compatibility issues.

Crash 2

The final version of Crash 2 has .NSD/.NSF files present for 38 level IDs (42 in PAL version).

Each ID for a level is also used for that level's crystal and box gem. Some levels have an additional (non-box) gem. In this case, the ID for this extra gem is stolen from another level ID which does not have a box gem. These extra gem associations are listed below.

Hex # Level name Associated gem
01 1 (none) Second gem for Hang Eight
02 2 Warp Room (en/ja) Second gem for Air Crash
03 3 Tiny Tiger (Boss 3) Second gem for Sewer or Later
04 4 (none) Second gem for Road to Ruin
05 5 (none) Second gem for Piston It Away
06 6 Ripper Roo (Boss 1) Second gem for Night Fight
07 7 Dr. Neo Cortex (Boss 5) Second gem for Spaced Out
08 8 Komodo Bros. (Boss 2) Second gem for Diggin' It
09 9 N. Gin (Boss 4) Second gem for Cold Hard Crash
0A a Sewer or Later Box gem
0B b (none); Test jungle level (jungle1) (none)
0C c Night Fight Box gem
0D d Hangin' Out Box gem
0E e Snow Go Box gem
0F f Ruination Box gem
10 g Piston it Away Box gem
11 h Snow Biz Box gem
12 i Rock It Box gem
13 j Cold Hard Crash Box gem
14 k (none) (none)
15 l Diggin' It Box gem
16 m Road to Ruin Box gem
17 n Un-Bearable Box gem
18 o Crash Dash Box gem
19 p Hang Eight Box gem
1A q Pack Attack Box gem
1B r Crash Crush Box gem
1C s Intro (none)
1D t Bear It Box gem
1E u Turtle Woods Box gem
1F v The Pits Box gem
20 w Air Crash Box gem
21 x Plant Food Box gem
22 y Bear Down Box gem
23 z The Eel Deal Box gem
24 A Bee-Having Box gem
25 B Totally Bear Box gem
26 C Spaced Out Box gem
27 D Totally Fly Box gem
28 E 100% Ending (none)
29 F Normal Ending (none)
2A G (none) (none)
2B H (none) (none)
2C I (none) (none)
2D J Warp Room (es; PAL only) (none)
2E K Warp Room (fr; PAL only) (none)
2F L Warp Room (de; PAL only) (none)
30 M Warp Room (it; PAL only) (none)
31 N (none) (none)
32 O (none) (none)
33 P (none) (none)
34 Q (none) (none)
35 R (none) (none)
36 S (none) (none)
37 T (none) (none)
38 U (none) (none)
39 V (none) Second gem for Ruination
3A W (none) Second gem for Snow Go (red)
3B X Game Over Second gem for The Eel Deal (green)
3C Y Title Screen Second gem for Bee-Havin' (purple)
3D Z (none) Second gem for Turtle Woods (blue)
3E _ (none) Second gem for Plant Food (yellow)
3F ! (none) (none)

Crash 3

To do: Add gem ID's for Area 51?, Rings of Power.

Each ID for a level is also used for that level's crystal, relic, and box gem. Some levels have an additional (non-box) gem. In this case, the ID for this extra gem is stolen from another level which does not have a box gem. These extra gem associations are listed below.

Hex # Level Name Associated Gem
00 0 (none)
01 1 (none) Second gem for Bone Yard
02 2 Warp Room Second gem for Tomb Time
03 3 Dingodile (Boss 2) Second gem for Dino Might!
04 4 N. Tropy (Boss 3) Second gem for Sphynxinator
05 5 N. Gin (Boss 4) Second gem for Future Frenzy
06 6 Tiny (Boss 1) Second gem for Gone Tomorrow
07 7 Dr. Neo Cortex (Boss 5) Second gem for Bug Lite
08 8 (none)
09 9 (none)
0A a Orient Express Box gem
0B b Toad Village Box gem
0C c Bone Yard Box gem
0D d Tell No Tales Box gem
0E e Under Pressure Box gem
0F f Gee Wiz Box gem
10 g Dino Might! Box gem
11 h Midnight Run Box gem
12 i Tomb Time Box gem
13 j Bye Bye Blimps Box gem
14 k Road Crash Box gem
15 l Hog Ride Box gem
16 m Hang'em High Box gem
17 n Mad Bombers Box gem
18 o Tomb Wader Box gem
19 p Makin' Waves Box gem
1A q High Time Box gem
1B r Future Frenzy Box gem
1C s Deep Trouble Box gem
1D t Double Header Box gem
1E u Sphynxinator Box gem
1F v Rings of Power Box gem
20 w Orange Asphalt Box gem
21 x Ski Crazed Box gem
22 y Flaming Passion Box gem
23 z Gone Tomorrow Box gem
24 A Bug Lite Box gem
25 B Area 51? Box gem
26 C Eggipus Rex Box gem
27 D Hot Coco Box gem
28 E Opening Cutscene (en/ja)
29 F Any% Ending
2A G 100% Ending
2B H (none)
2C I (none)
2D J Opening Cutscene (es; PAL only)
2E K Opening Cutscene (fr; PAL only)
2F L Opening Cutscene (de; PAL only)
30 M Opening Cutscene (it; PAL only)
31 N (none)
32 O (none)
33 P (none)
34 Q (none)
35 R (none)
36 S (none)
37 T (none)
38 U (none)
39 V (none)
3A W Intermission Vortex Second gem for Deep Trouble (red)
3B X Game Over Second gem for Flaming Passion (green)
3C Y Title Screen Second gem for High Time (purple)
3D Z (none) Second gem for Tomb Wader (blue)
3E _ (none) Second gem for Hang'em High (yellow)
3F ! (none) Coco's gem, from obtaining all 30 gold relics.

Level v (1F), Rings of Power, appears in the S2 directory rather than S1.