[PC] Cathy's Crafts .bin

How to translate the files of a game
chphat11
Posts: 37
Joined: Wed Feb 13, 2019 4:08 pm

[PC] Cathy's Crafts .bin

Post by chphat11 »

Can anyone help me make tool for export/import this language file ? :D
Shokoniraya
Posts: 416
Joined: Sat Sep 15, 2018 5:22 am

Re: [PC] Cathy's Crafts .bin

Post by Shokoniraya »

chphat11 wrote:Can anyone help me make tool for export/import this language file ? :D

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
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: [PC] Cathy's Crafts .bin

Post by Delutto »

Cathy's Crafts BIN Tool [PC]
By Delutto
See Readme.txt for instructions.
Cathys_Crafts_BIN_Tool_By_Delutto.7z
Notes: Based on file samples and not tested ingame.
chphat11
Posts: 37
Joined: Wed Feb 13, 2019 4:08 pm

Re: [PC] Cathy's Crafts .bin

Post by chphat11 »

thanks for helping me :D