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?
# 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