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...
Beyond Space Remastered Edition - game.res editing
-
- Posts: 30
- Joined: Sun Feb 25, 2018 4:27 pm
-
- Posts: 30
- Joined: Sun Feb 25, 2018 4:27 pm
Re: Beyond Space Remastered Edition - game.res editing
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.
If so, could you confirm here that the file is not extractable?
Many thanks.
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Beyond Space Remastered Edition - game.res editing
Code: Select all
# 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
-
- Posts: 30
- Joined: Sun Feb 25, 2018 4:27 pm
Re: Beyond Space Remastered Edition - game.res editing
Worked like a charm, Ekey!
Thank you very much. Made me happy.
I'm off, modding!
Thank you very much. Made me happy.
I'm off, modding!