Page 1 of 1

Darkness Within *.bin

Posted: Fri May 29, 2009 3:12 pm
by shaneno
Any one can make a bms script of Darkness Within *.bin files ?
The demo version can be find here.
http://www.zoetropeint.com/ln/data/Dark ... n_Demo.exe

Re: Darkness Within *.bin

Posted: Fri May 29, 2009 6:18 pm
by Gocha
this is the simpliest ever format dercipting this game files! And if someone who knows writing BMS scripts will not do this then the idea is clear! - shut this forum down.

Re: Darkness Within *.bin

Posted: Sat May 30, 2009 10:34 am
by Vash
Gocha wrote:this is the simpliest ever format dercipting this game files! And if someone who knows writing BMS scripts will not do this then the idea is clear! - shut this forum down.
what? :D

anyway, the files looks like are not compressed or crypted but the header is, so like filenames (if there are some..). Months ago I found a file reinserter in the russian translation so if you just want to translate the game it could be easily done by manually extracting the texts and then using that program to reinsert everything. You can find russian translation here: http://www.zoneofgames.ru/ (you need to sign-up)

Re: Darkness Within *.bin

Posted: Sat May 30, 2009 2:14 pm
by shaneno
Vash wrote:
Gocha wrote:this is the simpliest ever format dercipting this game files! And if someone who knows writing BMS scripts will not do this then the idea is clear! - shut this forum down.
what? :D

anyway, the files looks like are not compressed or crypted but the header is, so like filenames (if there are some..). Months ago I found a file reinserter in the russian translation so if you just want to translate the game it could be easily done by manually extracting the texts and then using that program to reinsert everything. You can find russian translation here: http://www.zoneofgames.ru/ (you need to sign-up)
Very thank you for your information.
But i don't know russian,and i found 7 pages about Darkness Within there.
Can you post the thread's url or just post the tool here?
Thanks!

Re: Darkness Within *.bin

Posted: Sat May 30, 2009 6:47 pm
by chrrox
This will extract the files but no names I will see if I can figure the names out.

Code: Select all

get FILES short
get UNK short
for i = 0 < FILES
math NAME += 1
get UNK1 long
get OFFSET long
get SIZE long
get UNK2 long
Math OFFSET += 0x3A04
log NAME OFFSET SIZE
next i

Re: Darkness Within *.bin

Posted: Sun May 31, 2009 12:58 pm
by shaneno
chrrox wrote:This will extract the files but no names I will see if I can figure the names out.

Code: Select all

get FILES short
get UNK short
for i = 0 < FILES
math NAME += 1
get UNK1 long
get OFFSET long
get SIZE long
get UNK2 long
Math OFFSET += 0x3A04
log NAME OFFSET SIZE
next i
Very thanks!

Re: Darkness Within *.bin

Posted: Sun May 31, 2009 1:04 pm
by shaneno
But the scripts.bin can't be extracted.

Re: Darkness Within *.bin

Posted: Sun May 31, 2009 1:12 pm
by chrrox
scripts.bin is very random. it contains the file names and different files.