Ads suck. Register and watch 'em disappear!
Go Back   Fable 2 Forums > Fable Forum > Fable Modding

Reply
 
Thread Tools

Re: Spawning Chests
Old 07-07-2007, 11:46 PM   #166
OldBoy
FableTLCMod sr

Re: Spawning Chests

Quote:
Originally Posted by dallicat View Post
thanx

it's still not showing up even when i use notepad
Try a different tng. Change the coordinates though

[edit]
On second thought, try this in the GuildExterior.tng (which is just outside the guild):

Code:
NewThing Object;
Player 4;
UID 12946741874686296666;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptData "NULL";
ThingGamePersistent TRUE;
ThingLevelPersistent TRUE;
StartCTCPhysicsStandard;
PositionX 14.5;
PositionY 127.0;
PositionZ 26.5;
RHSetForwardX 0.998439;
RHSetForwardY 0.055748;
RHSetForwardZ 0.0;
RHSetUpX -0.000054;
RHSetUpY 0.000975;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_SILVER_KEY";
ContainerContents[1] "OBJECT_SILVER_KEY";
ContainerContents[2] "OBJECT_SILVER_KEY";
ContainerContents[3] "OBJECT_SILVER_KEY";
ContainerContents[4] "OBJECT_SILVER_KEY";
ContainerContents[5] "OBJECT_SILVER_KEY";
ContainerContents[6] "OBJECT_SILVER_KEY";
ContainerContents[7] "OBJECT_SILVER_KEY";
ContainerContents[8] "OBJECT_SILVER_KEY";
ContainerContents[9] "OBJECT_SILVER_KEY";
ContainerContents[10] "OBJECT_SILVER_KEY";
ContainerContents[11] "OBJECT_GOLD_1000000";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;

Last edited by OldBoy; 07-07-2007 at 11:46 PM. Reason: Double Post Auto-Merged
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 06:17 PM   #167
shadow1122
Arseface
Re: Spawning Chests

well iv followed all the instructions, and aoriding to albion editor the chest is there but i cant find it in the game wheni load my save

here is the code

Version 2;
XXXSectionStart NULL;
NewThing Object;
Player 4;
UID 18446741874686296151;
DefinitionType "OBJECT_CHEST_OPENABL E";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 0.0;
PositionY 0.0;
PositionZ 0.0;
RHSetForwardX 1.000000;
RHSetForwardY 0.000000;
RHSetForwardZ 0;
RHSetUpX 0;
RHSetUpY 0;
RHSetUpZ 1;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_SWORD_OF_AEON S";
ContainerContents[1] "OBJECT_HERO_BOOTS_WILLRO BE_GOOD";
ContainerContents[2] "OBJECT_HERO_TROUSERS_WIL LROBE_GOOD";
ContainerContents[3] "OBJECT_HERO_SHIRT_WILLRO BE_GOOD";
ContainerContents[4] "OBJECT_HERO_GLOVES_WILLR OBE_GOOD";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
XXXSectionEnd;

any help
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 06:19 PM   #168
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

Your game doesn't crash right?

PositionX 0.0;
PositionY 0.0;
PositionZ 0.0;

It has no position.
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 06:21 PM   #169
shadow1122
Arseface
Re: Spawning Chests

my game dosent crash lol
what do they need to be??
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 06:23 PM   #170
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

well depending on where you spawn it, If you spawn it at the heros guild.

PositionX 56.101560;
PositionY 51.864260;
PositionZ 27.960070;

that should be okay.
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:05 PM   #171
shadow1122
Arseface
Re: Spawning Chests

umm still i used this and it didnt show up

