• Welcome to the Fable Community Forum!

    We're a group of fans who are passionate about the Fable series and video gaming.

    Register Log in

Spawning Chests

HeroOfCrapsalot

Dean Gullberry
Premium
Joined
Apr 15, 2009
Messages
976
Reaction score
97
Points
145
Re: Spawning Chests

It's not there at all.

I changed the contents and it's still gone.
 

James Butts

A Damn Fool
Joined
Feb 4, 2008
Messages
1,124
Reaction score
17
Points
110
Age
31
Re: Spawning Chests

That means the z coordinates are wrong
 

HeroOfCrapsalot

Dean Gullberry
Premium
Joined
Apr 15, 2009
Messages
976
Reaction score
97
Points
145
Re: Spawning Chests

I tried changing all the coordinates and it still isn't appearing.
 

Shirosaki

The Hollow Within
Joined
Dec 29, 2008
Messages
3,082
Reaction score
86
Points
150
Age
29
Re: Spawning Chests

I just realised what is wrong, on the positioning you need 6 digits after the .

Yours is 124.0 when it should be 124.000000

Try changing all of your corresponding values to these;
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;
 

HeroOfCrapsalot

Dean Gullberry
Premium
Joined
Apr 15, 2009
Messages
976
Reaction score
97
Points
145
Re: Spawning Chests

NewThing Object;
Player 4;
UID 78966741874686296086;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 18.000000;
PositionY 124.000000;
PositionZ 26.500000;
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_LEGENDARY_PUMPCROSSBOW";
ContainerContents[1] "OBJECT_LEGENDARY_LONGBOW";
ContainerContents[2] "OBJECT_LUTE";
ContainerContents[3] "OBJECT_HERO_TITLE_JACK";
ContainerContents[4] "OBJECT_GOLD_1000000";
ContainerContents[5] "OBJECT_DEEDS_BORDELLO";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;

Thats the new code and it's still not showin' up.
 

Shirosaki

The Hollow Within
Joined
Dec 29, 2008
Messages
3,082
Reaction score
86
Points
150
Age
29
Re: Spawning Chests

Can you upload a print screen to show me where the script is?
 

HeroOfCrapsalot

Dean Gullberry
Premium
Joined
Apr 15, 2009
Messages
976
Reaction score
97
Points
145
Re: Spawning Chests

Ummm... The heroes guild is gone...


I'll try to get a SS uploaded.
 

Shirosaki

The Hollow Within
Joined
Dec 29, 2008
Messages
3,082
Reaction score
86
Points
150
Age
29
Re: Spawning Chests

HeroOfCrapsalot;291013 said:
Ummm... The heroes guild is gone...
Replace FinalAlbion with a back-up. If you dont have one then try undoing whatever you did.

I'm not sure how print screen can tamper with game files though.

Put your script just under XXXSectionStart NULL. I'll upload a print screen of where I put mine.

Script.jpg

The script in the blue box is a script for a barrel I use for spawning stuff. It works because I use it regularly. If this doesn't work then you might not have renamed FinalAlbion.wad

My FE did it for me so I'm not sure what to do if that's the case.
 

HeroOfCrapsalot

Dean Gullberry
Premium
Joined
Apr 15, 2009
Messages
976
Reaction score
97
Points
145
Re: Spawning Chests

I GOT IT!

I deleted the "XXXSectionStart NULL;" at the top and some of the other things on the map were tampered somehow.

I finally got it.

Thanks a lot for the help!:)
 

Shirosaki

The Hollow Within
Joined
Dec 29, 2008
Messages
3,082
Reaction score
86
Points
150
Age
29
Re: Spawning Chests

Oh cool :p Did you have 2 XXXSectionStart NULL;'s in or something?
 

HeroOfCrapsalot

Dean Gullberry
Premium
Joined
Apr 15, 2009
Messages
976
Reaction score
97
Points
145
Re: Spawning Chests

Nope. It was plain and simply non-existent!:w00t:
 

Shirosaki

The Hollow Within
Joined
Dec 29, 2008
Messages
3,082
Reaction score
86
Points
150
Age
29
Re: Spawning Chests

Out of curiosity could you print screen the script for me please? I wanna have a look :p
 

HeroOfCrapsalot

Dean Gullberry
Premium
Joined
Apr 15, 2009
Messages
976
Reaction score
97
Points
145
Re: Spawning Chests

How do i get the print screen onto the reply?:(
 

Shirosaki

The Hollow Within
Joined
Dec 29, 2008
Messages
3,082
Reaction score
86
Points
150
Age
29
Re: Spawning Chests

Paste it into paint, save it as something random and upload it to something like photobucket. Copy the direct link and click this
insertimage.gif
and paste the url.

After you've uploaded it to photobucket you can delete it from wherever you saved it.
 

Shirosaki

The Hollow Within
Joined
Dec 29, 2008
Messages
3,082
Reaction score
86
Points
150
Age
29
Re: Spawning Chests

Nope, paste the url and I'll view it directly :p
 

Shirosaki

The Hollow Within
Joined
Dec 29, 2008
Messages
3,082
Reaction score
86
Points
150
Age
29
Re: Spawning Chests

Ah I see :p

There must've been a XXXSECTIONSTART NULL; in the script you copied. That would've made the whole Guild Exterior not work. When you said there was no longer one in the script I was like :O that cant be right xD

You see above the NewThing Object;? It's right there. +Rep for your successful mod :p
 

HeroOfCrapsalot

Dean Gullberry
Premium
Joined
Apr 15, 2009
Messages
976
Reaction score
97
Points
145
Re: Spawning Chests

I was probably repeating mistakes while I was fixing others.:(
 

Shirosaki

The Hollow Within
Joined
Dec 29, 2008
Messages
3,082
Reaction score
86
Points
150
Age
29
Re: Spawning Chests

Quote:
Originally Posted by Urahara
Can you upload a print screen to show me where the script is?

Or just copy/paste it.
I wanted to see all of his script, even the one he hadn't edited to see if the XXXStartSection NULL; was still there and a bit of the script from after it to make sure it ran properly.

Other than that, thanks John :p I am kinda new to this so I was trying to help out from my own experiences. I also consult your guide a lot but I forgot to credit you, sorry. I also pointed out the guide to HeroOfCrapsalot. Here is the link to it if you have anything to add or anything.

All you need is notepad and the game data. I cant remember how exactly, but I'm gonna try and find a guide. Hang on.

EDIT: Here you go. I used the old guide myself, but both versions have what you need.
I guess that's why I'm interested in the Modding School To be honest :lol:
 
Top