Script in C++

Doubts, help and support about QuickBMS and other game research tools
kurt28
Posts: 8
Joined: Sun Nov 15, 2015 10:20 am

Script in C++

Post by kurt28 »

Hello, I found a script to extract texts in C++ for Legend Entertainment Games.

I don't know C ++, and I would like to pass it to Quickbms to re-import the modified texts later.

I would appreciate someone's help.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Script in C++

Post by aluigi »

It's complicated.
While the code can be ported in a script (even if by spending some time and with uncertain results), then you would be left without a way to reimport the data because the huffman compression used there is probably not available in quickbms and quite sure there is no re-compression code in quickbms to be used in reimport mode.
spiritovod
Posts: 719
Joined: Sat Sep 28, 2019 7:00 pm

Re: Script in C++

Post by spiritovod »

Just in case, compiled version of that code. Run "legend-str -h" for available options.
kurt28
Posts: 8
Joined: Sun Nov 15, 2015 10:20 am

Re: Script in C++

Post by kurt28 »

aluigi wrote:It's complicated.
While the code can be ported in a script (even if by spending some time and with uncertain results), then you would be left without a way to reimport the data because the huffman compression used there is probably not available in quickbms and quite sure there is no re-compression code in quickbms to be used in reimport mode.


Thanks aluigi. I must learn C++. :)

spiritovod wrote:Just in case, compiled version of that code. Run "legend-str -h" for available options.


Thank you. You compiled version is more compresive.

It's posibble you can create the code to reimport in C++? :oops:
spiritovod
Posts: 719
Joined: Sat Sep 28, 2019 7:00 pm

Re: Script in C++

Post by spiritovod »

@kurt28: Sorry, but I'm not interested and it's not an easy task either. I just couldn't find any compiled version of the tool and decided to make one to save some time for others.
Pakolmo
Posts: 52
Joined: Thu Jun 09, 2016 1:15 am

Re: Script in C++

Post by Pakolmo »

Can anyone do a reimport program, please?