Page 1 of 1
Darksiders Warmastered Edition - How to pack 3 files with packzip.exe
Posted: Mon Feb 08, 2021 7:03 pm
by mx202
Hello all,
I was wondering how I can pack 3 files with packzip.exe
All the three files in the same folder with the rest of the packzip files.
I used the following command and I got an error
Code: Select all
packzip.exe -o 0x00001004 fonts_ru.gfx + ui_ru_f0 + ui_ru_f1 ui_ru.oppc
Thanks
Re: How to pack 3 files with packzip.exe
Posted: Mon Feb 08, 2021 9:32 pm
by ikskoks
You mean packzip from aluigi?
http://aluigi.altervista.org/mytoolz/packzip.zip
What is the error you are getting?
And what is the name of the game you are trying to modify?
Re: How to pack 3 files with packzip.exe
Posted: Mon Feb 08, 2021 11:30 pm
by mx202
Hey ikskoks,
Q\ You mean packzip from aluigi?
http://aluigi.altervista.org/mytoolz/packzip.zip
A\Yes.
Q\What is the error you are getting?
A\
Code: Select all
- open input DDS
Error: Permission denied
Q\ And what is the name of the game you are trying to modify?
A\ Darksiders Warmastered Edition
*I can pack one single file but not 2 or more.
I just need the correct command to pack many files.
Re: Darksiders Warmastered Edition - How to pack 3 files with packzip.exe
Posted: Tue Feb 09, 2021 11:47 am
by ikskoks
You can just execute this one working command 3 times:
Code: Select all
packzip.exe -o 0x00001004 in_file_1 out_file
packzip.exe -o 0x00002004 in_file_2 out_file
packzip.exe -o 0x00003004 in_file_3 out_file
Or make a BAT script to automate that, something like this
https://github.com/bartlomiejduda/Tools ... FOLDER.BAT
I have checked the source code real quick and I didn't see any option for inserting more than one file.
Re: Darksiders Warmastered Edition - How to pack 3 files with packzip.exe
Posted: Wed Feb 10, 2021 2:50 pm
by mx202
Hey,
Thank you for your answer.
I merged the files in stages and the game did not recognize the font file.
Someone sent the file to me in a compressed form and the game recognized it. I asked him several times about the method and he didn't tell me.