Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 4 to 32 of 566 · Next page · Last page

Are you looking to expand to make GBA games?

(2 edits)

im copying this from a thread in gbjam 12 (it's urgent):


basically im tryna use some GBVM in GB Studio to save my sanity from 20 different camera move events. however... the documentation says the 1st argument to vm_camera_move_to is a single argument (IDX)... for x AND y.

...what???

ive tried searching for similar commands, yet there seems to be NOTHING related to this with an example (what is this documentation bro)

how am i meant to pass 2 arguments in 1??

help

So I have a question that I can’t seem to find a proper answer for. I searched it up and got a lot of conflicting results, so I wanted to ask, are we allowed to sell any of the games we make in GB Studio or is this for more personal games? I know that we can put them up for free and all, but what about selling them?

(+1)

Yes, you can do whatever you want with the games you make :-) Some people sell them here on Itch.io, I’ve seen some on Steam and there’s even some on the Nintendo Switch!!

Now I've made a change to my music file, and the build is being canceled whenever I try to run or export it. This wasn't happening before in version 4.1.2, but now I can't run the game. I've tried clearing the cache and everything.

(1 edit)

I switched back to 4.1.1 and realized why my game kept being canceled. It didn't show me the error until I switched back to 4.1.1.

The problem was that there was no background assigned to one of my scenes. I've posted the issue on GitHub.

(+1)

Thanks Levi! I've just released 4.1.3 which includes a few more bug fixes and make sure this error appears correctly again :-) The error message now also includes a link that you click to jump to the scene that has the missing background

(-1)

make a version for brick game iam from argentinaa

(-1)

very goooooooooooooooooooood, thanks for add gooooooooooodextremeeeeeeemememm mooodes, game boy color and gb printer, thanks you, but make more simple the goombas and koopas ai, i use gb studio and i make mario games and more platformer games, thaaaaaaaaaankyouuuuuuuuy iam from Argentina 

(+2)

I can't believe how far this project has come,

Deleted 1 day ago
(+1)(-1)

yes, very required, tag chris malgtby


I hope you will make a version to make GBA games

Why is there a delay between parts of a multi-part dialogue event now?

There shouldn't be any change with multi-part dialogue events with this update. Do you have an example project that's working differently between 4.1 and previous versions? If so could you share at https://github.com/chrismaltby/gb-studio/issues Thanks

(+1)

Hi Levi, I believe the issue you were seeing was this one https://github.com/chrismaltby/gb-studio/issues/1571 which should now be fixed in version 4.1.2 :-)

Yes, that was it! Thanks for getting that fixed.

(+2)

new update sounds soo peak!

I've given my characters personality with their own text sound.

(+1)(-1)

Hi Chris. Am trying to get this booting up on Macbook Pro 14" 2021 M1, running macOS Ventura. V 4.0.2 Apple Silicon is not opening and becomes unresponsive!

I may have been a bit ambitious with all the programs I had running... all working now! Cheers, mate

Ah perfect! I actually do all the development for GB Studio on a 2020 M1 Mac Mini running Ventura so was pretty sure it should have been working!

(-1)

upgrade to windows 10 bruh.__. (humor do not ban me)

(+1)(-2)

cAN RUN ON GAMEBOY?

maybe using flasher catridges and game boy advance sp 101 for retroilumination and retrocompatibility

bro I did it on a Gameboy with a flash Cambridge for. Wow. Now I can have new games lol

(+2)

I just downloaded this recently to toy around in it and I'm immediately impressed. I can't imagine how hard it must have been to create such a tool all while making it fluent and easy to understand for the user!

(+2)

Thanks! I definitely try to make the app as easy to use as I can, it’s a challenge for sure and I still think there’s a long way to go but I’m glad you appreciate the effort :-)

We need to get that monochrome gb to stop lagging and it needs to run fully OK?

The original Game Boy unfortunately doesn't run as fast as the Game Boy Color. You may need to remove some scripts or actors to get it to run the way you want it to.

DevChild in a video says of the gb has minor potence and gbc more potence

(+1)

Thank you very much for keeping this updated - I was surprised when I finally opened the setup file again after over a year to find-out there was an update just less than a month ago. ;) ~KC

(+6)

Thank you for creating GB Studio.

(1 edit) (+1)

I wonder if in a future update you could have tile mirroring for GBC games. It could help to save VRAM space.

Will the bew 4.0 version run okay on an older Mac… say 2015 model

You could launch GB Studio for android just like Godot was launched for android?

(+1)

I don't own anything that can run Android so it's unlikely, sorry.

I am interested in making a web browser based version but it would be a large project that I can't commit to at the moment.

(-1)

dooooooooooooont make android, for android make other engine style roblox, game creator or julians editor

(-3)

how do you even use this?

(+2)

Do you have a specific thing about GB Studio you're confused about, or are you just confused on how to run and utilize the software in general?

using the software. (making games)

(1 edit) (+1)

