Jackie Chan StuntMaster

How to translate the files of a game
emanuelect
Posts: 35
Joined: Sat May 08, 2021 2:07 am

Jackie Chan StuntMaster

Post by emanuelect »

I wanted to translate this game in my language, can you create me a script that allows me to edit this file?
Image
rabatini
Posts: 179
Joined: Tue Jan 18, 2022 12:21 am

Re: Jackie Chan StuntMaster

Post by rabatini »

Code: Select all

goto 0x2c
get entries long
for rip = 1 to entries
get lixo long
get offset long
savepos temp
get lixo long
get size long
goto temp
xmath size "(size -offset)"
slog "" offset size
next rip

this should extract your file in txt