Trying to learn making tool to export texts

How to translate the files of a game
yusuf2020
Posts: 106
Joined: Wed Jun 17, 2020 1:12 pm

Trying to learn making tool to export texts

Post by yusuf2020 »

I'm researching this file but i could do nothing.Can anyone find the pattern ?
RDR2EXE
Posts: 37
Joined: Sun Jan 10, 2021 7:43 am

Re: Trying to learn making tool to export texts

Post by RDR2EXE »

game
Last edited by RDR2EXE on Tue Feb 09, 2021 2:57 pm, edited 1 time in total.
yusuf2020
Posts: 106
Joined: Wed Jun 17, 2020 1:12 pm

Re: Trying to learn making tool to export texts

Post by yusuf2020 »

RDR2EXE wrote:oyun

Sword art online : Lost Song gerek olduğunu düşünmüyorum ama.Lütfen bu forumda Türkçe yazı yazma.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Trying to learn making tool to export texts

Post by aluigi »

Code: Select all

# Sword art online : Lost Song (gop)

findloc OFFSET binary "GENESTRT"
goto OFFSET
getdstring SIGN 8
get SIZE longlong
savepos BASE_OFF
get STRINGS long
get INFO_OFF long
get STRINGS_OFF long
get OTHER_OFF long
math STRINGS_OFF + BASE_OFF
for i = 0 < STRINGS
    get OFFSET long

    savepos TMP
    math OFFSET + STRINGS_OFF
    goto OFFSET
    slog "" -1 -1
    goto TMP
next i

In theory the reimport3 mode of quickbms should allow the reimporting.

reimport3 is a special mode that must be manually activated:
quickbms.exe -G -w -r -r -r

Just for testing.