SaveId
From Blood Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | SaveID - | + | SaveID - entity savegame identificator key. It is a number, unique withing a level, assigned with [[RWGTools]] NetRadiant plugin to a "sid" entity field. It is required to store information about levels that was already visited. Instead of entity number (assigned by engine when entity is spawned) SaveID cannot be reused when new entity created. Also SaveID survives level editing and recompilation, allowing to extend existing game levels without breaking saved games. |
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 15:44, 16 July 2012
SaveID - entity savegame identificator key. It is a number, unique withing a level, assigned with RWGTools NetRadiant plugin to a "sid" entity field. It is required to store information about levels that was already visited. Instead of entity number (assigned by engine when entity is spawned) SaveID cannot be reused when new entity created. Also SaveID survives level editing and recompilation, allowing to extend existing game levels without breaking saved games.