

How can i export .pak file to .txt file and reimport .pak file?

Code: Select all
goto 0x228
get STRINGS long
for i = 0 < STRINGS
get CRC long
next i
get STRINGS long
savepos TMP
xmath BASE_OFF "TMP + (STRINGS * 0x10) + 4 + 4 + 4"
for i = 0 < STRINGS
get DUMMY long
get OFFSET long
get ZERO long
get DUMMY float
math OFFSET * 2
math OFFSET + BASE_OFF
slog "" OFFSET -1 unicode
next i
aluigi wrote:Try this script, it works also in reimport mode if you want to edit the strings (with some limitations, check the quickbms.txt manual):Code: Select all
goto 0x228
get STRINGS long
for i = 0 < STRINGS
get CRC long
next i
get STRINGS long
savepos TMP
xmath BASE_OFF "TMP + (STRINGS * 0x10) + 4 + 4 + 4"
for i = 0 < STRINGS
get DUMMY long
get OFFSET long
get ZERO long
get DUMMY float
math OFFSET * 2
math OFFSET + BASE_OFF
slog "" OFFSET -1 unicode
next i
LolHacksRule wrote:Anonymous caller does not have storage.objects.get access to discord/attachments/635950332932784138/682264960792788993/VOLoadingFirst.pak.