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.

Beyond Space Remastered Edition - game.res editing

Featured Replies

  • Author
  • Localization

cornel, posted Fri Nov 01, 2019 2:07 pm (51824)


So I got stuck with a big modding project and wanted to take my mind off it and do something else and simple for a while... I have this little 3D space shooter that I kinda like, so I wanted to try and modify it to my liking...

Does anyone her know if (and how) it is possible to edit (extract and reinsert) game resources from the game.res file of the Beyond Space game?

Here's the file in question: http://www.mediafire.com/file/n4dmrw6km ... e.res/file

I'm attaching the results of running the filecutter.bms script on the game.res file, in case it's of use to anyone reading this plea for help ;)



Here's hoping...
  • Author
  • Localization

cornel, posted Sat Jan 11, 2020 10:20 am (53158)


Did you have the time to take a look at this, Luigi?
If so, could you confirm here that the file is not extractable?
Many thanks.
  • Author
  • Localization

Ekey, posted Sat Jan 11, 2020 2:42 pm (53165)


Code:
# Beyond Space Remastered Edition (RES format)
# script for QuickBMS http://quickbms.aluigi.org

get FILES long
for i = 0 < FILES
    get ENTRY_OFFSET long
    savepos TMP
    goto ENTRY_OFFSET
    get SIZE long
    get NAMESZ long
    getdstring NAME NAMESZ
    savepos OFFSET
    log NAME OFFSET SIZE
    goto TMP
next i
  • Author
  • Localization

cornel, posted Sun Jan 12, 2020 12:22 am (53182)


Worked like a charm, Ekey!
:)
Thank you very much. Made me happy.
I'm off, modding!
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.