Game: http://store.steampowered.com/app/63657 ... e_New_Moon
.bsb file:
Nights of Azure 2 .bsb and .e files
-
- Posts: 65
- Joined: Mon Dec 08, 2014 1:16 pm
Re: Nights of Azure 2 .bsb and .e files
I'd like to bump this for attention. Also interested.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Nights of Azure 2 .bsb and .e files
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
-
- Posts: 65
- Joined: Mon Dec 08, 2014 1:16 pm
Re: Nights of Azure 2 .bsb and .e files
Oh shit! o.O Thanks!