November 2, 20232 yr Does anyone know how to convert textures to PNG? In the following link you can download some textures along with the corresponding image in png format obtained from the patapon 1 remastered game. p2r-samples.zip Thanks!!! p2r-samples.zip Edited November 7, 20232 yr by F0NT3 sharing ripped assets is forbidden, rule 11
November 3, 20232 yr Author The files I shared are the ones extracted from the game (29 files with their 29 pngs matching files) Only share the files that have the png equivalent of the patapon 1 game to make it easier to try to figure out the format. The patapon 2 remastered textures where extracted from the pak file: p2r-samples.zip Edited November 3, 20232 yr by F0NT3
November 9, 20232 yr One curious thing I notice is that you often see a 7 (count) followed by 7 0xFF's 🤔. You'll probably need to find and step through the decompression code to figure it out... file=4bcf6d67_480624ab_64_64_0_0, offset=0x292, wrap=20, unit=uint8 Edited November 14, 20232 yr by piken Fix mistake about RLE
November 15, 20232 yr Supporter Solution file is compress. it's lz4 compression. you can decompress it and have bitmap array ( a8 type). remake header dds (a8 type) and you have dds file. convert dds to png or something else
November 15, 20232 yr Author The file seems not to be compressed, note that the image 02a05432_4078b45a_64_64_0_0 shows several times the color if you search for it
November 16, 20232 yr Supporter you can learn about lz4 compression. since i work with it quite a lot, i can recognize what it is with scattered pieces of data 02a05432_4078b45a_64_64_0_0.zip
November 16, 20232 yr Author 12 hours ago, mrmemmo_ said: you can learn about lz4 compression. since i work with it quite a lot, i can recognize what it is with scattered pieces of data 02a05432_4078b45a_64_64_0_0.zip 7.31 kB · 2 downloads Can you tell me how to decompress the file? I am using the python lz4 library and it does not work. Thanks!!!
Create an account or sign in to comment