Missing on Lost Island (.DAT)

How to translate the files of a game
Pakolmo
Posts: 52
Joined: Thu Jun 09, 2016 1:15 am

Missing on Lost Island (.DAT)

Post by Pakolmo »

Hello!

I want to translate missing on lost island (2002) to spanish.
I want to extract/import the dat files of the game.

Can you help me?

Thank you.
Pakolmo
Posts: 52
Joined: Thu Jun 09, 2016 1:15 am

Re: Missing on Lost Island (.DAT)

Post by Pakolmo »

Maybe you need the executable and other .dat

https://www.dropbox.com/s/7yoxhp82zer4k ... d.rar?dl=0
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Missing on Lost Island (.DAT)

Post by aluigi »

Code: Select all

encryption xor_prev "^ 0x75"
get STRINGS long
for i = 0 < STRINGS
    get SIZE short
    if SIZE != 0
        filecrypt 1
        slog "" -1 SIZE
        filecrypt ""
    endif
next i
ghylard
Posts: 77
Joined: Wed Oct 08, 2014 1:03 pm

Re: Missing on Lost Island (.DAT)

Post by ghylard »

Code: Select all

encryption xor_prev "^ 0x75"
get STRINGS long
for i = 0 < STRINGS
    get SIZE short
    if SIZE != 0
        filecrypt 1
        slog "" -1 SIZE
        filecrypt ""
    endif
next i

The script generates an error message... :roll:
Image
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Missing on Lost Island (.DAT)

Post by aluigi »

use quickbms 0.8.3