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.

Lords of Football - *.gw

Featured Replies

  • Author
  • Localization

AlphaTwentyThree, posted Wed Aug 12, 2015 12:05 pm (6833)


Nobody got an idea? :\
  • Author
  • Localization

atom0s, posted Thu Aug 13, 2015 12:12 am (6841)


From the look of this, these files have their 'header' table appended to the bottom of the file. The last 0x34 bytes appear to be what you are interested in looking at.
  • Author
  • Localization

AlphaTwentyThree, posted Thu Aug 13, 2015 8:47 am (6843)


Ok, got it at least for the small files:
Code:
# extract the dlc**0000.gw of "Lords of Football"
#
# written by AlphaTwentyThree of Zenhax
#
# script for QuickBMS http://quickbms.aluigi.org

goto -0x2c
get INFO long
goto INFO
getDstring DUMMY 0xc
get FILES long
math FILES /= 0x10
goto INFO
for i = 1 <= FILES
   get UNK1 short
   get UNK1 short
   get OFFSET long
   get SIZE threebyte
   get DUMMY byte
   get NAMEOFF long
   savepos MYOFF
   xmath NAMEOFF "MYOFF NAMEOFF - 0x10"
   goto NAMEOFF
   get DUMMY short
   get NAME unicode
   goto MYOFF
   if SIZE != 0
      log NAME OFFSET SIZE
   endif
next i


However, there's also a 3.2 GB 1GB-split file that has a similar structure but is missing the TOC and correct name offsets.
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.