NewThing Object;
Player 4;
UID 18446741874686296151;
DefinitionType "OBJECT_CHEST_OPENABL E";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 56.101560;
PositionY 51.864260;
PositionZ 27.960070;
RHSetForwardX 1.000000;
RHSetForwardY 0.000000;
RHSetForwardZ 0;
RHSetUpX 0;
RHSetUpY 0;
RHSetUpZ 1;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_HERO_HAT_JOB_MASK ";
ContainerContents[1] "OBJECT_HERO_BOOTS_WILLRO BE_GOOD";
ContainerContents[2] "OBJECT_HERO_TROUSERS_WIL LROBE_GOOD";
ContainerContents[3] "OBJECT_HERO_SHIRT_WILLRO BE_GOOD";
ContainerContents[4] "OBJECT_HERO_GLOVES_WILLR OBE_GOOD";
ContainerContents[5] "OBJECT_SILVER_KEY";
ContainerContents[6] "OBJECT_SILVER_KEY";
ContainerContents[7] "OBJECT_SILVER_KEY";
ContainerContents[8] "OBJECT_SILVER_KEY";
ContainerContents[9] "OBJECT_SILVER_KEY";
ContainerContents[10] "OBJECT_SILVER_KEY";
ContainerContents[11] "OBJECT_GOLD_1000000" ;
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:07 PM   #172
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

Let me try spawning it in my game and I'll see what happens. Do you have free roam? Maybe you need to try this step:

Quote:
Originally Posted by Albion Knight View Post
14. Now go to the folder C:\Program Files\Microsoft Games\Fable - The Lost Chapters and open userst.ini and change
UseLevelWAD True; --> UseLevelWAD False;*
15. Save and close this file and run Fable

*May not be be necesary see below

Last edited by §ephiroxa§; 07-09-2007 at 07:15 PM.
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:24 PM   #173
shadow1122
Arseface
Re: Spawning Chests

ok..................

still dosent work....what could be wrong?

the editor shows the chest but when i go into the game its not there.......

Last edited by shadow1122; 07-09-2007 at 07:24 PM. Reason: Double Post Auto-Merged
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:29 PM   #174
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

Okay, let me try spawning it and I'll get back to you.

Eeek I gave you the wrong position.

PositionX 174.133300;
PositionY 115.848100;
PositionZ 27.960070;

Try that and if THAT still doesn't work than..I'll just have to explode

Last edited by §ephiroxa§; 07-09-2007 at 07:29 PM. Reason: Double Post Auto-Merged
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:31 PM   #175
HodgePodge
Resident HodgePodge

Re: Spawning Chests

Try using the To Ground function in AE, it might be floating 50 feet above your head
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:31 PM   #176
shadow1122
Arseface
Re: Spawning Chests

Warning, this is a spoiler!
its here, but not in the game..... just to show you

-see its on ground level
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:32 PM   #177
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

Quote:
Originally Posted by HodgePodge View Post
Try using the To Ground function in AE, it might be floating 50 feet above your head
I don't think he knows what that is. Even I don't know what that is. AE usually puts the chest on the ground anyway.
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:35 PM   #178
shadow1122
Arseface
Re: Spawning Chests

and....
PositionX 174.133300;
PositionY 115.848100;
PositionZ 27.960070;

will simple make it appear somewhere else, but as far as now, the cordanates are rigth for where it should be..... right...ill trya ny ways but awnser my question

and see the bottom of AE it says object to ground level with a check box, he means that

Last edited by shadow1122; 07-09-2007 at 07:35 PM. Reason: Double Post Auto-Merged
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:38 PM   #179
HodgePodge
Resident HodgePodge

Re: Spawning Chests

Quote:
Originally Posted by shadow1122 View Post
and....
PositionX 174.133300;
PositionY 115.848100;
PositionZ 27.960070;

will simple make it appear somewhere else, but as far as now, the cordanates are rigth for where it should be..... right...ill trya ny ways but awnser my question

and see the bottom of AE it says object to ground level with a check box, he means that
That would be the one The problem that you're having is very weird, what are you trying to put in the chest?

Okay I was lookin at the script you posted above, when you tried to spawn HERO_HAT_JOB_MASK, you spawned it as "HERO_HAT_JOB_MASK "; It looks like you accidentally put a space between MASK and ";

I also noticed that you put a space between the " and ; when spawning the gold

Last edited by HodgePodge; 07-09-2007 at 07:43 PM.
  Reply With Quote

Re: Spawning Chests
Old 07-09-2007, 07:42 PM   #180
shadow1122
Arseface
Re: Spawning Chests

uhhhh gold, silver keys, a wizard robe, and jacks mask
  Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Silver Keys/Silver Key Chests Locations Famous_Reaper Fable Discussion 9 11-26-2006 08:52 PM
New Silver Key Chests Selej Fable Discussion 11 04-25-2006 07:20 PM



All times are GMT +1. The time now is 07:12 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0