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

Home » Fable TLC » Discussion » General Mod Discussion » One Key Chest....
One Key Chest.... [message #27383] Sun, 16 September 2007 20:00 Go to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
ok i was looking through chest scripts, and i wanted to make a 1silver key chest how would i do that...or when i change the number of keys chests needed to be open in my NoSilverKeyNeed mod that did it???
Re: One Key Chest.... [message #27384 is a reply to message #27383] Sun, 16 September 2007 20:03 Go to previous messageGo to next message
deathsvisage is currently offline  deathsvisage
Messages: 316
Registered: September 2007
spawn a chest add what bject you need to open and number of tada
Re: One Key Chest.... [message #27386 is a reply to message #27383] Sun, 16 September 2007 20:11 Go to previous messageGo to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
refrase lol all i got was spawn a chest, put what you want in it....

[Updated on: Sun, 16 September 2007 20:11]

Report message to a moderator

Re: One Key Chest.... [message #27387 is a reply to message #27386] Sun, 16 September 2007 20:12 Go to previous messageGo to next message
deathsvisage is currently offline  deathsvisage
Messages: 316
Registered: September 2007
the silver key lock thing put it in with the chest there you got yourself a locked chest
Re: One Key Chest.... [message #27388 is a reply to message #27383] Sun, 16 September 2007 20:13 Go to previous messageGo to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
well i know that but i need to know how to change the number of keys you need(1) to open it while useing a script(not FE/AE/ect)
Re: One Key Chest.... [message #27389 is a reply to message #27388] Sun, 16 September 2007 20:14 Go to previous messageGo to next message
deathsvisage is currently offline  deathsvisage
Messages: 316
Registered: September 2007
objects needed to open bla bla silver key
Re: One Key Chest.... [message #27392 is a reply to message #27383] Sun, 16 September 2007 20:41 Go to previous messageGo to next message
Sean_s is currently offline  Sean_s
Messages: 576
Registered: June 2007
Location: Ohio
This mod will set the number you need to open all silver key chests to 1. http://fabletlcmod.com/forum/index.php?t=msg&th=1891& ;start=0&

And this one will set it to none. http://fabletlcmod.com/forum/index.php?t=msg&th=3116& ;start=0&

And the information on where the type of item and number of said item in the CChestDef (you can make your own lock if you want Smile).


New? Or looking for information? Look here before posting.
Help the community by adding this to your sig!

Assistant for Conquest
By the way, call me Searyan
Re: One Key Chest.... [message #27394 is a reply to message #27383] Sun, 16 September 2007 20:52 Go to previous messageGo to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
even the ones you make?(the new ones?)
Re: One Key Chest.... [message #27396 is a reply to message #27383] Sun, 16 September 2007 20:59 Go to previous messageGo to next message
Sean_s is currently offline  Sean_s
Messages: 576
Registered: June 2007
Location: Ohio
Yep, it goes to the source and changes it so that every silver key chest (unless of course you make a new type of chest [like a silver key chest that needs like 134553 keys]) only needs one or no keys to open (witch ever one you chose).

New? Or looking for information? Look here before posting.
Help the community by adding this to your sig!

Assistant for Conquest
By the way, call me Searyan

[Updated on: Sun, 16 September 2007 20:59]

Report message to a moderator

Re: One Key Chest.... [message #27398 is a reply to message #27383] Sun, 16 September 2007 21:16 Go to previous messageGo to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
alright thnks

[Updated on: Mon, 17 September 2007 12:55]

Report message to a moderator

Re: One Key Chest.... [message #27468 is a reply to message #27383] Mon, 17 September 2007 12:57 Go to previous messageGo to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
One more question...how do i make a chest with just 1 key(not all one key just one chest with one key to open)

Edit sorry for double post

[Updated on: Mon, 17 September 2007 12:57]

Report message to a moderator

Re: One Key Chest.... [message #27470 is a reply to message #27383] Mon, 17 September 2007 13:05 Go to previous messageGo to next message
Sean_s is currently offline  Sean_s
Messages: 576
Registered: June 2007
Location: Ohio
Copy a chest (chest_openable or something like that is an example) and make a new CChestDef and link it to your new chest. In the CChestDef you can control what item you make the key (doesn't matter what item) and you can control the amount it takes to open it.

New? Or looking for information? Look here before posting.
Help the community by adding this to your sig!

Assistant for Conquest
By the way, call me Searyan
Re: One Key Chest.... [message #27474 is a reply to message #27383] Mon, 17 September 2007 13:27 Go to previous messageGo to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
lol sorry how do i make a new CChestDef?(useing FE)(also didnt see it in Wiki)
Re: One Key Chest.... [message #27482 is a reply to message #27474] Mon, 17 September 2007 13:54 Go to previous messageGo to next message
deathsvisage is currently offline  deathsvisage
Messages: 316
Registered: September 2007
copies the numbers and addem
Re: One Key Chest.... [message #27504 is a reply to message #27482] Mon, 17 September 2007 14:57 Go to previous messageGo to next message
OldBoy is currently offline  OldBoy
Messages: 1112
Registered: October 2005
Location: Groningen

Administrator

Loby-man wrote on Mon, 17 September 2007 22:27

lol sorry how do i make a new CChestDef?(useing FE)(also didnt see it in Wiki)



1- Open any CChestDef

2- Click 'Export'

3- Save the file

4-Right click on Game.bin

5- Select 'Create new entry'

6- 'type': CChestDef

7- 'Symbol Name': NewCChestDef [or whatever you want to name it]

8- Click 'Select data file'

9- Select the file you exported in step 2/3

10- Click 'Create Entry'

11- Now there's a new CChestDef entry you can change and use

12- Find the new entry, change it how you want it

13- Click 'Apply Changes'

14- Now you can use the new CChestDef

You also need a new OBJECT entry.
This works the same as described above - but then use a OBJECT_CHEST or something like that.
Create a new OBJECT entry for a chest and link it to your new CChestDef.

deathsvisage wrote on Mon, 17 September 2007 22:54

copies the numbers and addem


If you don't know what you're talking about; don't talk.....


http://img18.imageshack.us/img18/1640/48x48exit.png
this is not an exit.
Re: One Key Chest.... [message #27506 is a reply to message #27383] Mon, 17 September 2007 14:59 Go to previous messageGo to next message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
lol alright thanks
Re: One Key Chest.... [message #27511 is a reply to message #27506] Mon, 17 September 2007 15:15 Go to previous messageGo to next message
OldBoy is currently offline  OldBoy
Messages: 1112
Registered: October 2005
Location: Groningen

Administrator

Well, this is in the wiki -not as simple as this, but still- you'll find it on this page.

This page is a must-read for anyone who uses Fable Explorer...


http://img18.imageshack.us/img18/1640/48x48exit.png
this is not an exit.
Re: One Key Chest.... [message #27513 is a reply to message #27383] Mon, 17 September 2007 15:24 Go to previous message
Loby-man is currently offline  Loby-man
Messages: 329
Registered: April 2007
gotcha well thanks again
Previous Topic: [NOOB] How to Add TEXT_TITLE and TEXT_DESCRIPTION...
Next Topic: AE question(used search[probly not well] and wiki nothing)
Goto Forum:
  


Current Time: Wed Apr 17 18:25:07 PDT 2024

Total time taken to generate the page: 0.01009 seconds