|
Re: tried to spawn chest but crash [message #43168 is a reply to message #43167] |
Mon, 23 June 2008 23:34 |
|
JohnDoe
Messages: 3007 Registered: October 2007
|
Retired
|
|
|
Rename it to anything that is not FinalAlbion.wad.
The chest won't show up unless you rename the wad file, but this will not cause the crash.
Post your chest script. Fable is picky, downright bitchy when it comes to syntax errors, and I'm betting anything that you're simply missing a space, have a {} instead of a [], missing a ; or have a : instead, wrong type of quotes or missing quotes, missing a space or have one too many, numbers that are out of order and/or starting with a 1 instead of a 0, any small detail like that will cause Fable to cry and crash to the desktop.
|
|
|
|
|
Re: tried to spawn chest but crash [message #43179 is a reply to message #43173] |
Tue, 24 June 2008 10:28 |
|
JohnDoe
Messages: 3007 Registered: October 2007
|
Retired
|
|
|
SonnoMaku wrote on Tue, 24 June 2008 02:35 | I figured out what was wrong
| Did you? Could you tell me, because I don't think it was that chest. Looks fine to me.
Also, once a chest has been saved into the save file, the is only one way to get rid of it.
You have to use FE to make the OBJECT_CHEST_OPENABLE damageable, set the health low, then whack it with a stick and it "dies," disappearing without a trace. Be sure to set it back to non-damageable afterward, else you may destroy chests by accident.
The reason it has to be done this way is that once you visit an area and save, the save file sucks up all the information it can, like what buildings are where, who lives in them, what chests are open and where with what contents, etc. etc. It takes it all in like a giant vacuum. Since we don't have an easy way of editing the save file, I stick with killing the chest.
|
|
|