|
Post by highzombies1999 on Jun 12, 2021 15:35:21 GMT 10
|
|
|
Post by highzombies1999 on Jun 14, 2021 15:21:32 GMT 10
Nvm I was dumb and using the wrong files. Why is the LFS deleting the files when I try to extract them, or are they going into a different folder.
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jun 15, 2021 3:59:37 GMT 10
Why is the LFS deleting the files when I try to extract them, or are they going into a different folder. Could you be a little more specific about what you are doing? What files are you talking about? If you take the time to explain your process I might be able to explain.
|
|
|
Post by highzombies1999 on Jun 15, 2021 5:10:36 GMT 10
I managed to get it to work. I had to use a different LFS extractor, because the one that comes with the the Son of Persia toolset was getting errors when trying to extract them.
|
|
|
Post by highzombies1999 on Jun 15, 2021 5:44:04 GMT 10
I actually do have a question with the files 02000000 - 02000055 in the ImagePackHD folder. Do you happen to know which one corresponds to which weapon?
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jun 15, 2021 16:34:25 GMT 10
I actually do have a question with the files 02000000 - 02000055 in the ImagePackHD folder. Do you happen to know which one corresponds to which weapon? You can try opening the wepxx.udas and looking at the TPL files there to find out which pack file is used. For example, if we open the wep04.udas and extract the BIN & TPL files, and observe the file wep04_05.tpl: 00 00 00 00 04 00 00 0205 00 00 00 04 00 00 0206 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 02 is the pack file number in little Endian 04000002 but we reverse the Endian order to get 20000004.packThis pack file contains the textures for the weapon used in the game, and for the effects used by this weapon, like the muzzle flash and also contains the texture for the discharged round. I hope this helps! Happy Modding!
|
|
|
Post by highzombies1999 on Jun 17, 2021 4:27:45 GMT 10
Ahhh ok, Thank you.
|
|