Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It's possible, but it would be necessary to use Batari Basic's multisprite kernel, which, at the moment, isn't supported by vcs-game-maker

(+1)

There are possibilities for future release?

It's a possibility, but, for now, I'm still implementing support for the standard kernel 

(+1)

ok

(+1)

Haroldo how much of donation for that version working? 10 dollars are ok?

It's less a matter of money and more a matter of time..

(+1)

I understand. Thank you again!

You're welcome!

Dear haroldo,

I have found a trick programming by myself to add 3 players instead of one, i have to check if there is possibility to add more, this in Batari basic. Have a look at this game i have built as example SPACE AGED/ATARI 2600 by TreLeMaTechnology

(2 edits) (+1)

This is the trick, it could be you add it directly in vcs game maker: In Batari Basic under playersize0 or 1 or both  write =0E you will magically have 3 players or 6 in 2 players mode.

Oh I see, that's is what you were talking about?
Yes, you can already do it with the current version.

(1 edit)

"In Batari Basic under playersize0 or 1 or both  write =0E you will magically have 3 players or 6 in 2 players mode."

Oh, I see, that's the feature you were referring to. I thought you were asking something more complex. 😁

You can already do that in VCS Game Maker by using the "Player X set width/quantity to" block:

(+1)

Great To know!

Nice!