I don't mean to insult your intelligence, but without specifics I just have to explain all the basics. I recommend, if you don't have an artist handy and you need to make your own assets, getting an art software that is good for pixel art (Aseprite is what I use). You can also check check out the Community Assets repository. You can just go into your project folder once it's created and put .png files into the appropriate places in your project's "assets" folder.

 I'm assuming you can run the installer and find the program. Once it's open, There are three templates you can choose from. If you don't want to repurpose their prebuilt example games then I suggest choosing the blank template. Change the project name to whatever you want and click "Create Project." The Studio points you to a "+" sign in the top left of the UI. Click that and then click the empty space in the middle, that will create your first scene. 

After that it's kind of up to you. GB Studio is very user friendly and does a lot for you automagically. For more functionality than just having collision, unresponsive NPCs, and a moving player character in a white void, you'll need to use programming. GB Studio uses drag & drop blocks, no language knowledge really required. There's even a handy dandy search bar so if they have it, you can find it pretty quickly.

Checking the docs for GB Studio would be a good start if you need specific explainers for particular functions/aspects for the program, it's here: https://www.gbstudio.dev/docs/

GB Studio Lab has some tutorials I found useful for more advanced stuff you'll need to learn actual scripting language for, it's not too bad though. I believe you can also make custom plugins in Typescript and assembly language, though don't quote me on that. 

For even more you can check out projects and templates others have done that you can download directly and open in the Studio. I just completed a basic Blackjack minigame that could help you (if you can make sense of my spaghetticode) and it's on my page here on itch.io, it's free unless you feel like donating. If you need help with programming, I'm sure I can answer, but the internet is full of people much smarter than me.

Hope some of this is helpful :)

i know how to open programs and more but im talking about the software its self and also thx for following me!

That's still very unclear but I hope at least some of what I said was helpful.

search tutorials bruh.__.

Deleted 41 days ago

Hi Levi, do you mind sharing a screenshot of the script you’re using to do the increment + wrap around? If you’ve not tried already the official GB Studio Discord is a great place to chat with other devs to solve problems like this :-)

I just figured it out. For some reason, there was an extra script in my code that I had put in there by mistake. It's fixed now.

(-4)

Hi, Chris, make one of NDS

(+3)(-1)

I think you should make one for NDS C_bot, I believe in you! :-) 

I thought about it but my programming knowledge is still very limited, I don't know how to make software, only games. 

my lenovo ideapad 320 (this be called potato, lenovo stop of making longer names): explodes****

This morning, I tried running my project, and I got bombarded with a bunch of errors saying that some globals were undefined. No matter what I did, nothing fixed it. To make sure I wasn't crazy, I made a fresh new project and didn't alter it at all. Same exact batch of errors.

(1 edit)

Like, I don't know what to do, there's so much crap happening.

Hi L & R Buttons, that's very strange, could you maybe try clicking "Build Options" and selecting "Empty Build Cache" from the menu, and trying to build again? I'm wondering if it's compiled a file incorrectly and is stuck using a cached version of that file for some reason.

The other thing you could try is going into your temporary folder (which you can find in the application preferences)

If you open that folder it will contain "_gbsbuild", "_gbstools", and "_gbscache". Try deleting all three of these folders, restarting GB Studio and trying to build again.

Please let me know if either of these methods fix the issue for you as it will help me track down what could have happened to prevent the problem for others in the future.

(+1)

Thanks for the help. Yeah, turns out all I had to do was clear the cache. 

Perfect, thanks for confirming! I'm going to try updating the app to clear the cache automatically if a build fails like this, that way it would have failed the first time still but would have starting working the next rebuild.

Oh, and I don't know if you're open to suggestions, but for the game I'm making, I want to be able to craft items from stuff in the player's inventory. I could probably find a way to do it myself, but I'd appreciate if there was a function built in for simplicity's sake.

I'm surprised you don't have a build yet for the raspberry pi...

Hi Gerold55, I would definitely like to, I even bought a Raspberry Pi specifically for this. Unfortunately I’m being held up by something outside of my control at the moment. You can follow the progress here https://github.com/chrismaltby/gb-studio/issues/1406

Hi, Chris. Can you help me with something?

(2 edits)

When I run my project, I get this error...

No such file or directory

error: can't open build/rom/game.gb: 

Warnings:

- No such file or directory

- error: can't open build/rom/game.gb:

That folder should be created automatically when exporting a ROM file, but if you get that error, maybe you should try creating the folder yourself.

Which path to create the folder build/rom/game.gb: ?

(1 edit)

after the update i created a new project and was having fun. After some hours, an error occured on the debug console. I tried to discover what the problem was. I discovered it was a scene. I click on that scene and my GBstudio window goes white, i saved bc i was worried i would lose all my work. I close GBstudio. I re-open GBstudio, click on my project and it's closing itself. Fix your thing GBstudio

the error on the debug console was

TypeError: Cannot read properties of null (reading 'script')

Hi SuperOddone, that's very strange. Would you be happy sharing your project file with me? I could have a look what happened and see if I can fix the project so it opens again (and update the app to prevent the problem happening again). If you email it to my first name DOT my last name @ gmail.com (c***s.m****y@gmail.com) I'll see what I can do!

(+1)

ok thanks

Viewing most recent comments 4 to 32 of 566 · Next page · Last page