gibbed / Gibbed.Volition

Tools & code for use with Volition developed games (Red Faction, Saints Row series).
zlib License
27 stars 8 forks source link

Support for Red Faction: Guerrilla PS3 files format #3

Open joker1160853824 opened 5 years ago

joker1160853824 commented 5 years ago

.vpp_ps3 files :

This tool can unpack .vpp_ps3 files This tool CAN'T pack files back to .vpp_ps3 file format (it packs them back to .vpp_pc file format)

.str2_ps3 files :

This tool can unpack .str2_ps3 files This tool CAN'T pack files back to .str2_ps3 file format (it packs them back to .str2_pc file format)

NOTE :

This is a sample file to help you understand the difference between the ps3 files format and the pc files format: link removed

Thank you for your time :)

gibbed commented 5 years ago

You need to pass --ps3 and probably -b to the packing tools to make it pack for PS3.

(I don't remember if PS3 data was big-endian, but it probably was)

gibbed commented 5 years ago

And please don't upload copyrighted content for issues in the future.

joker1160853824 commented 5 years ago

I'm really sorry that i took so long to reply but my PC system completely got destroyed anyways the --ps3 crashes the tool (because your tool doesn't have that feature) and the -b didn't do anything the game goes to black screen after loading (because your tool packs the files back to .vpp_pc file format)