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.

GameOver Games Resource File (.go)

Featured Replies

  • Author
  • Localization

Nicknine, posted Mon Jul 22, 2019 5:20 pm (49477)


Games developed by GameOver Games store their assets in GO files, I've mostly figured out the format but the files appear to be compressed. I would like to have this looked at. Here are samples from Arkanoid: The Virtual Isles: https://www77.zippyshare.com/v/O3Sdv034/file.html
  • Author
  • Localization

Nicknine, posted Thu Jul 25, 2019 7:13 am (49995)


Solved.
Code:
idstring "GaveOverGames' Resource File"
goto 0x26
get FILES long
goto 0x100
comtype zlib

for i = 0 < FILES
   get NAME_OFF long
   get ZERO long
   get NEXT_OFF long
   get SIZE long
   get ZSIZE long
   
   goto NAME_OFF
   get NAME string
   savepos OFFSET
   
   clog NAME OFFSET ZSIZE SIZE
   goto NEXT_OFF
next i
  • Author
  • Localization

Nicknine, posted Thu Mar 12, 2020 2:32 pm (54580)


aluigi wrote:
Do you still have the same file?
I want to be sure that my original script http://aluigi.org/bms/gaveovergames.bms works on it.


Huh, I haven't noticed that script back then. It does work.

However, I have found an older version of this format and it appears to be using a different compression: https://www95.zippyshare.com/v/0IWuM8Yc/file.html
Could you identify the compression used here, please? It appears to be an LZW variant.
  • Author
  • Localization

Nicknine, posted Tue Mar 17, 2020 8:34 pm (54706)


I have tried comtype scanner and didn't get any 100% matches. But based on what I got, it seems to be an LZW variant. Or maybe I need to use one of the algorithms in QuickBMS with custom parameters?
  • Author
  • Localization

aluigi, posted Thu Mar 19, 2020 8:57 pm (54760)


I'm very close... but no.
I have updated the script but I have no idea what specific settings it needs or if there is something else.
Some files are perfect, most are damaged.
  • Author
  • Localization

Nicknine, posted Thu Mar 19, 2020 10:40 pm (54764)


Would it help if I provided the game's executable? This game is relatively simple so it should be possible to reverse it.
  • Author
  • Localization

aluigi, posted Fri Mar 20, 2020 8:57 am (54777)


In theory yes but, honestly, I'm not that motivated to spend time on it since I still have 10 pages of topics on the forum to review :D
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.