Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

LEGO Island .wdb files

Featured Replies

  • Author
  • Localization

luna rom, posted Wed Nov 11, 2015 2:11 am (9594)


Forgive me if I did wrong but i'm looking a extrracting a .wdb file i've reasearch it enough to know photoshop .gif files are contian in there (i know through this link http://videogameflashback.com/legoisland/interview.php) anyways seeming can't get the files out.
  • Author
  • Localization

Xiron, posted Fri Nov 13, 2015 7:56 am (9665)


I see that the file has ".gif" extensions in it. This makes me wonder if they are actually in there or just referenced, as I don't see any other extensions, strange.

There also seems to be a lot of "LegoEntityPresenter" also present in the file as well as a lot references/labels (other files?).
  • Author
  • Localization

aluigi, posted Fri Nov 13, 2015 4:04 pm (9672)


It's possible that those gif there are just raw 8bit images.
Try this script to dump them:
Code:
for
    findloc OFFSET string ".GIF"
    do
        math OFFSET - 1
        goto OFFSET
        get TMP byte
    while TMP != 0
    goto -4 0 SEEK_CUR

    get NAMESZ long
    getdstring NAME NAMESZ
    get X long
    get Y long
    get Z long
    if Y u< 0x1000
        getdstring DUMMY 0x33
        savepos OFFSET
        xmath SIZE "X * Y"
        set BASE basename NAME
        set EXT  extension NAME
        string NAME p "%s_%dx%d.%s" BASE X Y EXT
        log NAME OFFSET SIZE
        math OFFSET SIZE
        goto OFFSET
    endif
next
  • Author
  • Localization

luna rom, posted Fri Nov 13, 2015 6:53 pm (9679)


I'll try that though from my trys to rip gifs with a hex editor from what i've seen that there header i belive (though i'm not much of a hacker) by the refrece to the name or they are compressed
  • Author
  • Localization

Xiron, posted Fri Nov 13, 2015 11:59 pm (9690)


Well, we certainly got SOMETHING from that. No idea what, they doesn't look very image-y (or gif-y) to me when comparing it to a standard .gif image. Then again comparison is all I've really got because I'm not an image expert. :P
  • Author
  • Localization

Xiron, posted Sat Nov 14, 2015 11:31 am (9713)


Awesome, thanks!
It's too bad, I can view the images in my explorer.exe with SageThumbs, but I can't open them with windows photo gallery or Paint.NET.
Thankfully, I can mass-covert them with SageThumbs so I can use them. :P
  • Author
  • Localization

aluigi, posted Sat Nov 14, 2015 11:37 am (9714)


I guess that problem is caused by the negative X and Y that some programs may not handle correctly.
If you want to know the tech stuff behind my choice search the following on google: bitmap upside down

It's possible to make them compatible but it requires some work.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.