I have just imported them with the REIMPORT2_DRAGON.bat !!
So cool

Tgames wrote:GHFear wrote:Tgames wrote:Thanks again
How to use the REIMPORT for all files in a directory ?
Here is a new download with batch scripts for autoreimport to for all modes. Mode 1 and 2.
For both REZ and DRAGON.
Just unpack the files, let them all stay in their original position in the unpacked folder after you mod them and then just double click the reimport mode you want to use.it should reimport automatically, and if you have more than 1 DRAGON or REZ file, it will ask you to click RETURN or ENTER after the first reimport to continue to the next one.
Thanks !
I works but some voices files are bigger than originals. I think i need to compress then with a Audio Converter software.
A big thanks
Tgames wrote:It's works perfectly for all texts of the game !
I have just imported them with the REIMPORT2_DRAGON.bat !!
So cool
GHFear wrote:it's weird that the extracted files are only 1GB and the archive is almost 4GB... I can't wrap my head around it.
Tgames wrote:GHFear wrote:it's weird that the extracted files are only 1GB and the archive is almost 4GB... I can't wrap my head around it.
Yes indeed it's strange, i also saw that.
But don't worry, all i need are the Voices in WAV format.
To inject them in the PC version to have french voices.
Monolith only made a french version of the game for PS2.
And the PC port is english only!
Hopefully we have every tools to inject voice in 2 seconds in the PC port.
I just need thoses voices from the PS2. I pretty sure they are stored in theses LIT.
You think they are also in the LIT files ?
------------------------------------------------------------------------------------------
PS: Thanks to you, i finished the french translation of Dragon Lore Gold (V2.0)
All voices, all texts, all cutscenes are in french now ! It's nice because Dragon Lore Gold was a english only release !
I took the files from the V1.0, it's exactly same files, same names.
Just for people who want the french version (made thanks to GHFear) : https://mega.nz/#!z2An3IAa!1wiqgLEOA0UI ... LnZV844e2I
aluigi wrote:Indeed this format is very stupid.
I suspect it's a sort of patched format containing various versions of the TOC, in short the script may be perfectly correct.
I have updated the script for reading all the 506 TOCs, sorting the files and extracting those with different offsets.
It would take YEARS for sorting all those files (506 * 0x18d4).
Didn't check the whole archive, sorry.
Code: Select all
by Luigi Auriemma
e-mail: me@aluigi.org
web: aluigi.org
(Nov 25 2018 - 11:44:48)
quickbms.aluigi.org Homepage
zenhax.com ZenHAX Forum
@zenhax @quickbms Twitter & Scripts
- GUI mode activated, remember that the tool works also from command-line
where are available various options like folder scanning, filters and so on
- select BMS script. type ? for using the content of clipboard like a script
- select input archives/files, type * for the whole folder and subfolders
- select output folder where extracting files
- open input file D:\Jeux\QuickBMS\REZ Unpacker\LITH_PS2.REZ
- open script D:\Jeux\QuickBMS\REZ Unpacker\nolf_ps2.bms
- set output folder D:\Jeux\QuickBMS\REZ Unpacker
offset filesize filename
--------------------------------------
- error in src\extra\xalloc.c line 618: xdbg_malloc()
Error: memory allocation problem
Tgames wrote:aluigi wrote:Indeed this format is very stupid.
I suspect it's a sort of patched format containing various versions of the TOC, in short the script may be perfectly correct.
I have updated the script for reading all the 506 TOCs, sorting the files and extracting those with different offsets.
It would take YEARS for sorting all those files (506 * 0x18d4).
Didn't check the whole archive, sorry.
A big thanks for your hard work aluigi again !
But it now doesn't work at all.
I got an error at the beginning of the extraction :Code: Select all
by Luigi Auriemma
e-mail: me@aluigi.org
web: aluigi.org
(Nov 25 2018 - 11:44:48)
quickbms.aluigi.org Homepage
zenhax.com ZenHAX Forum
@zenhax @quickbms Twitter & Scripts
- GUI mode activated, remember that the tool works also from command-line
where are available various options like folder scanning, filters and so on
- select BMS script. type ? for using the content of clipboard like a script
- select input archives/files, type * for the whole folder and subfolders
- select output folder where extracting files
- open input file D:\Jeux\QuickBMS\REZ Unpacker\LITH_PS2.REZ
- open script D:\Jeux\QuickBMS\REZ Unpacker\nolf_ps2.bms
- set output folder D:\Jeux\QuickBMS\REZ Unpacker
offset filesize filename
--------------------------------------
- error in src\extra\xalloc.c line 618: xdbg_malloc()
Error: memory allocation problem
Does this new BMS script will also extract .LIT files ?
It's look like "quickbms_4gb_files.exe" is not able allocate enough memory by xalloc function.
It's not mine memory, i have 16gb of memory ^^
GHFear wrote:No it will not extract LIT files. LIT files seem to be headerless WAV files or something. So you won't be able to play them unless you run through some tool that rebuilds headers or something.
Tgames wrote:I tried with another quickbms, still not working.
I got the "memory alloc error".