Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

[PC] Zula

Featured Replies

  • Author
  • Localization

chphat11, posted Tue Mar 05, 2019 3:53 am (45542)


can anyone help me make tool for export/import lang_en.gen file ? :D
  • Author
  • Localization

sharlatan, posted Thu May 30, 2019 9:20 pm (48128)


What do you want to do?
  • Author
  • Localization

chphat11, posted Fri Jun 07, 2019 7:24 am (48564)


sharlatan wrote:
What do you want to do?

i want anyone make tool for export that file and import that file
  • Author
  • Localization

swuforce, posted Mon Jun 10, 2019 11:20 am (48635)


Try aluigi's script. https://aluigi.altervista.org/bms/acknex_engine.bms
For pack, try Quickbms reimport, or this modified script.
Code:
set MEMORY_FILE binary "WRS4\x00\x00\x00\x00"
log "NEWfile.gen" 0 8 MEMORY_FILE
set KEY binary "\xaa"
comtype lzss0   # lzss or lzss0? same results with samples
endian big
idstring "WRS4"
get INFO_OFF long
savepos OFFSET
goto INFO_OFF
get ZSIZE long
get SIZE long
savepos INFO_OFF
log MEMORY_FILE 0 0
clog MEMORY_FILE INFO_OFF ZSIZE SIZE
xmath FILES "SIZE / (0x20 4 4)"
comtype lzss0_compress
log MEMORY_FILE2 0 0
for i = 0 < FILES
    getdstring NAME 0x20 MEMORY_FILE
   putdstring NAME 0x20 MEMORY_FILE2
    string NAME ^ KEY
    get ZSIZE long MEMORY_FILE
    get SIZE long MEMORY_FILE
   math OFFSET ZSIZE
    Open FDSE NAME 2
   get asize asize 2
   log MEMORY_FILE3 0 0
   clog MEMORY_FILE3 0 asize asize 2
   get zasize asize MEMORY_FILE3
   put zasize long MEMORY_FILE2
   put asize long MEMORY_FILE2
   append
   log "NEWfile.gen" 0 zasize MEMORY_FILE3
   append
next i
Open FDSE "NEWfile.gen" 1
get INFO_OFF asize 1
log MEMORY_FILE 0 0
log MEMORY_FILE 0 INFO_OFF 1
putvarchr MEMORY_FILE 4 INFO_OFF long
get asize asize MEMORY_FILE2
log MEMORY_FILE3 0 0
clog MEMORY_FILE3 0 asize asize MEMORY_FILE2
goto INFO_OFF MEMORY_FILE
get zasize asize MEMORY_FILE3
put zasize long MEMORY_FILE
put asize long MEMORY_FILE
getdstring info zasize MEMORY_FILE3
putdstring info zasize MEMORY_FILE
get asize asize MEMORY_FILE
log "NEWfile.gen" 0 asize MEMORY_FILE

Usage
quickbms acknex_engine.bms filename.gen .
quickbms pack.bms filename.gen .
  • Author
  • Localization

chphat11, posted Wed Jun 12, 2019 4:47 am (48697)


swuforce wrote:
Try aluigi's script. https://aluigi.altervista.org/bms/acknex_engine.bms
For pack, try Quickbms reimport, or this modified script.
Code:
set MEMORY_FILE binary "WRS4\x00\x00\x00\x00"
log "NEWfile.gen" 0 8 MEMORY_FILE
set KEY binary "\xaa"
comtype lzss0   # lzss or lzss0? same results with samples
endian big
idstring "WRS4"
get INFO_OFF long
savepos OFFSET
goto INFO_OFF
get ZSIZE long
get SIZE long
savepos INFO_OFF
log MEMORY_FILE 0 0
clog MEMORY_FILE INFO_OFF ZSIZE SIZE
xmath FILES "SIZE / (0x20 4 4)"
comtype lzss0_compress
log MEMORY_FILE2 0 0
for i = 0     getdstring NAME 0x20 MEMORY_FILE
   putdstring NAME 0x20 MEMORY_FILE2
    string NAME ^ KEY
    get ZSIZE long MEMORY_FILE
    get SIZE long MEMORY_FILE
   math OFFSET ZSIZE
    Open FDSE NAME 2
   get asize asize 2
   log MEMORY_FILE3 0 0
   clog MEMORY_FILE3 0 asize asize 2
   get zasize asize MEMORY_FILE3
   put zasize long MEMORY_FILE2
   put asize long MEMORY_FILE2
   append
   log "NEWfile.gen" 0 zasize MEMORY_FILE3
   append
