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.
			
			
									
						
										
						Missing on Lost Island (.DAT)
- 
				Pakolmo
 - Posts: 52
 - Joined: Thu Jun 09, 2016 1:15 am
 
- 
				aluigi
 - Site Admin
 - Posts: 12984
 - Joined: Wed Jul 30, 2014 9:32 pm
 
Re: Missing on Lost Island (.DAT)
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)
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 iThe script generates an error message...

- 
				aluigi
 - Site Admin
 - Posts: 12984
 - Joined: Wed Jul 30, 2014 9:32 pm
 
Re: Missing on Lost Island (.DAT)
use quickbms 0.8.3