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

Interested in winning a FREE copy of Fable II for the Xbox 360? ENTER NOW! » (Hurry! Ending soon!)

Reply
 
Thread Tools

Spawning Chests
Old 01-14-2007, 05:52 PM   #1
§ephiroxa§
Photoshop Guru|


Spawning Chests

So you're new to modding eh? Or you're just looking up information on how to do something eh? Either way, I'm here to help, and I'm going to be helping with Spawning Chests.
FIRST, before you can really do ANYTHING, you'll need to follow the free roam app. http://forums.projectego.net/freeroam-setup-2152/

You will need a couple of programs (if you don't already have them)Also for Items NumbersCheck here for a simpiler installation of both FE & AE Fable: The Lost Chapters Mod Scene: Tools => Installers For Fable Explorer & Albion Explorer


Now, down to the chest spawning.

Step One: Open Albion Explorer.

Step Two: On the Left side of the now open Albion Explorer, you should see a list of REGIONS.


Step Three: Open a map, I'll be using the Hero's Guild.
[So Scroll down in the list of REGIONS and find HeroGuildComplexInside
Double click on it, a new window will pop up]


Step Four: On the new window, Click on World Editor. It will now load the map.



Step Five: After the loading is finished a new window will pop up with a gray mass and green blobs. Something like this:

>>In the new window that appeared there will be three boxes:
  • One with the maps of the Hero's Guild. (The top left window that says WORLD)
  • One with coding (The Bottom Left Window, It says Version 2;
    XXXSectionStart NULL;
    )
  • And the actual Map (the Top Right Window, with the green dots)
>>Right click on HeroGuildComplexInside in the top left window in WORLD and click Wizard


Step Six: The Neatest tool in the universe will now pop up. The TNG Wizard.

>>Under TEMPLATE (Where it currently says Body guard)
Click on the drop down menu and change it from:
Template: Bodyguard >> Normal Treasure Chest

>>Then click OK!
[NOTE: Pay attention to the section you are putting it in. (NULL)]

Step Seven: You SHOULD see a green dot appear in the TOP MOST RIGHT CORNER of your gray map.
>>Click on the cross hairs next to HeroGuildComplexInside and the cross hairs next to NULL

>>Scroll down in the list until you're at the bottom and click on the OBJECT in the bottom of the list.

>>Scroll down in the coding window (The bottom Left window)
Until you find:
StartCTCChest;
ContainerContents[0] "OBJECT_SWORD_OF_AEON S";
ChestOpen FALSE;
EndCTCChest;


Step Eight: Pick or have ready the items you want to put inside the chest.
[I will be using the Jack of Blades Hero title. But you can use anything you like really, as long as it says OBJECT_ in front of it.]
For Objects, Use Fable Explorer.
[P
rivate Message ME FOR MORE INFORMATION]

REPLACE
ContainerContents[0] "OBJECT_SWORD_OF_AEON S";
WITH
ContainerContents[0]"OBJECT_HERO_TITLE_JACK" ;

>>
If you want more than one item in a chest just modify it so it says:
StartCTCChest;
ContainerContents[0]"OBJECT_HERO_TITLE_JACK" ;
ContainerContents[1]"OBJECT_MINION_WEAPON_DREA DWINGS" ;
ContainterContens[2]"OBJECT_NEXT_ITEM_YOU_WANT" ;
ChestOpen FALSE;
EndCTCChest;


>>Remember to Keep in mind:
  • Container Contents MUST start at 0 and continue on from there.
  • Container Contents MUST have " " ; format
  • Container Contetns MUST be an OBJECT
Or your game will shut down.
If you like you can change the UID to something different.
>Just four numbers (Default is 4187) into any other four numbers you want:

UID 18446741874686296067; >>INTO>> UID 18446747854686296067;

Step Nine: Now you should see a green dot with a square around it. I pointed it out in this image with red arrows:

>>
Click on the green dot, Drag and move it to a suitable area.


Step Ten: Click Apply Changes, Close Albion Explorer SAVE CHANGES when Prompted


You can now Re-Open to see if the changes took place.
If they did congratulations!!!! you've spawned your first chest
If not PM me Or comment on this thread and I'll try to help you.

Hope this was helpful. and not too confusing to those new modders and already modding ;;;

Last edited by §ephiroxa§; 07-14-2008 at 04:34 PM.
  Reply With Quote

Re: Spawning Chests
Old 01-14-2007, 07:34 PM   #2
Angel
ololololololololololololo

Re: Spawning Chests

Tell ya what, I'm gonna sticky this for you. Am feeling benevolent tonight...must be the hot chocolate...
  Reply With Quote

Re: Spawning Chests
Old 01-14-2007, 07:36 PM   #3
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

Quote:
Originally Posted by Angel View Post
Tell ya what, I'm gonna sticky this for you. Am feeling benevolent tonight...must be the hot chocolate...
Why Thank you.

I wants me some hot chocolate..
  Reply With Quote

Re: Spawning Chests
Old 01-14-2007, 07:40 PM   #4
Angel
ololololololololololololo

Re: Spawning Chests

*passes hot chocolate to Sephi...tis gooooooood...
  Reply With Quote

Re: Spawning Chests
Old 01-14-2007, 07:49 PM   #5
Dekatt
The Whisper Upon the Moon
Re: Spawning Chests

Wow... this stuff is WAY over my head. D:
  Reply With Quote

Re: Spawning Chests
Old 01-14-2007, 08:25 PM   #6
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

Quote:
Originally Posted by Dekatt View Post
Wow... this stuff is WAY over my head. D:
It was way over my head too, until I made my brain understand.
  Reply With Quote

Re: Spawning Chests
Old 01-14-2007, 09:51 PM   #7
Albion Knight
Avatar the Old



Re: Spawning Chests

Awesome Markie! Rep+
I was doing everything but the Albion Explorer is showing World location as 4904.29, 3411.895 I'll see if there's anything on this
  Reply With Quote

Re: Spawning Chests
Old 01-14-2007, 10:22 PM   #8
Dark Drakan
Admin And Co-Founder

Re: Spawning Chests

Great thread Markie +rep for sure
  Reply With Quote

Re: Spawning Chests
Old 01-14-2007, 10:42 PM   #9
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

Quote:
Originally Posted by Albion Knight View Post
Awesome Markie! Rep+
I was doing everything but the Albion Explorer is showing World location as 4904.29, 3411.895 I'll see if there's anything on this
Ahhh yeah, I totally forgot about that. hmmm I need to figure out how to explain that aspect.
  Reply With Quote

Re: Spawning Chests
Old 01-14-2007, 11:05 PM   #10
Albion Knight
Avatar the Old



Re: Spawning Chests

Thanks again

I was looking for a way to figure out what the X,Y position was from the wacky way Albion Explorer displays it and I found this. I didn't want to post it because I asked you to put together the chest spawning thing and it might seem like I was setting you up this thing is awesome check it out

Either way you helped me ask the right question which led me to this


Quote:
http://fabletlcmod.com/forum/index.p...on#ms g_15834

just go to the map you want to place chest in "Albion explorer"
click world editor"
and right click on the 1st name under the tab world
and click wizard then change section in NULL if needed
and change template in to normal treasure chest and use as defination type OBJECT_CHEST_OPENABLE
use Uid generator if you dunt want to make up own uid

then scroll down and search for the object
then scroll into the script and search for chest contents
should be like this
ContainerContents[0] "OBJECT_SWORD_OF_AEON S";

just change Sword of aoens in the thing you want

and for every content you add it must be like this
ContainerContents[0] "OBJECT_SWORD_OF_AEON S";
ContainerContents[1] "OBJECT_SOMETHING";
ContainerContents[0] "OBJECT_SOMETHING";

and then you change the location by draggin the dot to where you want and rotate it if you want

hope i helped

"sorry if lil unclear im bad in explaining thing"
  Reply With Quote

Re: Spawning Chests
Old 01-15-2007, 03:50 PM   #11
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

Quote:
Originally Posted by Albion Knight View Post
Thanks again

I was looking for a way to figure out what the X,Y position was from the wacky way Albion Explorer displays it and I found this. I didn't want to post it because I asked you to put together the chest spawning thing and it might seem like I was setting you up this thing is awesome check it out

Either way you helped me ask the right question which led me to this
I tried to do it the albion explorer way and I was confused. Plus I like spawning a bunch of chests I guess the old TNG editor is for me.
  Reply With Quote

Re: Spawning Chests
Old 01-23-2007, 12:58 AM   #12
tlc_God
RPG God
Re: Spawning Chests

SWEET!!!
  Reply With Quote

Re: Spawning Chests
Old 02-01-2007, 05:20 AM   #13
Vegeta
Banned

Re: Spawning Chests

How do you "Open TGN editor or AE" ?
  Reply With Quote

Re: Spawning Chests
Old 02-01-2007, 05:36 AM   #14
§ephiroxa§
Photoshop Guru|


Re: Spawning Chests

Quote:
Originally Posted by 1Ak View Post
How do you "Open TGN editor or AE" ?
You download it.
  Reply With Quote

Re: Spawning Chests
Old 02-01-2007, 05:36 AM   #15
Vegeta
Banned

Re: Spawning Chests

I did that but nothin popped up
  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 07:52 PM
New Silver Key Chests Selej Fable Discussion 11 04-25-2006 06:20 PM



All times are GMT +1. The time now is 05:08 AM.


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