next i
Open FDSE "NEWfile.gen" 1
get INFO_OFF asize 1
log MEMORY_FILE 0 0
log MEMORY_FILE 0 INFO_OFF 1
putvarchr MEMORY_FILE 4 INFO_OFF long
get asize asize MEMORY_FILE2
log MEMORY_FILE3 0 0
clog MEMORY_FILE3 0 asize asize MEMORY_FILE2
goto INFO_OFF MEMORY_FILE
get zasize asize MEMORY_FILE3
put zasize long MEMORY_FILE
put asize long MEMORY_FILE
getdstring info zasize MEMORY_FILE3
putdstring info zasize MEMORY_FILE
get asize asize MEMORY_FILE
log "NEWfile.gen" 0 asize MEMORY_FILE

Usage
quickbms acknex_engine.bms filename.gen .
quickbms pack.bms filename.gen .

there is not cardstrings.pak in my folder game
Image
  • Author
  • Localization

chphat11, posted Wed Jun 12, 2019 4:56 am (48698)


chphat11 wrote:
swuforce wrote:
Try aluigi's script. https://aluigi.altervista.org/bms/acknex_engine.bms
For pack, try Quickbms reimport, or this modified script.
Code:
set MEMORY_FILE binary "WRS4\x00\x00\x00\x00"
log "NEWfile.gen" 0 8 MEMORY_FILE
set KEY binary "\xaa"
comtype lzss0   # lzss or lzss0? same results with samples
endian big
idstring "WRS4"
get INFO_OFF long
savepos OFFSET
goto INFO_OFF
get ZSIZE long
get SIZE long
savepos INFO_OFF
log MEMORY_FILE 0 0
clog MEMORY_FILE INFO_OFF ZSIZE SIZE
xmath FILES "SIZE / (0x20 4 4)"
comtype lzss0_compress
log MEMORY_FILE2 0 0
for i = 0     getdstring NAME 0x20 MEMORY_FILE
   putdstring NAME 0x20 MEMORY_FILE2
    string NAME ^ KEY
    get ZSIZE long MEMORY_FILE
    get SIZE long MEMORY_FILE
   math OFFSET ZSIZE
    Open FDSE NAME 2
   get asize asize 2
   log MEMORY_FILE3 0 0
   clog MEMORY_FILE3 0 asize asize 2
   get zasize asize MEMORY_FILE3
   put zasize long MEMORY_FILE2
   put asize long MEMORY_FILE2
   append
   log "NEWfile.gen" 0 zasize MEMORY_FILE3
   append
next i
Open FDSE "NEWfile.gen" 1
get INFO_OFF asize 1
log MEMORY_FILE 0 0
log MEMORY_FILE 0 INFO_OFF 1
putvarchr MEMORY_FILE 4 INFO_OFF long
get asize asize MEMORY_FILE2
log MEMORY_FILE3 0 0
clog MEMORY_FILE3 0 asize asize MEMORY_FILE2
goto INFO_OFF MEMORY_FILE
get zasize asize MEMORY_FILE3
put zasize long MEMORY_FILE
put asize long MEMORY_FILE
getdstring info zasize MEMORY_FILE3
putdstring info zasize MEMORY_FILE
get asize asize MEMORY_FILE
log "NEWfile.gen" 0 asize MEMORY_FILE

Usage
quickbms acknex_engine.bms filename.gen .
quickbms pack.bms filename.gen .

there is not cardstrings.pak in my folder game
Image

Ok, It work :D
  • Author
  • Localization

swuforce, posted Wed Jun 12, 2019 11:31 am (48704)


There is no need to quote the full post. Especially two times...
Watch for it next time! You can also use edit if it's needed.
  • Author
  • Localization

chphat11, posted Wed Jun 12, 2019 2:58 pm (48718)


swuforce wrote:
There is no need to quote the full post. Especially two times...
Watch for it next time! You can also use edit if it's needed.

ok, thanks
  • Author
  • Localization

sharlatan, posted Sun Jun 16, 2019 7:35 pm (48847)


chphat11 wrote:
can anyone help me make tool for export/import lang_en.gen file ? :D

?? ???? ????
  • Author
  • Localization

gamerboy, posted Wed Aug 26, 2020 1:51 pm (58365)


Hello, how can I do it.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.