The VG Resource
.CMPRES Format Help - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html)
+---- Thread: .CMPRES Format Help (/thread-25923.html)



.CMPRES Format Help - Kurabupengin - 09-22-2014

I'm ripping the files for a Wii gameĀ and I finnally extracted the files I want... but they are .cmpres format!!! Now what do I do!?


RE: .CMPRES Format Help - Random Talking Bush - 09-22-2014

You should be able to decompress the files by using NTCompress.exe, with
Code:
NTCompress.exe *FILENAME*.cmpres -x
in the command prompt.


RE: .CMPRES Format Help - Kurabupengin - 09-23-2014

(09-22-2014, 11:44 PM)Random Talking Bush Wrote: You should be able to decompress the files by using NTCompress.exe, with

Code:
NTCompress.exe *FILENAME*.cmpres -x
in the command prompt.

How do I exactly open ntcompress.exe? When I try to open the app it instantly closes... When I open the .cmpres file it creates a .bin file... I don't really know what you mean.


RE: .CMPRES Format Help - TGE - 09-24-2014

it's a commandline program
the bin file should be the decompressed file


RE: .CMPRES Format Help - Garamonde - 09-24-2014

If you aren't sure how to use commandline, you can find lots of good tutorials on the internet by searching on Google.


RE: .CMPRES Format Help - Kurabupengin - 09-25-2014

Do you can rip models from .bin files?


RE: .CMPRES Format Help - Random Talking Bush - 09-25-2014

.bin is what it automatically exports to. You should be able to just rename the extension to "brres" and open it up in either BrawlBox or BRRESViewer.


RE: .CMPRES Format Help - Kurabupengin - 09-26-2014

(09-25-2014, 08:20 PM)Random Talking Bush Wrote: .bin is what it automatically exports to. You should be able to just rename the extension to "brres" and open it up in either BrawlBox or BRRESViewer.

It worked perfectly!!! Thanks RTB! I wonder If I can make penguin and puffle ragdolls for Gmod now...


RE: .CMPRES Format Help - Kurabupengin - 09-26-2014

Sorry for the double post, but there are other files I want to rip, but they are .cmparc now... do I do the same as I did with the .cmpres files?


RE: .CMPRES Format Help - TGE - 09-27-2014

yes, but they might not be BRRES files but instead be U8 archives.
If renaming the .bin files to .BRRES doesn't work try renaming them to .ARC


RE: .CMPRES Format Help - Kurabupengin - 09-27-2014

It worked renaming them to .arc, thank you!