chest spawn causing game crash [message #46644] |
Mon, 27 October 2008 08:09 |
wylieb0y
Messages: 3 Registered: October 2008
|
|
|
|
I used FE and AE and followed the guide precisely, im very computer literate and have some modding experience with halo 2 etc, but this has me stumped.
i used the jack of blades costume mod and put them into a chest spawn using AE, i spawned it to enter at heroes guild beside the demon door on the little island where you do will training, when i use the guild seal to go to heroes guild my game just crashes?
help appreciated.
|
|
|
|
|
|
Re: chest spawn causing game crash [message #46676 is a reply to message #46659] |
Tue, 28 October 2008 06:38 |
wylieb0y
Messages: 3 Registered: October 2008
|
|
|
|
I see.
well i tried putting all 3 of the items in one chest, worked with other items but just crashed with the JOB outfit.
So i made a chest with just one piece of the outfit in, with this script :
NewThing Object;
Player 4;
UID 18446741874686296151;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 50.000000;
PositionY 41.764650;
PositionZ 30.016380;
RHSetForwardX 1.000000;
RHSetForwardY 0.000000;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_HERO_BOOTS_JACK";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
I got the windows error "program has to close" when i opend that chest.
[Updated on: Tue, 28 October 2008 06:43] Report message to a moderator
|
|
|
Re: chest spawn causing game crash [message #47194 is a reply to message #46644] |
Thu, 13 November 2008 15:04 |
|
I can't see anything wrong with the script... Strange.
Are you SURE you installed the fmp file?
If not, that might cause your game to crash.
EDIT: YOu might want to consider where you put the chest. For some reason whenever i put a chest in the guild demon door my game crashes. But when i use the same script elsewhere it works.
Try putting it in the picnic area of the greatwood cottage. It's where i put most of my mods.
[Updated on: Thu, 13 November 2008 15:06] Report message to a moderator
|
|
|
|
|
|