Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Darkness Within *.bin

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
shaneno
beginner
Posts: 20
Joined: Fri Oct 17, 2008 5:15 am
Has thanked: 2 times
Been thanked: 1 time

Darkness Within *.bin

Post 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
User avatar
Gocha
veteran
Posts: 109
Joined: Fri Dec 12, 2008 8:16 pm
Location: Batumi, Georgia, GE
Has thanked: 57 times
Been thanked: 9 times
Contact:

Re: Darkness Within *.bin

Post 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.
My great respect and appreciation for them, who research game files! Special thanks to: aluigi, bacter, DerPlaya, Rick, Turfster, twig, Zench. Sorry if someone is missing in my list, I'll update when I'll notice it again
Vash
mega-veteran
mega-veteran
Posts: 183
Joined: Fri Apr 29, 2005 2:39 pm
Has thanked: 5 times
Been thanked: 26 times

Re: Darkness Within *.bin

Post 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)
shaneno
beginner
Posts: 20
Joined: Fri Oct 17, 2008 5:15 am
Has thanked: 2 times
Been thanked: 1 time

Re: Darkness Within *.bin

Post 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!
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Darkness Within *.bin

Post 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
shaneno
beginner
Posts: 20
Joined: Fri Oct 17, 2008 5:15 am
Has thanked: 2 times
Been thanked: 1 time

Re: Darkness Within *.bin

Post 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!
shaneno
beginner
Posts: 20
Joined: Fri Oct 17, 2008 5:15 am
Has thanked: 2 times
Been thanked: 1 time

Re: Darkness Within *.bin

Post by shaneno »

But the scripts.bin can't be extracted.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Darkness Within *.bin

Post by chrrox »

scripts.bin is very random. it contains the file names and different files.
Post Reply