|
Post by scoovyhd on Jul 8, 2020 10:52:14 GMT 10
What File contains The Item Names like Chicken Egg or Handgun ammo i looked through the tutorials but i dont know wich file contains them
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jul 8, 2020 11:28:46 GMT 10
ss_cmmn_01.MDT - Merchant dialogue SS_file - radio transmission dialogue ss_item_0.MDT - DESCRIPTION OF THE ITEMS (not weapons) IN THE INVENTORY MENU ss_pzzl_400.MDT - DESCRIPTION OF THE WEAPONS (not items) IN THE INVENTORY MENU
CORE.UDAS: Core_06.MDT - some descriptors of breakable ETM objects that you see at the start of the game Core_17.MDT - Index of short item descriptors (you used the XXX item) and (item NAME in examine window)
Happy modding.
|
|
|
Post by scoovyhd on Jul 8, 2020 20:55:35 GMT 10
ok good news im able too change it and see it in game but in the descreption (thats what is changed) it cuts off how can i make it do down a line ? this is what i mean gyazo.com/b18a289032bc3d80e6638ab1319ffc1ei had too change the text cuz it was too long i wanna know how i can make it go down a line of text (what i mean is put another line of text under the top one)
|
|
|
Post by scoovyhd on Jul 8, 2020 22:17:01 GMT 10
ok so im having some more problems with the core_17 file inside core udas so i extract core udas find the core_17 file open it in text With MDT tool change some text of weapons but when i repack everything and start my game up it freezes well better said "Resident evil 4 Wont respond" ive had the same problem with the stage MDT files like in r100
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jul 9, 2020 8:15:49 GMT 10
ok good news im able too change it and see it in game but in the descreption (thats what is changed) it cuts off how can i make it do down a line ? this is what i mean gyazo.com/b18a289032bc3d80e6638ab1319ffc1ei had too change the text cuz it was too long i wanna know how i can make it go down a line of text (what i mean is put another line of text under the top one) There are symbols of code used for different things. {0x0000}This cave doesn't seem very stable. {0x0800}{0x0400}I'd better be on the lookout...{0x0800}{0x0100} makes new line appear and removes first line with input from buttons/keyboard{0x0000}Many small insects are feasting on {0x0300}leftovers. {0x0800}{0x0100} makes new line appear without input form keyboard/buttons
Modding requires that we often look at examples of other files and attempt to integrate them into our own experiments. I suggest you start to experiment some more while modding.
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jul 9, 2020 8:16:53 GMT 10
ok so im having some more problems with the core_17 file inside core udas so i extract core udas find the core_17 file open it in text With MDT tool change some text of weapons but when i repack everything and start my game up it freezes well better said "Resident evil 4 Wont respond" ive had the same problem with the stage MDT files like in r100 Are you editing the original file and rewriting over it? Are you adding new entries into the file, or simply overwriting existing entries?
|
|
|
Post by scoovyhd on Jul 9, 2020 9:33:08 GMT 10
ok so im having some more problems with the core_17 file inside core udas so i extract core udas find the core_17 file open it in text With MDT tool change some text of weapons but when i repack everything and start my game up it freezes well better said "Resident evil 4 Wont respond" ive had the same problem with the stage MDT files like in r100 Are you editing the original file and rewriting over it? Are you adding new entries into the file, or simply overwriting existing entries? "Are you editing the original file and rewriting over it?"yes im overwriting the original MDT file "Are you adding new entries into the file, or simply overwriting existing entries?"I am simply overwriting existing entries
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jul 9, 2020 12:34:46 GMT 10
Im not sure what the problem is. Can you please try repacking the core.udas without making any changes to the files? SIMply extract the original file with the Udas tool and repack it, place it in the ETC folder and launch game. Let me know.
|
|
|
Post by scoovyhd on Jul 9, 2020 23:22:45 GMT 10
Im not sure what the problem is. Can you please try repacking the core.udas without making any changes to the files? SIMply extract the original file with the Udas tool and repack it, place it in the ETC folder and launch game. Let me know. just did that same problem for some reason no changes made maybe i cant run the core file without the lfs ? is there a way too repack an unpacked LFS file?
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jul 10, 2020 3:04:34 GMT 10
Im not sure what the problem is. Can you please try repacking the core.udas without making any changes to the files? SIMply extract the original file with the Udas tool and repack it, place it in the ETC folder and launch game. Let me know. just did that same problem for some reason no changes made maybe i cant run the core file without the lfs ? is there a way too repack an unpacked LFS file? No there is no way to repack LFS. Your problem is one that I have seen a few times with the UDAS tool. Can you please try this: 1 - remove LFS of the core.udas with the LFS tool 2 - take screen shot of the file in HEX editor (just the top 20 rows or something) save screen shot 3 - repack core.udas with udas tool 4 - take another screen shot of the file in HEX editor (just the top 20 rows or something) save screen shot 5 - post both screen shots here for me to review. Thanks
|
|
|
Post by scoovyhd on Jul 10, 2020 3:14:34 GMT 10
|
|
|
Post by scoovyhd on Jul 12, 2020 2:23:47 GMT 10
there may be some stuff broken in my game files since i did install Arrange mod wich pretty much changes the entire game so im gonna completely reinstall my game wich means deleting bin32 and bio4 then verify game cache
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jul 12, 2020 3:57:51 GMT 10
As I suspected , your udas tool is reversing the endian on the header.
Can you tell me where you got this udas tool from ?
|
|
|
Post by scoovyhd on Jul 12, 2020 4:49:36 GMT 10
As I suspected , your udas tool is reversing the endian on the header. Can you tell me where you got this udas tool from ? i got it from the son of persia toolpack from your post
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jul 12, 2020 6:30:54 GMT 10
ok im going to check my working version of this file and the one that is in the distribution to settle this once and for all (imsure I already did this, but I will do it again).
I will report back with mt findings shortly.
|
|