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

Worms Reloaded .bdl file

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
MeteoraMan
n00b
Posts: 12
Joined: Wed Jul 07, 2010 9:39 pm
Has thanked: 2 times

Worms Reloaded .bdl file

Post by MeteoraMan »

The contents of this post was deleted because of possible forum rules violation.
Agret
n00b
Posts: 19
Joined: Thu Jan 26, 2006 5:48 am
Location: Melbourne, Victoria, Australia
Has thanked: 1 time
Been thanked: 4 times
Contact:

Re: Worms Reloaded .bdl file

Post 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
-
Agret
n00b
Posts: 19
Joined: Thu Jan 26, 2006 5:48 am
Location: Melbourne, Victoria, Australia
Has thanked: 1 time
Been thanked: 4 times
Contact:

Re: Worms Reloaded .bdl file

Post by Agret »

Bump :(
:ninja:
-
dogkarl
ultra-n00b
Posts: 9
Joined: Fri Sep 10, 2010 7:56 am
Been thanked: 2 times

Re: Worms Reloaded .bdl file

Post 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:
merlinsvk
ultra-veteran
ultra-veteran
Posts: 411
Joined: Mon Oct 27, 2008 12:11 am
Location: Slovakia
Has thanked: 35 times
Been thanked: 121 times

Re: Worms Reloaded .bdl file

Post 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.
dogkarl
ultra-n00b
Posts: 9
Joined: Fri Sep 10, 2010 7:56 am
Been thanked: 2 times

Re: Worms Reloaded .bdl file

Post 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.
Post Reply