Stoked!
Grave Reaper Cushions
Creator of
Recent community posts
I'd love to know what's going on under the hood here, this is a fine start ๐
Just by way of a bug report, this build (v0.10) did break for me at one point - after fighting another two foot soldiers, during which the camera is static, instead of the camera unlocking and scrolling again, in this one instance the camera unlocked to focus back on the player, then locked again - I was able to resume normal play by moving offscreen over to the right until I hit the next trigger, after which everything returned to normal.
I'm sure I'm not saying anything you don't already know, but for what it's worth, there are many of us who are very opposed to the bullshit taking place right now. I don't know how motivating the old adage don't let the bastards grind you down is going to be in this moment, but I'll put it here all the same.
Granted, "bastards" isn't strong enough a word...
Bio Menace, nice! ๐
Props for going through that lengthy process then! I assume you did similar for sounds and music, i.e. record audio while the game was running?
Would you be able to put the assets in a zip folder then add it to the remaster's downloads? That'd be the easiest way to share them, plus they're available if anyone else in the community wants to do anything with them.
GB Studio is my main engine at the moment, so I'm into the idea of adapting FPS games as top-down shooters for the Game Boy, but I'm also planning to get back into Godot then develop an adaptation in higher fidelity as well - going for the PS1 aesthetic at the very least.
The .gb file can be run on PC through an emulator, and there's also the SameBoy pack - SameBoy being a Game Boy emulator itself. I've included a .bat file in that package which launches the emulator with the game already loaded - you may need to adjust some of the emulator settings when running for the first time (I think SameBoy defaults to DMG - that's the original monochrome Game Boy model - so you'd need to choose Game Boy Color instead).
Thank you very much! The 8-way template project is available to download - made in GBS 3.1.0, but I imagine it'll run fine in GBS4:
gb studio 8-directional twin-stick shooter demo by Grave Reaper Cushions (itch.io)
So this isn't quite what you're looking for, but there are a couple of ways you can turn a GBS-made game into essentially a Windows executable:
- Once your ROM is exported, bundle it with an emulator then create a .bat file to immediately launch the ROM (I've been bundling my GBS games with SameBoy this way)
- I first made a "Rom" folder within the SameBoy directory
- (Obviously) I put my ROM in it
- I made a .bat file (which, if you're not familiar, is as easy as creating a .txt file then changing the file extension to .bat) containing the following code:
@echo off
start sameboy_winsdl_v0.16.2\sameboy.exe ".\sameboy_winsdl_v0.16.2\Rom\[YourGameName].gb" - When you run the .bat, the emulator will launch straight into your game.
- There's also a tool called Bubble Wrap, although I haven't tried that one out myself yet.
Thank you very much, Impy! ๐
Y'know, I'm not sure I ever considered the cumulative points thing... ๐ค somehow ๐คจ There's definitely a downside to the way the game is currently set up, where the act of clearing one full tier of unlocks is - relatively - quite the commitment - the core gameplay is kind of, sort of inspired by the barrel-breaking minigame from Street Fighter II after all, so retooling the progression with more of a coffee-break game vibe makes sense ๐ค
Oh, costumes unlock when a given difficulty is cleared. That is, all images unlocked, which requires smashing 199 objects in a single run (it does look like a lot when I read it back... ๐ ). There's a unique costume per difficulty - three difficulty settings, three costumes - plus one extra for clearing all three difficulties - clearing the theme in a sense.
(I'm thinking the FNAF and furry communities might appreciate Morag's fourth Easter outfit... ๐)