Skip to main content

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

haroldo-ok

425
Posts
2
Topics
339
Followers
872
Following
A member registered Oct 14, 2015 · View creator page →

Creator of

Recent community posts

You're welcome

Thanks, and you are welcome!

Hello, Carlos!  

For now, I'll probably be working on vcs-game-maker and SMS Puzzle Maker. 

As for the if block, it is implemented and should be working.

Hello again! 

Sorry for the delay; the bug has just been fixed:

https://haroldo-ok.itch.io/vcs-game-maker/devlog/1323579/version-0474-fix-bug-when-switching-animations

I'm glad to help.

Here's an example:

https://github.com/user-attachments/files/24609767/VCS.Game.Maker.-.wrapping.roo...

Glad to help.  As for how to wrap around, you could modify the coffee to return to the first room after leaving the last one.

Okay, here's an example that links up 3 rooms that you can navigate by leaving through the top or the bottom:

https://github.com/user-attachments/files/24585422/VCS.Game.Maker.-.upper.lower...


Hello; sorry, I wasn't able to take a look at it, yet.

Hello; sorry, I wasn't able to take a look at it, yet.

Ok,  I will try to create an example ASAP,

Ok,  I will try to create an example ASAP,

(1 edit)

Hello and thanks! From the screen grab, it seems to be a good start but it is only checking if the player is leaving from the top.

I just used vgmcheck to test it: https://www.smspower.org/forums/12009-VgmcheckExtractLoopAndTimeInformationFromV...

I took a look at both "Actraiser - Fillmore.vgm" (from SGDK examples) and "golf.vgm" (from "free-vgms") and those were the results:

D:\Pessoal\Util\vgmcheck-2.0>vgmcheck "Actraiser - Fillmore.vgm" 
--Raw VGM information-- 
Total samples: 2275559 
Total time in mm:ss: 0:51.60 
Loop start: 17639 
Loop start in mm:ss: 0:00.40 
Loop time: 2257920 
Loop time in mm:ss: 0:51.20  
--Usage in SSBB-- (.brstm conversion) 
New loop start: 28672 
New loop end: 2286592  
D:\Pessoal\Util\vgmcheck-2.0>vgmcheck golf.vgm 
--Raw VGM information-- 
Total samples: 1693440 
Total time in mm:ss: 0:38.40 
Loop start: 1693440 
Loop start in mm:ss: 0:38.40 
Loop time: 0 Loop time in mm:ss: 0:00.00  
--Usage in SSBB-- (.brstm conversion) 
New loop start: 1705984 
New loop end: 1705984

It seems that "Actraiser - Fillmore.vgm" has a loop set up on it, while "golf.vgm" does not have a loop. (it's loop time is zero)

It looks like in order to use "golf.vgm" in a loop, it will be necessary to edit it in order to explicitly define loop ponts on it; please see: https://vgmrips.net/wiki/Manual_looping_tutorial

(1 edit)

Just tested one of the short melodies from "free-vgms", and indeed, the music is not looping.

Maybe it's a non-looping VGM? I'll have to take a look at that later.

Thanks! In theory, it should work on all genesis-compatible VGMs, but I wil take a look.

Hello! 

That's a weird behavior ; the sound effect should play just once, while the music should loop. 

Could you show the script that caused the bug?

You're welcome!

(1 edit)

Hello! Unfortunately,  the function bocks arent working, yet; they will be implemented eventually, but there will be limitations due to Atari 2600's small amount of RAM.

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

You could check if the missiles collided with the ball and increase the score accordingly.

Setting the ball height to zero should hide it.

Thanks, sounds like a good idea: https://github.com/haroldo-ok/CVBasic-emscripten/issues/61

I am thinking about making a similar tool for visually generating code for the CVBasic compiler, but its possible that the current approach (individual variables) won't work when one has lots of sprites available. Maybe using a more scratch-like block language would work better on this situation, even though the conversion of the code would have to be less direct.

Thanks! I'm not too worried about translating the tool at the moment, but may end up doing it in the future. 

You're welcome!

No problems,  you are welcome! Unfortunately, I haven't fixed that bug, yet.

Hello,  again!

Yes, the playfield does have an extra row that only becomes visible after scrolling:

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

You can even draw to it using the pfpixel command.

Clever use of this trick can be used to implement infinite scrolling. 

Hello!

Hi, sorry for bothering you so much, but this time I just can't figure it out. I'm the one who's stuck and can't see the error or what's happening. Why does the sound from the second routine always play in both routines? All the instructions execute correctly except the sound.

Seems to be that both 'if' blocks are being executed, and both blocks are setting up to play a souns on channel zero; as a result,  only the last sound gets played. 

One other thing I'd just like to point out. Sometimes I set the backgrounds with a numeric variable instead of a name. On different occasions, the first background is number 0, and on other occasions, the first background is number 3.

I will have to take a look at this later: https://github.com/haroldo-ok/vcs-game-maker/issues/193

Many thanks for the report

Yes, BlocklyVN8Bit BlocklyVN8bit is a pretty nifty tool, too. 😉

(1 edit)

Hello, and thanks for your interest!

Hi, it's not that important but I'd like to know why when I change the animation duration and exit the screen it goes back to 10

It just doesn't seem to work. I think I've tried every possible combination.

Yes, there's a pending issue over that, but it is weird that the usual workarounds aren't working: https://github.com/haroldo-ok/vcs-game-maker/issues/174

Hello; yes, that part is still a little glitchy; please, try clicking outside the duration input, without exiting the screen and afterwards leave the screen for real; it should work around the bug

Thank you

Since it's only using the standard kernel for now, it may be implemented, but will take a while to arrive at this part

That's weird; try pressing Ctrl + Shit + I to open the developer console; please try to see if the developer console has additional error messages

Hello! 

Thanks for the suggestion; I took notes to implement this later:

Awesome!

It must be some version of Batari BASIC prior to 1.2, since it does not recognize the "-v" flag

Hello!

It's a relatively old version, about 4 years old; I will check the specific version number later 

You are welcome