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

Home » Fable TLC » Discussion » Tools Discussion » Albion Exsplore minor prob.
Albion Exsplore minor prob. [message #42653] Sun, 15 June 2008 09:37 Go to next message
Great Kou is currently offline  Great Kou
Messages: 11
Registered: June 2008
Ok I spawned a chest I gave it a unique 20 digit (UID)
But for some reason I'm not seeing it in the game the AE still shows it.


I did as follows on the Script
NewThing Object;
Player 4;
UID 19992009876543212345;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 87.199950;
PositionY 79.200200;
PositionZ 39.624530;
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_JOB_MASK";
ContainerContents[4]"OBJECT_GOLD_1000000";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
Re: Albion Exsplore minor prob. [message #42654 is a reply to message #42653] Sun, 15 June 2008 09:47 Go to previous messageGo to next message
The New Fabled Ravrn
Messages: 500
Registered: April 2008
Great Kou said


ContainerContents[0]"OBJECT_HERO_SHIRT_JACK";
ContainerContents[1]"OBJECT_HERO_BOOTS_JACK";
ContainerContents[2]"OBJECT_HERO_TROUSERS_JACK";
ContainerContents[3]"OBJECT_HERO_JOB_MASK";
ContainerContents[4]"OBJECT_GOLD_1000000";
ChestOpen FALSE;



There needs to be a space after the [#] and before the (").


http://img809.imageshack.us/img809/9329/newim.gif http://img19.imageshack.us/img19/4678/rulesq.gif

[Updated on: Sun, 15 June 2008 09:49]

Report message to a moderator

Re: Albion Exsplore minor prob. [message #42655 is a reply to message #42654] Sun, 15 June 2008 09:49 Go to previous messageGo to next message
JohnDoe is currently offline  JohnDoe
Messages: 3007
Registered: October 2007

Retired
This isn't an AE problem. This is user error.
Rename/move/delete the FinalAlbion.wad and correct the problem mentioned by The New Fabled Ravrn.
The New Fabled Ravrn wrote on Sun, 15 June 2008 11:47

There needs to be a space.
He would crash if this was his only problem.
The New Fabled Ravrn wrote on Sun, 15 June 2008 11:47

ContainerContents[COLOR=red][0] "[/COLOR]OBJECT_HERO_BOOTS_JACK";
ContainerContents[COLOR=red][1] "[/COLOR]OBJECT_HERO_TROUSERS_JACK";
ContainerContents[COLOR=red][2] "[/COLOR]OBJECT_HERO_JOB_MASK";
ContainerContents[COLOR=red][3] "[/COLOR]OBJECT_GOLD_1000000";

FUDcode doesn't work within [code][/code] tags.
Re: Albion Exsplore minor prob. [message #42656 is a reply to message #42653] Sun, 15 June 2008 10:00 Go to previous messageGo to next message
Raziel is currently offline  Raziel
Messages: 109
Registered: May 2008
You have written it so:
ContainerContents[0]"OBJECT_SOMETHING";
but you have to write it so:
ContainerContents[0] "OBJECT_SOMETHING";
between the [0] and the " has to be a free space.
http://i300.photobucket.com/albums/nn34/bassotronics/Unbenannt.jpg
Re: Albion Exsplore minor prob. [message #42657 is a reply to message #42653] Sun, 15 June 2008 10:04 Go to previous messageGo to next message
Great Kou is currently offline  Great Kou
Messages: 11
Registered: June 2008
So this is what it should be correct?

ContainerContents[0] " OBJECT_HERO_SHIRT_JACK ";
ContainerContents[1] " OBJECT_HERO_BOOTS_JACK ";
ContainerContents[2] " OBJECT_HERO_TROUSERS_JACK ";
ContainerContents[3] " OBJECT_HERO_JOB_MASK ";
ContainerContents[4] " OBJECT_GOLD_1000000 ";
Re: Albion Exsplore minor prob. [message #42659 is a reply to message #42657] Sun, 15 June 2008 10:12 Go to previous messageGo to next message
JohnDoe is currently offline  JohnDoe
Messages: 3007
Registered: October 2007

Retired
No, no spaces between the quotes.

ContainerContents[0] "OBJECT_HERO_SHIRT_JACK";

And don't forget to rename/move/delete the FinalAlbion.wad file.

[Updated on: Sun, 15 June 2008 10:13]

Report message to a moderator

Re: Albion Exsplore minor prob. [message #42661 is a reply to message #42653] Sun, 15 June 2008 10:16 Go to previous message
Great Kou is currently offline  Great Kou
Messages: 11
Registered: June 2008
thanks I fixed it now
Previous Topic: fable explorer and graphics
Next Topic: oh well got problem with freeroam and fable explorer
Goto Forum:
  


Current Time: Thu Mar 28 16:39:08 PDT 2024

Total time taken to generate the page: 0.01224 seconds