Hi! I've been looking chaning models in Fortune Street, but I've experienced one problem. I used NTCompress to get my models out of the CMPRES format, but how can I change a BRRES to a CMPRES? Thanks in advance!
(09-17-2015, 10:43 AM)OzzyMandice Wrote: [ -> ]Hi! I've been looking chaning models in Fortune Street, but I've experienced one problem. I used NTCompress to get my models out of the CMPRES format, but how can I change a BRRES to a CMPRES? Thanks in advance!
There's a lot of compression types supported by ntcompress.
For example:
Code:
ntcompress -r infile
ntcompress -l infile
ntcompress -lex infile
ntcompress -lh infile
ntcompress -lrc infile
(09-17-2015, 11:54 AM)TGE Wrote: [ -> ] (09-17-2015, 10:43 AM)OzzyMandice Wrote: [ -> ]Hi! I've been looking chaning models in Fortune Street, but I've experienced one problem. I used NTCompress to get my models out of the CMPRES format, but how can I change a BRRES to a CMPRES? Thanks in advance!
There's a lot of compression types supported by ntcompress.
For example:
Code:
ntcompress -r infile
ntcompress -l infile
ntcompress -lex infile
ntcompress -lh infile
ntcompress -lrc infile
Alright, thanks! I'll try some of these out later tonight.