Further investigation on my part has revealed some interesting details.
The error message when loading from quicksave defies logic. It mentions the dir tree "data\models\ties\tools\..." however there's no such directory as "ties" it should be "entities" so the error message is wrong. I tried renaming the directory to "ties" and the game doesn't load at all saying error opening data\models\entities\tools... that makes sense since I renamed the directory. But why does the error message quote the wrong directory?
EDIT
I've also worked out all the map names for the "map" command using the console and managed to load the level I was on with no problems. Although I now don't have any weapons.
edit "init.cfg" in data\scripts so the command d.consoleh = 0 reads d.consoleh = 1. Start a new game and press the tilde key (~) and type (without quotes): "map bios##" where ## is one of the following numbers:
20 (level 1 - DREAM)
31 (level 2 - FOREST)
32 (level 3 - SWAMP)
41 (level 4 - STORM)
41a (level 5 - GLACIER)
42 (level 6 - TIES)
43 (level 7 - DARKNESS)
51 (level 8 - HEART)
51a (level 9 - STRESS)
52 (level 10 - COLD)
60 (level 11 - FEAR)
71 (level 12 - ESCAPE)
72 (level 13 - BEASTS)
81 (level 14 - POISON)
82 (level 15 - CHOICE)
83 (level 16 - HEART)
90 (level 17 - CHRONOS)
91 (level 18 - LIGHT) [final level]
Last edited by soopytwist; 07-24-2009 at 07:18 PM.
|