|
Post by TheHappyFaceKing on Mar 14, 2016 19:17:11 GMT -6
- Is it possible to make all the door's Unlocked when you start the game except for the boss door's?
- Is it possible to make all key chest's except for chests that contain boss keys give out only money and not keys?
- Is it possible to change the color of the chests in each room? (Change a Blue Chest to a Green Chest)
If you can do any of these can you let me know how to do so please?
|
|
|
Post by spacecats on Mar 15, 2016 4:18:18 GMT -6
Pretty much all of that is handled by jmp (except for the chests iirc), the ones you would edit are treasure table and keyinfo. There are a few things that may not work, but most of your ideas should, I suggest using jmpman for dumping the jmp (you guys call them info) files, it can be found on sunshine realm here.
|
|
|
Post by TheHappyFaceKing on Mar 15, 2016 13:01:54 GMT -6
Pretty much all of that is handled by jmp (except for the chests iirc), the ones you would edit are treasure table and keyinfo. There are a few things that may not work, but most of your ideas should, I suggest using jmpman for dumping the jmp (you guys call them info) files, it can be found on sunshine realm here.Would you mind letting me know what values I have to change in keyinfo/treasuretable to keep all the doors unlocked?
(also if you haven't, you should try "iNfoFR" it reads the jmp file's, makes it a lot easier then converting them)
|
|
|
Post by spacecats on Mar 15, 2016 13:38:31 GMT -6
Key info should have an unlocks value, iirc thats what you need to change. Treasure table just changes the money locations.
|
|
|
Post by TheHappyFaceKing on Mar 15, 2016 13:50:46 GMT -6
Key info should have an unlocks value, iirc thats what you need to change. Treasure table just changes the money locations. so if the key doesn't unlock any doors the door its for will become unlocked? also there is only 6 key entries in keyinfo but like way more locked doors. Where's the rest?
Also can I just set the unlocks value to anything like (999) to unlock the door or do I set it to (null)
|
|
|
Post by ~Scary Basher~ on Mar 15, 2016 15:09:03 GMT -6
The rest is in treasuretable info. And chestinfo (I think)
|
|
|
Post by TheHappyFaceKing on Mar 15, 2016 15:18:58 GMT -6
The rest is in treasuretable info. And chestinfo (I think) nope and their is no chestinfo
|
|
|
Post by ~Scary Basher~ on Mar 15, 2016 16:16:25 GMT -6
And key info only lists the keys that appear outside the chests. Like in the wardrobe.
|
|
|
Post by Lukie D on Mar 17, 2016 18:06:03 GMT -6
I know how to change chest size & use certain textures. Changing colors requires using characterinfo, and it is just in the name of the character that matters. ("btakara1" is an example. Probably means blue chest. Used for normal keys.) Changing size is in treasuretable, (The 3rd value from the top. it is undocumented, but you can add that in), and the value ranges from 0-2 (small, medium, and large, respectively.)
|
|
|
Post by TheHappyFaceKing on Mar 18, 2016 8:44:40 GMT -6
I know how to change chest size & use certain textures. Changing colors requires using characterinfo, and it is just in the name of the character that matters. ("btakara1" is an example. Probably means blue chest. Used for normal keys.) Changing size is in treasuretable, (The 3rd value from the top. it is undocumented, but you can add that in), and the value ranges from 0-2 (small, medium, and large, respectively.) There is only 6 key entries in keyinfo do you know where the rest are?
|
|
|
Post by Lukie D on Mar 18, 2016 9:10:34 GMT -6
If you want all the keys, they are in iteminfotable. As ~Scary Basher~ said, keyinfo only is for when keys appear without chests. (Like in the Wardrobe Room, or when you light all the candles in the Fortune Teller's Room, or in the 1st Floor Bathroom)
|
|