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.

LOTR Aragorn's Quest .res format help!

Featured Replies

  • Author
  • Localization

mattzocrazy, posted Thu Mar 16, 2017 1:47 am (21507)


Hey guys! i've been trying to extract models from the game aragorns quest for the wii for a while but as far as i can tell it doesnt use BRRES models and i cant figure out how to extract them
the models are gorgeous by wii standards however:
Image
Image
Image
the files are encrypted and since this was outsourced to a different company for this port (Which weirdly has better qual models than the first party PS3 version)
heres a sample:
http://www.mediafire.com/file/h2qgqmyqj ... _Level.res
if anyone can help crack these open thatd be awesome!!! :D
  • Author
  • Localization

OClear, posted Thu Mar 16, 2017 2:39 am (21508)


It's a chunked file resource with many types of data. I see textures, sounds, bone names, etc...

Traversing the chunks is relatively easy:

Code:
while(EOF) {
   DWORD chunk_id;      // 4-letter id reversed
   DWORD chunk_size;
   DWORD chunk_unk;

   // advance to next chunk, chunk_id not included
   ptr = (chunk_size-8);
}


You'll just have to take it from here, as I got my hands full with something else. Good luck!
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.