There's a bug in my game I can't seem to fix. I've got a bunch of actors in one scene that are supposed to be hidden when the scene is entered, but they don't disappear until after the screen fades in. Also, one of the actors doesn't appear when it should.
Never mind, I got it fixed. I just disabled automatic fade-in for that scene and added a manual fade-in event. It may have also helped that I cleared the build cache.
Thanks for raising this, I've just been looking into it. It appears to just be false positives luckily.
I rescanned the exact same zip file and it's now gone down to 2 reports, but from completely different vendors than before (the vendors that previously flagged it now say it's fine).
It seems that the issues are flagged from Squirrel (which is the library used on Windows for running the installer). Looking into it, looks like Squirrel sometimes gets flagged when it shouldn't https://github.com/Squirrel/Squirrel.Windows/issues/1116
For some reason, the button to add a new script is gone on my GB Studio. I tried to reinstall and that did not help. I thought it might be my project, so I created a new one and the button is missing there too.
Has anyone seen this before? I couldn't find anything when searching for a solution.
Adding to this - I just tried to delete a script to see if I hit some kind of limit (highly unlikely as I only have three scripts). Now I only have two because I can't recreate the one I deleted.
I would love to see something like Game Boy Studio, but for creating games for Windows with greater music and graphics options. I really like the ease of use to make something like a Zelda game, but the PC is my platform of choice. If you know of something like that--or have plans to make something like that, please let me know. GBS is awesome, by the way.
You have Pico8 , PQ93 and TIC-80 just with "Game Boy" alike... To move on to other genres you have tons of options , from GoDot, to RPG Maker, and even trying to use one of those obscure engines (there's one for making zelda games and other one for making warcraft 1 and 2 type games)
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.
Excuse me, I have a doubt when trying to use the portable version in Windows 10, Windows Defender blocks it because it detects it as a potential risk to the system. Is this application safe to use?
I noticed that if I have an actor firing bullets with a wait, if I repeatedly press start the bullets are fired continuously without pause. I cannot solve this in any way. I have noticed the same problem in many games made with gb studio.
Here's another idea. This might be the best one yet.
The current GB Studio version has a "Script Lock" event that pauses everything except projectile motion and sprite animation. If you place that before your dialogue event, you won't have to worry about bullets firing too soon!
I'm in love with this little game engine. Great work, thanks for adding to the list of things people can use to pick up game development now, as well as making it a unique concept!
My game has a problem where some of the projectiles either use the wrong spritesheet or are part of the wrong collision group or both. Is there a way to fix this, or will I have to wait until the next update?
Hi Levi, I've not come across this issue myself but if you could submit a ticket at https://github.com/chrismaltby/gb-studio/issues and provide as much information as possible, preferably providing a sample project that shows the same problem and we'll can look into fixing this
I was just thinking that since the newest version supports background tile priority, maybe you could alter the sample project to showcase that feature by applying tile priority to the arch over the bridge in Sample Town.
This is very cool looking. I've been on itch.io for a while but was not aware a system like this was evolving. Looking forward to checking it out. I've developed a couple of games with my own C# engine and am always on the lookout for ways to get young people into game creation as easily as possible.
I just think about how to get some tiles from other room and teleport to current location?! Because I need in left side different costumes and in right side different rooms
You can actually run these on a 3ds if you have custom firmware and convert it to .cia and install it with FBI. For my Game Boy games on my page i put the Virtual Console .cia along with the standard ROMs for people who actually have a Game Boy or GBA, or those who might want to play it on other consoles. Check it out!
Yeah, if that were to happen it would be very watered down and not as good because Windows is better fit for apps like this, while Android and iOS are not suited for an app like this. Even Roblox studio is only on PC.
← Return to tool
Comments
Log in with itch.io to leave a comment.
If you make a game in color-only mode, you should put a scene in your game that keeps the game from moving forward unless color mode is detected.
And I've found that scenes with automatic palettes may need a monochrome override if sprites are going to be displayed behind the background layer.
Sprite palettes are too limited. Think you can fix that in 3.2.2.?
No, that's due to the limitations of the Game Boy Color. You'll just have to either deal with them or work around them.
There's a way, which is overlaying 2 sprites on top of each other: https://www.reddit.com/r/Gameboy/comments/pntbwh/gameboy_color_sprite_limitation... Still not sure how you could do it in the GBStudio, but at least this could be a way to go about it
Yeah! The NES version of Mario is Missing! does that, and it's pretty easy to do in the sprite editor.
Just be aware that only ten 8x16 sprites can be displayed in one horizontal row.
Wow, Thanks!
Another idea: https://alberto-luviano.itch.io/nes-color-switching-demo
There's a bug in my game I can't seem to fix. I've got a bunch of actors in one scene that are supposed to be hidden when the scene is entered, but they don't disappear until after the screen fades in. Also, one of the actors doesn't appear when it should.
Never mind, I got it fixed. I just disabled automatic fade-in for that scene and added a manual fade-in event. It may have also helped that I cleared the build cache.
Analized it with VirusTotal, and 6 antiviruses founded that it's an "
trojan.jaik"
yikes.
(https://www.virustotal.com/gui/file/b4131a626f9ddb49eb1ef724fb913970c5794f79fe20... )
Thanks for raising this, I've just been looking into it. It appears to just be false positives luckily.
I rescanned the exact same zip file and it's now gone down to 2 reports, but from completely different vendors than before (the vendors that previously flagged it now say it's fine).
It seems that the issues are flagged from Squirrel (which is the library used on Windows for running the installer). Looking into it, looks like Squirrel sometimes gets flagged when it shouldn't https://github.com/Squirrel/Squirrel.Windows/issues/1116
ok tysm
VirusTotal will false-positive on almost anything. It always false-positives on Godot games. It's not reliable.
yes, i know it's difficult but...
ANDROID VERSION PLEASE 🥺
yes, i know it's difficult but...
Maybe you can try winlator first, a solution for executing win programs on Android
i forgot ...
i'll try ExaGear thank you
hmm, perfect
Are there any plans to implement exporting to .exe or .aab? Would love to be able to re-release a game I built in GBS 1.0.0 on the Play store.
For some reason, the button to add a new script is gone on my GB Studio. I tried to reinstall and that did not help. I thought it might be my project, so I created a new one and the button is missing there too.
Has anyone seen this before? I couldn't find anything when searching for a solution.
Adding to this - I just tried to delete a script to see if I hit some kind of limit (highly unlikely as I only have three scripts). Now I only have two because I can't recreate the one I deleted.
Also confirmed the same thing happens in light mode
FIGURED IT OUT
Just make the side panel bigger - for some reason the button disappears at a certain size. All good now.
I would love to see something like Game Boy Studio, but for creating games for Windows with greater music and graphics options. I really like the ease of use to make something like a Zelda game, but the PC is my platform of choice. If you know of something like that--or have plans to make something like that, please let me know. GBS is awesome, by the way.
You have Pico8 , PQ93 and TIC-80 just with "Game Boy" alike...
To move on to other genres you have tons of options , from GoDot, to RPG Maker, and even trying to use one of those obscure engines (there's one for making zelda games and other one for making warcraft 1 and 2 type games)
They are not the same in terms of ease-of-use.
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:
@echo off
start sameboy_winsdl_v0.16.2\sameboy.exe ".\sameboy_winsdl_v0.16.2\Rom\[YourGameName].gb"
Nice! Yeah that helps. I still hope for an expanded maker, but I appreciate the suggestion!
bruh it says GB not nes
Oh.
for me im on chromebook and am using linux and it doesnt work for me any suggestions on ow to deal with the problem I would love some help.
Are you using Linux terminal to it? Did you tried to use flatpak to install it?
Excuse me, I have a doubt when trying to use the portable version in Windows 10, Windows Defender blocks it because it detects it as a potential risk to the system. Is this application safe to use?
yes
thats when a program hasnt got a verified publisher attached to it, which normal people dont have because you have to get them from microsoft
Very cool! What's the license for content made on your engine?
The engine itself on github is under MIT liscense, so I suppose the games, are free of charge at all too. It's up to you.
I noticed that if I have an actor firing bullets with a wait, if I repeatedly press start the bullets are fired continuously without pause. I cannot solve this in any way. I have noticed the same problem in many games made with gb studio.
I've noticed that too. It won't have that problem if you attach a timer script instead, but you can only have four timers running at once.
thanks for the reply, all the projects I have seen so far have this flaw, I will try to use timers
Another thing you could do is add a loop like this:
Just replace 69 with the number of frames you wish to pass until the next part of the script runs (1 second is around 60 frames).
What kind of event would it be?
Here's another idea. This might be the best one yet.
The current GB Studio version has a "Script Lock" event that pauses everything except projectile motion and sprite animation. If you place that before your dialogue event, you won't have to worry about bullets firing too soon!
Sounds great, I don’t know much about the latest versions of gb studio, because I’m stuck on 3.0 for a game I’m making
how can you add an icon for it as an ap
I'm in love with this little game engine. Great work, thanks for adding to the list of things people can use to pick up game development now, as well as making it a unique concept!
My game has a problem where some of the projectiles either use the wrong spritesheet or are part of the wrong collision group or both. Is there a way to fix this, or will I have to wait until the next update?
Hi Levi, I've not come across this issue myself but if you could submit a ticket at https://github.com/chrismaltby/gb-studio/issues and provide as much information as possible, preferably providing a sample project that shows the same problem and we'll can look into fixing this
This looks cool! I can't wait for android version xD
I was just thinking that since the newest version supports background tile priority, maybe you could alter the sample project to showcase that feature by applying tile priority to the arch over the bridge in Sample Town.
Just a suggestion, take it or leave it.
Good idea!
Wake up Baby, the slopes are here
Finally, I can make my own Game Boy games
This is very cool looking. I've been on itch.io for a while but was not aware a system like this was evolving. Looking forward to checking it out. I've developed a couple of games with my own C# engine and am always on the lookout for ways to get young people into game creation as easily as possible.
Also as this says I should send it, I am doing so ;)
How can I change the language to English instead of the one used by my OS?
It's great to see the block's priority. But I'm still not going to update so I can finish my game on the previous version!
As a note to those trying to run this on Linux Mint:
Run it through the terminal with the --no-sandbox argument.
I can’t wait to try the update, I just hope the plutform plus plugin still works
I just think about how to get some tiles from other room and teleport to current location?!
Because I need in left side different costumes and in right side different rooms
You could try using GBVM to swap out the tiles.
This article will explain how.
You can actually run these on a 3ds if you have custom firmware and convert it to .cia and install it with FBI. For my Game Boy games on my page i put the Virtual Console .cia along with the standard ROMs for people who actually have a Game Boy or GBA, or those who might want to play it on other consoles. Check it out!
or just get TWiLight Menu++ and emulate it
TWiLight Menu ++ is useless when you can foreward nds games to your home screen and virtual console exists.
Can I also expect to get a andriod port in future?
I don't think so.
Yeah, if that were to happen it would be very watered down and not as good because Windows is better fit for apps like this, while Android and iOS are not suited for an app like this. Even Roblox studio is only on PC.
Where 3.1.1?
version 3.1.1 does not exist as a "stable" release as it was a dev build
dont wanna be mean but like, why not just place some random notes?
welcome! gameboy is fun!
idk what to do because the interface is confusing
1. i cannot change colors from the pallets, so i am stuck with the lightest colors
2. where do i add what button does what
Everything requires learning, but when you devote some time to it, everything seems simple and obvious.
Yeah, I’ve already got the hang of it. You just have to play around for a while
yoooo this game engine is so cool people from all ages can finally create their own video games! I personally like this tool it's really creative!
I agree! It's so awesome.
yes it even has features that are unbelievable!!!
Download works without any problems.
oh now it works sorry :P