Nights of Azure 2 .bsb and .e files

How to translate the files of a game
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Nights of Azure 2 .bsb and .e files

Post by makc_ar »

Delacroix
Posts: 65
Joined: Mon Dec 08, 2014 1:16 pm

Re: Nights of Azure 2 .bsb and .e files

Post by Delacroix »

I'd like to bump this for attention. Also interested.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Nights of Azure 2 .bsb and .e files

Post by aluigi »

BSB files:

Code: Select all

get NAME filename
string NAME + ".txt"
get SETS long
for x = 0 < SETS
    get STRINGS long
    for i = 0 < STRINGS
        get SIZE long
        slog NAME -1 SIZE
    next i
next x
Delacroix
Posts: 65
Joined: Mon Dec 08, 2014 1:16 pm

Re: Nights of Azure 2 .bsb and .e files

Post by Delacroix »

Oh shit! o.O Thanks!