Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 36 to 75 of 105 · Next page · Previous page · First page · Last page
(+1)

yea!

(+1)

Did you hear about the 7800+? Everyone on the AtariAge forums has been hype about it; so I got an idea for you to consider in the near future: the PROSYSTEM GAME MAKER, a drag-n-drop similar to the VCS Game Maker, but uses 7800Basic instead of batariBasic.

Anyhow, thanks for making things easier for many of us. <3

(+2)

Could be a cool idea for a future project. 😉

(+1)

It can be, especially when the 7800 is capable of taking image files as sprites like the Master System (and maybe the NES iirc).

(+1)

And also when is the vcs game maker download gonna be updated to 0.23.0

(+1)

Yep, I gotta remember to update that one.
https://github.com/haroldo-ok/vcs-game-maker/issues/96

(+1)

Ok

(+1)

Okay, the new downloadable Windows version is now available!

https://haroldo-ok.itch.io/vcs-game-maker/devlog/787009/version-0231-now-comes-w...

(+1)

Cool

(+1)

When sprite update

(+1)

There is a work in progress version, but it is still too glitchy to release:
https://github.com/haroldo-ok/vcs-game-maker/issues/86

It will be released once it's stabilized.

(+1)

Cool

(+1)(-1)

hey haroldo-ok can you make a function to create lines

and be able to modify them with variables?

(+1)

Depends, what kind of lines? It is possible to create vertical lines of arbitrary size using missiles or the ball; also, since it uses the standard kernel, it should be possible to change the background blocks on the fly, though there are no blocks implemented for that, yet.

(+1)
Atari 2600 Longplay [004] Pitfall! animated gif
(1 edit) (+1)

I see. AFAIK, Pitfall uses the ball for implementing the vine; unfortunately, batari Basic does not support custom slopes for the ball; it is always drawn as a vertical line.

(+1)

Magik [prototype]


(+1)

Predict! Predict!
AtariProtos.com - All Your Protos Are Belong To Us!
Atari Compendium

Chiphead - an Atari 2600 demo by KK/Altair^DMA - YouTube

Buy Atari Game Out | UP TO 53% OFF

Plasma - An Atari 2600 VCS Demo

(+1)

Made a very very small game, had to modify the generated code to move the player1 sprite around randomly on hit. Not sure if that is possible in vcs game maker yet?

https://themitchnz.itch.io/mini2600

(+1)(-1)

Nice game! The "Random 1 .. 255" block should do the trick:

(+1)

I couldn't figure it out, as I need the x position to be within 20-100ish otherwise it was going outside the playfield, and getting stuck by the collision. Tried using some while / if statements to get the number in the range but it wouldn't work. By hey, a perfect reason for displaying the generated code!

Having a random number return between [num] and [num] would be perfect.

(+2)

Okay, opened an issue for future implementation: https://github.com/haroldo-ok/vcs-game-maker/issues/95

(1 edit)

Partially implemented; please see https://haroldo-ok.itch.io/vcs-game-maker/devlog/801540/version-0250-more-flexib...

(+1)

Do you think you could add a hud-like feature soon? I’m thinking there could be both the score and another meter on the bottom, kind of like the Xanthiom homebrew?

It looks like it's using the playerscores minikernel... okay, I created an enhancement issue for adding support for minikernels:
https://github.com/haroldo-ok/vcs-game-maker/issues/94

(+1)

yea


(+1)

Awsome update dude

(+2)

I just wanna say this software has floored me. Its so cool to see more development tools in this style being created. And hopefully this will bring more attention to VCS homebrew. Since I feel like there's a lot to get out of the woodgrain warrior.

Thanks for the review!  😉

(+1)

YEA

(+2)

Is there a way to increase the sprite height? There is a way in VBb, so I was wondering if there was a way here?

Not yet, but it should be implemented in the future:
https://github.com/haroldo-ok/vcs-game-maker/issues/86

(+1)

Please keep me updated in case it is added

Whats VBb?

(+1)

Visual Batari Basic, kind of like this but a bit more powerful

(+1)

I like vcs better cuz vcs has mobile support

(+1)

AtariDash is in the works and it will be platformer

Added a platformer example:
https://haroldo-ok.itch.io/vcs-game-maker/devlog/826067/version-0290-platformer-...

(+1)

ok AtariDash might be possible earlier than I thought, by using different backgrounds, background set-to blocks, always move 1+ x for player, if player x > 200 set x to 1 set background to current background (+1)

cool

(+1)

Omg 0.20 is out

(1 edit) (+3)

Wait, ataridash is even more possible with the new animation block, the only problem is making an actual level is impossible, there would need to be a feature to add multiple custom sprites

(+2)

(Platformer level)

(+1)

YEEEEESSSSSS YEEEEEEEEESSSS YEEEEEEEAAAAAAAAAAAAAAA-

(+2)

Bro has got to be a robot a whole animation closer block in just a few days

(+1)

a question, and the musi sequencer?

(+1)

Not implemented yet, but should be implemented someday:
https://github.com/haroldo-ok/vcs-game-maker/issues/46

