Game crashes when i open a spawned chest [message #56089] |
Tue, 09 February 2010 08:21 |
derkky
Messages: 14 Registered: February 2010
|
|
|
|
My game always crases when I try to open a spawned chest. It shows an animation of my hero opening the chest and i hear a whooshing sound, but my game crashes right after? Help? Im trying to put the Jack of Blades Clothes mod in the chest. Also, im running on windows 7.
[Updated on: Tue, 09 February 2010 08:26] Report message to a moderator
|
|
|
|
Re: Game crashes when i open a spawned chest [message #56098 is a reply to message #56089] |
Tue, 09 February 2010 15:55 |
derkky
Messages: 14 Registered: February 2010
|
|
|
|
NewThing Object;
Player 4;
UID 18446747854686296151;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 184.500000;
PositionY 107.500000;
PositionZ 19.770480;
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_SHIRT_JACK";
ContainerContents[1] "OBJECT_HERO_BOOTS_JACK";
ContainerContents[2] "OBJECT_HERO_TROUSERS_JACK";
ContainerContents[3] "OBJECT_HERO_TITLE_JACK";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
That is a chest script. I made it using albion explorer.
NewThing Object;
Player 4;
UID 12763549012348761524;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 18.000000;
PositionY 124.000000;
PositionZ 26.5;
RHSetForwardX 0.000000;
RHSetForwardY 1.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_TROUSERS_JACK";
ContainerContents[1] "OBJECT_HERO_SHIRT_JACK";
ContainerContents[2] "OBJECT_HERO_BOOTS_JACK";
ContainerContents[3] "OBJECT_HERO_TITLE_JACK";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
This is the one i made using john doe's text editing method.
|
|
|
|
Re: Game crashes when i open a spawned chest [message #56107 is a reply to message #56103] |
Wed, 10 February 2010 16:35 |
derkky
Messages: 14 Registered: February 2010
|
|
|
|
If you mean weather or not i used FE to load the FMP, then yes, I did. However, i don't think I saved mods and run it....However, when I check the object list, I saw Jack's armor. Im going to try and save mods and run.
EDIT:
Yea, that did it, it works now! Thanks all! Imma rep you all up, wait, how do I rep you up?
[Updated on: Wed, 10 February 2010 16:47] Report message to a moderator
|
|
|
|