Fable Chest Contents [message #16973] |
Tue, 06 March 2007 17:57 |
WickedXRS
Messages: 1 Registered: March 2007
|
|
|
|
I got sick of adding multiple files to chests to test them out, so I made a small utility instead. It allows you to type object names on each line, and when you press submit, it automatically formats them for use in a chest. For instance:
OBJECT_HERO_GLOVES_STEALTH
OBJECT_HERO_SHIRT_STEALTH
OBJECT_HERO_TROUSERS_STEALTH
OBJECT_HERO_BOOTS_STEALTH
Would become:
ContainerContents[0] "OBJECT_HERO_GLOVES_STEALTH";
ContainerContents[1] "OBJECT_HERO_SHIRT_STEALTH";
ContainerContents[2] "OBJECT_HERO_TROUSERS_STEALTH";
ContainerContents[3] "OBJECT_HERO_BOOTS_STEALTH";
It's nothing major, but it can be useful to some. I'm just experimenting with this compiler, so it may not work on all computers. Also, it's kind of limited, since you can only have 1071 lines, lol.
|
|
|
Re: Fable Chest Contents [message #16976 is a reply to message #16973] |
Wed, 07 March 2007 00:23 |
|
Reminds me....
It's a good idea, but someone did it before, some time ago:
MegaworM wrote on Tue, 11 October 2005 22:48 | This takes the raw names and formats them with numbers for use in the TNG file.
For example:
Unformatted:
OBJECT_RESURRECTION_PHIAL
OBJECT_SILVER_KEY
OBJECT_PERFUME
OBJECT_ROSE_RED_01
OBJECT_CHOCOLATE_BOX_UNGIVEABLE
OBJECT_CHOCOLATE_BOX_01
OBJECT_WEDDING_RING
OBJECT_FAKE_WEDDING_RING
Formatted:
ContainerContents[0] "OBJECT_RESURRECTION_PHIAL";
ContainerContents[1] "OBJECT_SILVER_KEY";
ContainerContents[2] "OBJECT_PERFUME";
ContainerContents[3] "OBJECT_ROSE_RED_01";
ContainerContents[4] "OBJECT_CHOCOLATE_BOX_UNGIVEABLE";
ContainerContents[5] "OBJECT_CHOCOLATE_BOX_01";
ContainerContents[6] "OBJECT_WEDDING_RING";
ContainerContents[7] "OBJECT_FAKE_WEDDING_RING";
And it can also unformat for easier editing. This makes it much easier to make large lists of stuff without having to number each one individually. n__n
|
this is not an exit.
[Updated on: Wed, 07 March 2007 00:27] Report message to a moderator
|
|
|
Re: Fable Chest Contents [message #44510 is a reply to message #16973] |
Wed, 06 August 2008 22:10 |
SwitchBladeMX
Messages: 4 Registered: August 2008 Location: New Jersey
|
|
|
|
Just got the tool.. both versions. I added what I wanted (I can have more than 1 of each item, right?), and clicked submit. Now what? Will the next chest I open be formatted that way? If so, will all the chests work like that? Do I have to spawn (headache) a chest and somehow import these items to it?
Hopelessly lost!
|
|
|
|
|
|
|