[PC] Cathy's Crafts .bin
-
- Posts: 37
- Joined: Wed Feb 13, 2019 4:08 pm
[PC] Cathy's Crafts .bin
Can anyone help me make tool for export/import this language file ?
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
Re: [PC] Cathy's Crafts .bin
chphat11 wrote:Can anyone help me make tool for export/import this language file ?
Code: Select all
get DUMMY long
get ENDER asize
do
get ID_LENGHT long
math ID_LENGHT * 2
getdstring DUMMY ID_LENGHT
get LENGHT long
savepos OFFSET
math LENGHT * 2
slog "" OFFSET LENGHT unicode
getdstring DUMMY LENGHT
savepos ARRY
while ARRY < ENDER
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: [PC] Cathy's Crafts .bin
Cathy's Crafts BIN Tool [PC]
By Delutto
See Readme.txt for instructions.Notes: Based on file samples and not tested ingame.
By Delutto
See Readme.txt for instructions.Notes: Based on file samples and not tested ingame.
-
- Posts: 37
- Joined: Wed Feb 13, 2019 4:08 pm
Re: [PC] Cathy's Crafts .bin
thanks for helping me