Page 1 of 1

Worms Reloaded .bdl file

Posted: Wed Aug 25, 2010 11:04 pm
by MeteoraMan
The contents of this post was deleted because of possible forum rules violation.

Re: Worms Reloaded .bdl file

Posted: Mon Sep 06, 2010 3:30 pm
by Agret

Code: Select all

H:\Games\Steam\SteamApps\common\worms reloaded\DataPC\Bundles>signsrch.exe FrontEnd.bdl

Signsrch 0.1.6a
by Luigi Auriemma
e-mail: [email protected]
web:    aluigi.org
  optimized search function from Andrew http://www.team5150.com/~andrew/
  disassembler engine from Oleh Yuschuk

- open file "FrontEnd.bdl"
- 3749390 bytes allocated
- load signatures
- open file H:\Games\Steam\SteamApps\common\worms reloaded\DataPC\Bundles\signsrch.sig
- 1774060 bytes allocated for the signatures
- 2278 signatures in the database
- start signatures scanning:

  offset   num  description [bits.endian.size]
  --------------------------------------------
  00040aeb 309  padding used in hashing algorithms (0x80 0 ... 0) [..64]

- 1 signatures found in the file
Would like someone to have a look at this format as I really want it editable too :o

Re: Worms Reloaded .bdl file

Posted: Fri Sep 24, 2010 8:36 am
by Agret
Bump :(
:ninja:

Re: Worms Reloaded .bdl file

Posted: Thu Sep 30, 2010 7:26 am
by dogkarl
Actually I've figured this format out. I am trying to translate this game into chinese. The font has a severe limit on glyphs every texture can hold. So now I am working hard to let the texture hold the chinese glyphs.
The file is a pile of different type of objects. It's a real pain in the ass to modify this bundle file, because it's hard to modify some content without influent the objects afterwards. It's hard to even locate the objects you want to modify. I use binary analysis to locate the font, which changes address every update.
After I nail this, I think translate to russian would be no big deal. After all, Russian characters is no more than 100, am I right? :wink:

Re: Worms Reloaded .bdl file

Posted: Thu Sep 30, 2010 1:32 pm
by merlinsvk
Great news, dogkarl. Good luck :)
dogkarl wrote:After all, Russian characters is no more than 100, am I right? :wink:
Right, there are 33 characters.

Re: Worms Reloaded .bdl file

Posted: Fri Oct 01, 2010 6:59 am
by dogkarl
Well it's done. if you want to see this game in chinese ,please goto " http://bbs.3dmgame.com/showtopic-1482623.html"
, it's in chinese, so do not to be surprised if you got a screen of strange glyphs.
So if anyone still want to translate this game into their home language, please post the UNICODE range of the glyphs. I will try to help. But for the reason I mentioned above, I will only surport V4 skidrow version of this game.
As for source code... Its comment and messages are all in chinese, so I will not post it out...at least for now.