The ultimate source for Fable mods, Fable: The Lost Chapters chat and Fable 2 news
Project Ego | Fable: The Lost Chapters and Fable 2 Forums
Fable 2 Fable 2 Forums Fable 2 Gallery Fable Fable: The Lost Chapters Fable 2 Xbox 360 Register
Ads suck. Register and watch 'em disappear!
Fable 2 Forums   Fable 2 Forums > Fable Forum > Fable Modding

Interested in winning a FREE copy of Fable 2 for the Xbox 360? Read more »

Network: Assassin's Creed | Devil May Cry | Gears of War | Halo | Mass Effect | Resident Evil

Reply
 
Thread Tools

Need some help with spawning an object.
Old 03-18-2007, 01:36 AM   #1
Wd123
 
Posts: 7
Need some help with spawning an object.

Ok, I just started doing modding so after modifying some items and such I wanted to put some stuff in a chest so that I could get the items (Because I'm learning to spawn chests right now). I am trying to place the chest in lookout point, but it does not show up even when I save and reload, and then Fable crashes when I attempt to go the area, so I know there is an error in my code somewhere. And yes, I am placing the code for the Chest in the Null tab. Here is my code for the chest:

Quote:
NewThing Object;
Player 4;
UID 18446741166144651364;
DefinitionType "OBJECT_CHEST_OPENABL E";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 71.583984;
PositionY 71.308594;
PositionZ 5.0;
RHSetForwardX 0.0;
RHSetForwardY 0.999994;
RHSetForwardZ 0.0;
RHSetUpX 0.0;
RHSetUpY 0.0;
RHSetUpZ 0.999994;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_FRYING_PAN";
ContainerContents[1] "OBJECT_EBONY_KATANA" ;
ContainerContents[2] "OBJECT_EBONY_LONGBOW ";
ContainerContents[3] "OBJECT_HERO_HAT_PIMP ";
ContainerContents[4] "OBJECT_MANA_AUGMENTATION ";
ContainerContents[5] "OBJECT_EXPERIENCE_AUGMEN TATION";
ContainerContents[6] "OBJECT_HEALTH_AUGMENTATI ON";
ContainerContents[7] "OBJECT_SHARPENING_AUGMEN TATION";
ContainerContents[8] "OBJECT_PIERCING_AUGMENTA TION";
ContainerContents[9] "OBJECT_SILVER_AUGMENTATI ON";
ContainerContents[10] "OBJECT_FLAME_AUGMENTATIO N";
ContainerContents[11] "OBJECT_LIGHTNING_AUGMENT ATION";
ContainerContents[12] "OBJECT_MANA_AUGMENTATION ";
ContainerContents[13] "OBJECT_EXPERIENCE_AUGMEN TATION";
ContainerContents[14] "OBJECT_HEALTH_AUGMENTATI ON";
ContainerContents[15] "OBJECT_SHARPENING_AUGMEN TATION";
ContainerContents[16] "OBJECT_PIERCING_AUGMENTA TION";
ContainerContents[17] "OBJECT_SILVER_AUGMENTATI ON";
ContainerContents[18] "OBJECT_FLAME_AUGMENTATIO N";
ContainerContents[19] "OBJECT_LIGHTNING_AUGMENT ATION";
ContainerContents[20] "OBJECT_HERO_TITLE_JA CK";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
Thanks for your help in advance.
Wd123 is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 01:46 AM   #2
§ephiroxa§
 
Location: The Void
Posts: 7,755
Re: Need some help with spawning an object.

I can honestly see no problem with what you put in the chest. Try maybe..not putting so many container contents. Like try up to five. It may be the frying pan too.
§ephiroxa§ is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 01:46 AM   #3
Marcopolo
 
Location: Vancouver BC
Posts: 229
Re: Need some help with spawning an object.

TurboUpload- One-Click Webhosting - File ID 1618120
try that

you had some oddly placed spaces that most likely killed it

EDIT: this site postes the tng script funny and decides to randomly plae new spaces in

i will upload a notepad file with the edited chest script

Last edited by Marcopolo : 03-18-2007 at 01:52 AM.
Marcopolo is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 01:50 AM   #4
Wd123
 
Posts: 7
Re: Need some help with spawning an object.

There's many spaces in that too....
Wd123 is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 01:52 AM   #5
§ephiroxa§
 
Location: The Void
Posts: 7,755
Re: Need some help with spawning an object.

I'm going to try this exact chest out right now in Lookout point

Quote:
Originally Posted by Wd123 View Post
There's many spaces in that too....
Quote:
Originally Posted by Marcopolo View Post
try that

you had some oddly placed spaces that most likely killed it

EDIT: this site postes the tng script funny and decides to randomly plae new spaces in

i will upload a notepad file with the edited chest script

heehee

Last edited by §ephiroxa§ : 03-18-2007 at 01:52 AM. Reason: Double Post Auto-Merged
§ephiroxa§ is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 01:53 AM   #6
Wd123
 
Posts: 7
Re: Need some help with spawning an object.

I removed the spaces and I took out the frying pan, didn't work.
Wd123 is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 01:53 AM   #7
Marcopolo
 
Location: Vancouver BC
Posts: 229
Re: Need some help with spawning an object.

upped, try that, i cant see any other errors, maybe it's something else in the tng thats killing it

make sure you haven't accidentally removed the end of a script or something


okay up the tng and i'll take a look at it
Marcopolo is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 02:02 AM   #8
Wd123
 
Posts: 7
Re: Need some help with spawning an object.

How do i get to the file that u upped, and how do i up files? (I just joined today =D)

Ok, well i'll just improvise. Here is a link to the tng (I put it on my FTP)
http://syntaxss.com/David/LookoutPoint.txt

Last edited by Wd123 : 03-18-2007 at 02:02 AM. Reason: Double Post Auto-Merged
Wd123 is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 02:04 AM   #9
Marcopolo
 
Location: Vancouver BC
Posts: 229
Re: Need some help with spawning an object.

ah for the one i upped just click the link then look down the page a bit, it's a bad upload site so there is a counter for when your dl link will appear, just wait about 30 secs

i may be able to just upp it to your ftp if you have that option

umm does it crash or does it just not appear?

because it is under the statuemaster header no the null
Marcopolo is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 02:08 AM   #10
Wd123
 
Posts: 7
Re: Need some help with spawning an object.

It crashes. So did i put it in another statement then? Darnet lol...
Wd123 is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 02:08 AM   #11
§ephiroxa§
 
Location: The Void
Posts: 7,755
Re: Need some help with spawning an object.

Well when I first tried to spawn the chest I got a weird empty space with the new object in it.
But I tried again and it seemed to spawn just fine for me. I got everything inside of it.
§ephiroxa§ is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 02:10 AM   #12
Wd123
 
Posts: 7
Re: Need some help with spawning an object.

Thanks a lot MarcoPolo I thought that I had put the chest in the NULL section, but just as you pointed out, it is in the statue section.
Wd123 is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 02:11 AM   #13
Marcopolo
 
Location: Vancouver BC
Posts: 229
Re: Need some help with spawning an object.

is it not crashing any more? also i think it was underground

it depends on what part of lookout point it was in

but i think where you had it should be z 40 not z 5
Marcopolo is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 02:13 AM   #14
Wd123
 
Posts: 7
Re: Need some help with spawning an object.

Ah, kk. That would make sense lol. I havent tried it with the new changes yet. Still going over the sections to make sure I put it in correctly. Question though, do I need to make a new section for the chest, do I put it in no section, or do I put it in a pre-existing section?
Wd123 is offline  

Re: Need some help with spawning an object.
Old 03-18-2007, 02:14 AM   #15
§ephiroxa§
 
Location: The Void
Posts: 7,755
Re: Need some help with spawning an object.

Quote:
Originally Posted by Marcopolo View Post
is it not crashing any more? also i think it was underground

it depends on what part of lookout point it was in

but i think where you had it should be z 40 not z 5
To my knowledge it seemed to be outside the general lookout point area. Behind some of the fences and in bushes. I got mine to work.

§ephiroxa§ is offline  
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Spawning Chests §ephiroxa§ Fable Modding 284 07-31-2008 02:27 AM



All times are GMT +1. The time now is 10:03 PM.


Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Fable 2 Forums Sitemap Mobile
Fable 2 | Devil May Cry Forum (1) | Dino Crisis | Assassin's Creed Forum (1) | Mass Effect Forum | Resident Evil Forum (1) | Wordpress Themes | Christian blog | Halo Wars | Gears of War 2 | Computer Help | Miscarriage Advice
Project Ego, Fable, Fable: The Lost Chapters and Fable 2 ©2007 Lionhead Studios Ltd.
In loving memory of Kathleen Ann Powell and Terry Powell
©2007 ProjectEgo.net