I'm currently trying to make some changes in Rage software .XFS archives.
I got some error in reimporting proccess.
First, in exporting proccess after I choose output folder I got this:
Code: Select all
offset filesize filename
--------------------------------------
00000058 172 81111ec4.dat
- the script needs to load a pre-compiled function from the dll or code
MEMORY_FILE10
do you want to continue with this and any other requested dll/code (y/N)?
Ofc, I choose "y" and the files are exported.
I wanted to change only 1 file. Also I was experimenting with reimporting without changing anything, trying with -e option and with various .xfs archives. Everytime same results:
Code: Select all
offset filesize filename
--------------------------------------
Error: unsupported compression 284 in reimport mode
you can try the -e option for disabling compression (experimenta
Last script line before the error or that produced the error:
226 clog NAME OFFSET SIZE XSIZE
- OFFSET 0x00000058
- ZSIZE 0x000000ce
- SIZE 0x000000ac
coverage file 0 0% 1240 1285174 . offset 00000058
coverage file -10 0% 0 3975 . offset 00000000
So, I was trying to follow the steps from this link:
viewtopic.php?t=23
, hoping that I will manage something, but I hardly understand anything here.
What is the cause of problem ? What I need to do that everything works fine ?
Thanks.