Fable: The Lost Chapters Mod Scene
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Site » General Discussion » Hmmm.
Hmmm. [message #31734] Sat, 13 October 2007 15:49 Go to next message
sepheroth479 is currently offline  sepheroth479
Messages: 128
Registered: September 2007
Location: Hampton

Chest spawning = Accomplished.

Since I was to lazy i used the chest script in look out point from old boys v2 item pack.

I added anew uid.

When I open the chest my game crashes to desktop.

The sript is:

NewThing Object;
Player 4;
UID 12946747774686777335;
DefinitionType "OBJECT_NEW_CHEST";
ScriptData "NULL";
ThingGamePersistent TRUE;
ThingLevelPersistent TRUE;
StartCTCPhysicsStandard;
PositionX 102.0;
PositionY 63.0;
PositionZ 36.5;
RHSetForwardX -0.999286;
RHSetForwardY -0.037624;
RHSetForwardZ 0.0;
RHSetUpX 0.000037;
RHSetUpY -0.000976;
RHSetUpZ 0.999994;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_HYORINMARU";
ContainerContents[1] "OBJECT_GUILDMASTERS_MACE";
ContainerContents[2] "OBJECT_FANTASYSWORD2";
ContainerContents[3] "OBJECT_XENOME_SWORD";
ContainerContents[4] "OBJECT_THROWING_DISC_RANGED";
ContainerContents[5] "OBJECT_HERO_HELMET_NECROMANCER";
ContainerContents[6] "OBJECT_DOOM_SWORD ";
ContainerContents[7] "OBJECT_IRON_ODACHI";
ContainerContents[8] "OBJECT_STEEL_ODACHI";
ContainerContents[9] "OBJECT_OBSIDIAN_ODACHI";
ContainerContents[10] "OBJECT_MASTER_ODACHI";
ContainerContents[11] "OBJECT_STAFF_IRON";
ContainerContents[12] "OBJECT_STAFF_STEEL";
ContainerContents[13] "OBJECT_STAFF_OBSIDIAN";
ContainerContents[14] "OBJECT_STAFF_MASTER";
ContainerContents[15] "OBJECT_TANTO_IRON";
ContainerContents[16] "OBJECT_TANTO_STEEL";
ContainerContents[17] "OBJECT_TANTO_OBSIDIAN";
ContainerContents[18] "OBJECT_ALT_GLADIATOR_SHIRT";
ContainerContents[19] "OBJECT_GLADIATOR_SHIRT";
ContainerContents[20] "OBJECT_GLADIATOR_BOOTS";
ContainerContents[21] "OBJECT_GLADIATOR_LEGGINGS";
ContainerContents[22] "OBJECT_SISTERARMOR";
ContainerContents[23] "OBJECT_HERO_HUNTER_SHIRT";
ContainerContents[24] "OBJECT_WILLRINGS_GOOD";
ContainerContents[25] "OBJECT_WILLRINGS_NEUTRAL";
ContainerContents[26] "OBJECT_WILLRINGS_EVIL";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;

Anything wrong with it?

Re: Hmmm. [message #31741 is a reply to message #31734] Sat, 13 October 2007 15:55 Go to previous messageGo to next message
OldBoy is currently offline  OldBoy
Messages: 1112
Registered: October 2005
Location: Groningen

Administrator

DefinitionType "OBJECT_NEW_CHEST";

Don't know if you've loaded the NewItemPackv2, but if you didn't OBJECT_NEW_CHEST doesn't exist.

This should be in the scripting section btw.


http://img18.imageshack.us/img18/1640/48x48exit.png
this is not an exit.
Re: Hmmm. [message #31742 is a reply to message #31734] Sat, 13 October 2007 15:56 Go to previous messageGo to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
its something like "OBJECT_TREASURE_CHEST"; or "OBJECT_NORMAL_CHEST"; im pretty sure
Re: Hmmm. [message #31743 is a reply to message #31742] Sat, 13 October 2007 15:58 Go to previous messageGo to next message
OldBoy is currently offline  OldBoy
Messages: 1112
Registered: October 2005
Location: Groningen

Administrator

OBJECT_CHEST_OPENABLE

http://img18.imageshack.us/img18/1640/48x48exit.png
this is not an exit.
Re: Hmmm. [message #31744 is a reply to message #31734] Sat, 13 October 2007 15:58 Go to previous messageGo to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
havent scripted in a while so i forgot Laughing
Re: Hmmm. [message #31746 is a reply to message #31743] Sat, 13 October 2007 16:00 Go to previous messageGo to next message
sepheroth479 is currently offline  sepheroth479
Messages: 128
Registered: September 2007
Location: Hampton

Old boy be my master Very Happy
Re: Hmmm. [message #31749 is a reply to message #31741] Sat, 13 October 2007 16:02 Go to previous message
sepheroth479 is currently offline  sepheroth479
Messages: 128
Registered: September 2007
Location: Hampton

OldBoy wrote on Sat, 13 October 2007 15:55

DefinitionType "OBJECT_NEW_CHEST";

Don't know if you've loaded the NewItemPackv2, but if you didn't OBJECT_NEW_CHEST doesn't exist.

This should be in the scripting section btw.


Yeah i loaded it.
Didn't change anything but the uid and the custom wepons in it

EDIT sorry for double post

EDIT: New script is:

NewThing Object;
Player 4;
UID 12946747774686777335;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptData "NULL";
ThingGamePersistent TRUE;
ThingLevelPersistent TRUE;
StartCTCPhysicsStandard;
PositionX 102.0;
PositionY 63.0;
PositionZ 36.5;
RHSetForwardX -0.999286;
RHSetForwardY -0.037624;
RHSetForwardZ 0.0;
RHSetUpX 0.000037;
RHSetUpY -0.000976;
RHSetUpZ 0.999994;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_HYORINMARU";
ContainerContents[1] "OBJECT_GUILDMASTERS_MACE";
ContainerContents[2] "OBJECT_XENOME_SWORD";
ContainerContents[3] "OBJECT_THROWING_DISC_RANGED";
ContainerContents[4] "OBJECT_HERO_HELMET_NECROMANCER";
ContainerContents[5] "OBJECT_DOOM_SWORD ";
ContainerContents[6] "OBJECT_IRON_ODACHI";
ContainerContents[7] "COBJECT_STEEL_ODACHI";
ContainerContents[8] "OBJECT_OBSIDIAN_ODACHI";
ContainerContents[9] "OBJECT_MASTER_ODACHI";
ContainerContents[10] "OBJECT_STAFF_IRON";
ContainerContents[11] "OBJECT_STAFF_STEEL";
ContainerContents[12] "OBJECT_STAFF_OBSIDIAN";
ContainerContents[13] "OBJECT_STAFF_MASTER";
ContainerContents[14] "OBJECT_TANTO_IRON";
ContainerContents[15] "OBJECT_TANTO_STEEL";
ContainerContents[16] "OBJECT_TANTO_OBSIDIAN";
ContainerContents[17] "OBJECT_ALT_GLADIATOR_SHIRT";
ContainerContents[18] "OBJECT_GLADIATOR_SHIRT";
ContainerContents[19] "OBJECT_GLADIATOR_BOOTS";
ContainerContents[20] "OBJECT_GLADIATOR_LEGGINGS";
ContainerContents[21] "OBJECT_SISTERARMOR";
ContainerContents[22] "OBJECT_HERO_HUNTER_SHIRT";
ContainerContents[23] "OBJECT_WILLRINGS_GOOD";
ContainerContents[24] "OBJECT_WILLRINGS_NEUTRAL";
ContainerContents[25] "OBJECT_WILLRINGS_EVIL";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;


The same F***ing thing is happening i used that chest zip thingy you told me about.

Well.. I downloaded one weapon pack it was alias i think one of them said some about something being thrown when i tried to load it.

Could that be why?

[Updated on: Sat, 13 October 2007 16:18]

Report message to a moderator

Previous Topic: Wow, what a forum!
Next Topic: help me out here....
Goto Forum:
  


Current Time: Thu Mar 28 11:58:23 PDT 2024

Total time taken to generate the page: 0.01013 seconds