(4 edits) (+1)

Honestly its such a overhaul from when I last saw this. Now I can easily do a RPG engine with a title screen, multiple rooms and randomish encounters all within a single day.  This is incredible and refreshing too as now I have to build up things by just using the parts before me.

Thank you for everything that you've done thus far. And hopefully I can continue to watch your improvements as its super fun to use

also if I can manipulate the looks of the sprites I'd love to know how as that would be the icing on this 128 byte cake

(1 edit) (+3)

Very nice! Thanks for the review!😉

(+2)

wow

(1 edit) (+2)

I know the engine is quite a feat. Imagine when I get my hands on the v-blank. Then I can draw some crazy stuff

(+2)

It would be amazing

Fr

how complicated is it to make new rooms? Sorry I just found this page and was gonna start messing around with it later on. It looks much easier than normal atari coding.

from my experience it's as simple as making a new one

(+1)

Alright I'm super excited

(+1)

NO MORE SPRITE MISSILE BUGS?

(+2)

There were bugs??

(1 edit) (+1)

yes

(+1)

Another new uodat les go

(+1)

YEAAAAAAAAAAA

(+1)

Multi sprites:

color sprite:

I think it is very complex to implement all that

(1 edit)

Oh, I also forgot the NUSIZn registers:

https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#nus...

Though, since the tool is using the standard kernel, it won't be possible to reuse the sprite on multiple lines; still, it should be possible to use NUSIZn to change quantity and size for a single line.

https://github.com/haroldo-ok/vcs-game-maker/issues/47

(+1)

O version 0.18.0 there are now blocks for setting player width/quantity and missile width.

(+1)

Bro predicted it 😱😱😱

(+2)

vcs game maker in 3024

(+1)

I forgot that one; https://github.com/haroldo-ok/vcs-game-maker/issues/77

(+2)

Chat is this real

Deleted 295 days ago

Version 0.19.0 adds support for multiple player animations:
https://haroldo-ok.itch.io/vcs-game-maker/devlog/744322/version-0190-is-now-avai...

new updateeee :D

Found a really nasty bug when using nested `if` statements. Gotta fix that one as soon as possible: https://github.com/haroldo-ok/vcs-game-maker/issues/68

OK, bug fixed.

(1 edit) (+1)

Maybe next update could add sprites? And stuff to make different kinds of games like platformers and stuff, that'd be pretty cool

(+2)

Sprites are already availale, but generating genre-specific code is an interesting idea

(+2)

I mean like you could press a plus button and you could press a floor button to add a floor to the game and move it around, kind of like scratch's ui

(+2)

That would be challenging, but still possible.

(+1)

Or maybe there could be a sprite thats like the player tab, but when you add a thing in that tab it adds a new player-like thing and the player-like thing is an object

(+1)

That would be possible, but it would have to take in mind the limited amount of RAM on the 2600

Added a platformer example:
https://haroldo-ok.itch.io/vcs-game-maker/devlog/826067/version-0290-platformer-...

LETS GOO SOUND

(+1)

BROOO SOUND YEAAAAAAAA

(+1)

Nice update

(+1)

random numbers, yea

(+1)

Do you plan on making a downloadable offline version for mobile devices?

(+1)

Maybe it could be wrapped inside an app.

(+1)

Cool

(+1)

This is insanly cool, are you planning on making a ds or nes game making engine?

(1 edit) (+1)

Thanks! I have no plans for that at the moment, but could be a consideration for the future...

(+1)

Cool!

Btw are you still updating this game engine?

Very slowly, but yes

(+1)

cool

(+1)

Hi again! When I downloaded offline version I ran into some issues :(

1. For some reason, most graphical icons are non existent (for example, those in sprite editor)

2. Most critical bug: creating variable doesn't work. I toggled developer console on for this one, but seems like nothing was traced into it

Okay, I will take a,look at this later

(+1)

nice update! Could it include image to atari as a background import? 8bitworkshop IDE [atari8-800] - viewer-seurat-atari8.d.asm there are different image to atari  methods. also does it have random? thanks

Hello!

(+1)

wondeerful and wonderful!

Hello, again!

Random number generation is now available:
https://haroldo-ok.itch.io/vcs-game-maker/devlog/732734/version-0150-is-now-avai...

(+1)

Nice

Image importing is now available!
https://haroldo-ok.itch.io/vcs-game-maker/devlog/747637/version-0210-importexpor...

(+1)

great! does it automatically change the image to fit or does image need to be set a certain way beforehand? I can only see v .14 to download...

It scales down the image to fit the size of the player or background that's being replaced. 

Yeah,  I haven't updated the downloadable version, yet, but the online version is updated. 

i see! It seems to work best on 1 bit small pixl images as here:

but is there a way to "double" the blocky graphics on screen for more detailz like in a game such as turbo arcade:

 TURBO ARCADE - An awesome racing game ... either way keep up the nice work!

Not on Batari Basic's standard kernel; something similar to Turbo would probably require a custom kernel

Viewing most recent comments 36 to 75 of 105 · Next page · Previous page · First page · Last page