Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Kevman3D

24
Posts
97
Followers
11
Following
A member registered Jan 05, 2021 · View creator page →

Creator of

Recent community posts

CSpect runs off an SD Card image (the one you would have used when you set up the emulator - that has all the operating system, etc). You need to unzip and copy the files from here onto the 'SD Card' for the emulator.

The tool you need is HDFM-Gooey - its a file manager between the SD card image and the windows hard drive.  But what's also very cool is that it installs CSpect, check for updates, SD cards and can help get everything working...

There's a great tutorial that covers how to get started...  Worth a watch.

Good news is 1.1 is already in the downloads. :)

The added 'game options' will allow you to have up to 4 bullets at a time in both vertical and forward guns (which makes things a lot easier to shoot - especially when there are a constant stream of bullets), you can also give the aliens a longer wait before they appear one after the other (setting it to 5) so you get more time to shoot each one before they pour onto the screen and start dumping bombs down.

I think I also adjusted the bombing frequency to be slightly less at the start, but off the top of my head I can't recall.

The other options are more small 'features' - one switches off the ability to move while in the air if you want to make it a tad harder.  The Jump length can be tweaked to allow jumps to be longer or shorter (2 is the default) - though that can also lead to slightly harder game play as well.

(1 edit)

lol!  Yup - 4 bullets definitely makes things waaaaay too easy - literally just keep firing and almost never miss an alien or rock.

Thanks for posting!

Awesome!  Just took a peek at the vid - definitely feel like I made this way too hard the more I watch people play it!  lol!

Thanks for the kind comment.

Actually, I removed a few things because I found it was *too easy* in CSpect, but on the Next its a whole other story!   The aliens really didn't drop bombs as frequently as that on CSpect, but now they're fairly aggressive.

(1 edit)

That's a cool suggestion!  I've got an idea in mind on approaching that one now you put that thought in my head... :)

After watching a few people playing this, I am seeing a few things I would like to tweak/add here...  Maybe an update in the near future if I get some time.

Ah, I wonder - are you running the game from a partitioned sd card? (ie. you have an extra drive (like D:)) 

If so, the problem is that the game assumes its running from the system drive.  I went and updated the game download here - essentially just adding the C drive letter to the file path used for the driver, so it should load the driver properly.

As I just posted to l-o-l, a good test to see if its a driver thing is to load the basic demo for the mouse.  Its under the /demos/mouse folder

Actually, a good test to see if its a driver thing is to load the basic demo for the mouse.  Its under the /demos/mouse folder

(1 edit)

Ah, like l-o-l,  the main thing I see here is that you're both running N-Go boards.  Wonder if the mouse driver is not talking with the N-Go port in the same way.

For starting the game, I read the actual port directly so obviously that works.  The mouse driver just was a faster and more efficient way to work with the mouse. 

Thanks for the feedback.  I will go pester some Next nerds and see if anybody else has run into this...  😁

(2 edits)

Hmmm,  wonder if there's a difference with the N-Go and Next for that particular driver? I am using the Next mouse driver that comes with 2.07k...

It is possible those games are reading the Kempston ports and doing their own thing - I originally did that in basic (I do use it on the title screen to read the mouse button) but the mouse driver was more efficient, faster and, eh accurate 😂

Thanks for the heads up on that. 

(1 edit)

Thanks! :D

I wonder if the mouse issue is a firmware/os thing.  I did run into mouse issues and crashes with NextDAW using previous 2.07 versions. (I think it was 2.07g)

What version are you running? Be good to be able to pinpoint the reason as I am sure there will be others run into it... 

(2 edits)

Thanks :) 

That's strange.  I tested it on both Cspect and the Next itself.  I also tested two mice on the Next. one was an actual ball-based ps/2 mouse, the other a usb mouse using a usb/ps2 adapter. 

What os are you running?  I have been using 2.07k (latest official distro) on both cspect and next. 

Just curious to see if can pinpoint whether its a particular os/firmware or something else... 

You mean a .nex file?  I believe nex are for executable applications (ie.  Compiled programs)  and not so much for loading and running basic files. (well,  at least from what I understand of them).

NOTE: Just something here for anybody running this on the latest core/NextZXOS 2.07k...  While playing it on the physical hardware, occasionally the background of the text on the title screen went purple after entering the initials into the high score table...

Why?  No idea as there are no purple colours used in the game (for printing) at all.  Re-running the game seemed to fix it, but I've heard someone say it happened a few times.  It's more a visual aesthetic issue on the title screen and doesn't detract from the game.

lol!  Box artwork - I have some (roughed out).  Will add a printable 'J-card' one of these days once I get around to putting a cleaned up illustration/painting together. 

Thanks!  I have been staring at this project for way too long - its nice to finally get it uploaded so I can move on to the next game project.  :)

(1 edit)

Doh!  :o 

I have just updated the files (zip file, and the documentation files).  This should now have resolved that one little niggly problem.

This pops up when people are running the newer Core and NextBASIC 2.07.  Both CSpect and Real Hardware actually work fine, but that is with the previous firmware (ie. NextBasic 2.06 ) - however it is thankfully an easy fix.

DIY approach : The line itself is thankfully an easy fix if you want to edit it rather than download.  Just go to line 2955.  Find the %INT{dX} and remove the %INT and {} so its just  dX

Line 1 has the save statement you can use to save it back to the SD / Disk.

Awesome stuff!  Thanks for sharing the line of code for everyone to add if they want to mod the game a little!

Being able to start the game with the 'fire' button of your controller is more efficient then pressing a key each time (and handy to start a new game if you're sitting back on the couch with the Next on the coffee table far away - lol!)

Definitely a different experience on the hardware.  Emulator's great for playing it, though the audio is a little out of sync, and the speed is probably 10-20% slower.

I have added a User Guide (for those who downloaded this when the game was initially uploaded).  It explains the details on screen, the game and keyboard controls.

(1 edit)

Awesome - Yeh, I watched that one (and subscribed - been meaning to do that for a while now).   Thanks so much for showing it, as well as the user-modded code version - I'm sure Jay is chuffed (aka Spriteworx). 

Maybe if you're feeling adventurous have a bash at making a "Bapstarcade" version. ;-)

Thanks for showing it on your channel (just saw it - didn't realise I hadn't subscribed (but I am now)) - also the modded version from the link posted in the comments below was cool to see.

Nice features and mods!  Really glad to see people having some fun with tweaking and playing with the game code/graphics.