I promise you this is going to be my last post reply for this. I appreciate how you have answered my questions, and I have even found out how to get a generic jump working within the online coding system, but for some reason, it will not let me build (compile my rom for) my game anymore. Even when I make an important change, it is impossible to compile a rom now. Please help!
But, until it is implemented, the only way to see what error is happening is to look at the browser's console; try pressing F12, then clicking on the "Console" tab and checking what error messages appear there.:
I seem to be having a nasty bug where reguardless on what I do I cannot seem to edit after a certain period of time. Which is a shame as I had built a collision system and attempted to make seperate playfields.
No it simply just stopped making changes after awhile no error codes or nothing. And all I could do was play around with my half built ROM as reseting it didn't fix the bug either. No matter if add things or even delete code it still wouldn't update the build. But I'm definetly not too upset as the bug happened only a hour in and as you mentioned you've got a lot of things to do.
The game engine is fine but the emulator always doesn't load for me and I have to do very strange things to make it load, I would like the music tab to be there. In short, the programs are very good and I think they will have a very good future
If those happen to be the error, until the bugs get fixed, a workaround would be to, after finishing editing the images or the sprites, choosing the "Actions" tab to make sure the ROM is updated.
Also, there is a bug that may happen if you happen to have a small screen:
If that happens to be your case, until the bug is fixed, an ugly workaround would be to reduce the browser's zoom (on most browsers, <Ctrl> + <->decreases zoom and <Ctrl> + <0> resets the zoom)
If you open the browser's debug console, does some error message appear on the "Console" tab? The browser's debug console can generally be opened by pressing "F12".
Will there be any functions to change the color pallet mid-frame in the future? Because I see a ton of potential on what this software is capable of. And I totally understand this kind of thing take awhile so no rush.
Great project! I struggled a bit with the coding though. When I pull a "Repeat 10 times do"-loop into the Actions area, the emulator stops working. I looked into the generated code, but the loop there appears to be fine. Does somebody else have this problem as well?
Okay...so I've been discussing this tool on AtariAge Discord server. Maybe you could implement something like a genre template for things like shoot 'em ups and maybe platformers...?
Hello; I guess creating some specialized blocks implementing certain common functionalities from specific genera would be doable. Not sure when I would go back into this project, but it's a possibility.
Yes; I originally intended to display a few buttons on the top bar if the screen happened to be too narrow to show the leftmost panel, but kinda forgot to implement that . Currently, it hides the left panel, but does not display its supposed replacement in that situation; the lack of those may make the tool unusable if the screen happens to be too narrow. :P
A workaround until that is fixed would be to either increase the browser's window size, or reduce the browser's zoom level until the leftmost panel appears; this leftmost panel is required int order to access the sprite editors, the map editor and the project import/export functionality.
nice! Itd be neat if this could expand to other old platforms like c64, etc (not sure if thatd be possible though) i hope to remake some games in your engine.
โ Return to tool
Comments
Log in with itch.io to leave a comment.
Is there a way I can...
1. Make larger sprites? (I.E 16x32)
2. Make my character jump? (I.E platformer style)
1. Not really; due to hardware limitations, Atari2600 sprites are always 8 pixels wide; ways to work around this limitations would be:
- Either position the two players side by side, to simulate a larger sprite;
- Or use NUSIZ0 and NUSIZ1 to stretch the sprite horizontally:
-- See: https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#nus...
-- Unfortunately, VCS Game Maker does not support those variables, yet: https://github.com/haroldo-ok/vcs-game-maker/issues/47
2. You would need to program that; please see this discussion: https://forums.atariage.com/topic/213127-hm-how-to-do-a-simple-jump-command/
Thank you for responding, but I have another question.
Is it possible to
- Add more colors to a sprite?
- Add more sprites?
- Change background colors?
Hello, again;
> Is it possible to
> - Add more colors to a sprite?
Not yet, since the tool is currently focusing on the standard kernel; once that part is finished, it may be possible to look at other kernels.
> - Add more sprites?
Again, not yet, until it is modified to use the other kernels.
> - Change background colors
This one isn't implemented yet, but since it is compatible with the standard kernel, it should be implemented "soonish": https://github.com/haroldo-ok/vcs-game-maker/issues/37
I promise you this is going to be my last post reply for this. I appreciate how you have answered my questions, and I have even found out how to get a generic jump working within the online coding system, but for some reason, it will not let me build (compile my rom for) my game anymore. Even when I make an important change, it is impossible to compile a rom now. Please help!
Hello, again; no problems, feel free to ask.
There's an open issue to make the tool display the error messages in a convenient way:
https://github.com/haroldo-ok/vcs-game-maker/issues/10
But, until it is implemented, the only way to see what error is happening is to look at the browser's console; try pressing F12, then clicking on the "Console" tab and checking what error messages appear there.:
https://screenful.com/guide/how-to/how-to-open-the-browser-developer-console
Added a platformer example:
https://haroldo-ok.itch.io/vcs-game-maker/devlog/826067/version-0290-platformer-...
I seem to be having a nasty bug where reguardless on what I do I cannot seem to edit after a certain period of time. Which is a shame as I had built a collision system and attempted to make seperate playfields.
That's weird.. do some error message start appearing on the developer console (F12) when this problem happens?
No it simply just stopped making changes after awhile no error codes or nothing. And all I could do was play around with my half built ROM as reseting it didn't fix the bug either. No matter if add things or even delete code it still wouldn't update the build. But I'm definetly not too upset as the bug happened only a hour in and as you mentioned you've got a lot of things to do.
Okay, thanks for the report. ๐ Maybe if you could export the problematic project, I could take a look at why it stopped responding.
Thank you for your response anyway
No problem! ๐
The game engine is fine but the emulator always doesn't load for me and I have to do very strange things to make it load, I would like the music tab to be there. In short, the programs are very good and I think they will have a very good future
Thanks for the review! ;)
As for the music editor, I registered an enhancement issue so I don't forget about it:
https://github.com/haroldo-ok/vcs-game-maker/issues/46
As for the emulator problem, I would need more information to see what went wrong...
Will there be any functions to change the color pallet mid-frame in the future? Because I see a ton of potential on what this software is capable of. And I totally understand this kind of thing take awhile so no rush.
Hello; that's a possibility, yes, though, currently, I'm concentrating on making the default configurations of bBasic's standard kernel.
actually that's way cooler than what I was thinking. Thanks for the response
Thanks for the interest! ๐
IMO you should focus on supporting DCS+ one as it's most powerful and the limitations of it aren't really that bad.
Thanks! I will think about it, though, at the moment, the tool still only supports a fraction of the standard kernel..
Great project! I struggled a bit with the coding though. When I pull a "Repeat 10 times do"-loop into the Actions area, the emulator stops working. I looked into the generated code, but the loop there appears to be fine. Does somebody else have this problem as well?
No way, this is beyond awesome. Why have I not heard of this before.
Okay...so I've been discussing this tool on AtariAge Discord server. Maybe you could implement something like a genre template for things like shoot 'em ups and maybe platformers...?
Hello; I guess creating some specialized blocks implementing certain common functionalities from specific genera would be doable. Not sure when I would go back into this project, but it's a possibility.
Thanks for the reply. I might fork it and continue it if all else fails. I'll learn more about batariBasic first though
Thanks for the interest. ๐
Not a problem.
Added a platformer example:
https://haroldo-ok.itch.io/vcs-game-maker/devlog/826067/version-0290-platformer-...
Yes; I originally intended to display a few buttons on the top bar if the screen happened to be too narrow to show the leftmost panel, but kinda forgot to implement that . Currently, it hides the left panel, but does not display its supposed replacement in that situation; the lack of those may make the tool unusable if the screen happens to be too narrow. :P
A workaround until that is fixed would be to either increase the browser's window size, or reduce the browser's zoom level until the leftmost panel appears; this leftmost panel is required int order to access the sprite editors, the map editor and the project import/export functionality.
Good news! This bug has been fixed on version 0.11.2:
https://haroldo-ok.itch.io/vcs-game-maker/devlog/644599/version-0112-now-availab...
Sounds like a good idea; I will take a look at it, thanks. ๐
thanks
Hello again!
Version 0.16.0 has just been released, and it adds support for very simple sound effects.
Cool!
Are you also going to make a version for Atari 5200 and 7800?
Could be possible, if the 2600 version ends up working well enough,
really neat! request: edit sprite/graphics! Keep up nice work!
Thanks! The sprite editors are planned; the background editors are being implemented right now.
nice! Itd be neat if this could expand to other old platforms like c64, etc (not sure if thatd be possible though) i hope to remake some games in your engine.
Maybe it could be adapted to other platforms in the future, though it would probably keep its restrictions..
cool. is there going to be a way to "paint" collisions also? like gbstudio.dev has? Thanks!
For now, it will restrict itself to Atari 2600 hardware collisions; software-based collisions may or may not be implemented in the future;
Any possibility of having a version that we can download in the future?
I guess... there are ways to implement that.
Wow Atari! Awesome!
It's still in the early stages, but may soon be capable of creating some simple games. ;)
I can't get this to work!
OK... what platform are you using?
Windows 10, Chrome Version 91.0.4472.164 (Official Build) (64-bit)
Same here, seems okay; what kind of error are you getting? And what's your screen resolution, BTW?
This is the best tool for creating Atari 2600 games!
It's still in the early stages of development, but it will get there! ;)
It factually is the best tool for multiplatform support and accessibility