New Release : BLUE STAR

Discussion, Reviews & High-scores

Moderator: Moderators

TMR
Vic 20 Amateur
Posts: 65
Joined: Fri Jul 01, 2005 3:00 am

Post by TMR »

What a great start to 2008! i spent about an hour playing it last night and i'll hopefully find a bit more time this weekend as well and i'd like to put my name down for a joystick option. =-)

i've added a news item to Oldschool Gaming and added a note to the forum as well, by the way. =-)
fgasking
Vic 20 Devotee
Posts: 228
Joined: Sun Feb 06, 2005 7:53 am

Post by fgasking »

Fantastic :) ... this is an awesome little game and I can't wait to test it on the real thing. Thanks very much!
User avatar
Kweepa
Vic 20 Scientist
Posts: 1316
Joined: Fri Jan 04, 2008 5:11 pm
Location: Austin, Texas
Occupation: Game maker

Post by Kweepa »

nbla000 wrote:I suggest you to do just one version for both PAL and NTSC machines with Joy support too.
Yes, good idea. I'll look into that. Presumably there's an easy way to autodetect PAL/NTSC. [EDIT] Is reading the vertical screen origin (PEEK(36865)) reliable?
Assuming that you use a text file and DASM simply change the ORG $1000 with ORG $1001 or ORG 4096 with ORG 4097 and remove the first 0 byte
Interesting, I didn't know that. Thanks for the explanation and the fix. I'll put that in as soon as I can.
TMR wrote:i've added a news item to Oldschool Gaming
Thanks!
User avatar
nbla000
Salmon Run
Posts: 2582
Joined: Thu Oct 13, 2005 8:58 am
Location: Italy

Post by nbla000 »

Kweepa wrote: Yes, good idea. I'll look into that. Presumably there's an easy way to autodetect PAL/NTSC. [EDIT] Is reading the vertical screen origin (PEEK(36865)) reliable?
The location #36865/$9001 contain the actual vertical position but the user may change this value before to start the game and you may get a bad info, the best way to check if you are working in a PAL or NTSC machine is to look these locations in rom:

PAL:
$EDE4 0C hard H screen position / #60900 = 12
$EDE5 26 hard V screen position / #60901 = 38

NTSC:
$EDE4 05 hard H screen position / #60900 = 05
$EDE5 12 hard V screen position / #60901 = 18
Mega-Cart: the cartridge you plug in once and for all.
User avatar
Kweepa
Vic 20 Scientist
Posts: 1316
Joined: Fri Jan 04, 2008 5:11 pm
Location: Austin, Texas
Occupation: Game maker

Post by Kweepa »

Thanks again, nbla.
Here is the new version with NTSC support, joystick controls and a title screen logo.

http://www.kweepa.com/step/games/BlueStar.zip

First post being updated now.

Source code is here for those interested:
http://www.kweepa.com/step/games/BlueStar20Jan08.zip
Last edited by Kweepa on Sun Jan 20, 2008 3:22 pm, edited 1 time in total.
User avatar
Mayhem
High Bidder
Posts: 3030
Joined: Mon May 24, 2004 7:03 am
Website: http://www.mayhem64.co.uk
Location: London

Post by Mayhem »

Played this a bit, I must be missing something but I seem to get stuck and can't go on further, a couple of screens after the new colour scheme comes into play. Help?
Lie with passion and be forever damned...
User avatar
Kweepa
Vic 20 Scientist
Posts: 1316
Joined: Fri Jan 04, 2008 5:11 pm
Location: Austin, Texas
Occupation: Game maker

Post by Kweepa »

Mayhem wrote:Played this a bit, I must be missing something but I seem to get stuck and can't go on further, a couple of screens after the new colour scheme comes into play. Help?
Spoiler below:
You need to go back and up to get some more equipment.
User avatar
nbla000
Salmon Run
Posts: 2582
Joined: Thu Oct 13, 2005 8:58 am
Location: Italy

Post by nbla000 »

This version use video memory too so in real vic you need to start the game typing RUN: [RETURN] not simply RUN [RETURN].
Using video memory is a little bit dangerous because if, for example, the user move up the cursor and type RUN: [RETURN] from the first row, the program crash.
BTW there is an elegant solution to this problem, by using Pucrunch the file will be 3,5K so video memory is not used before the user type RUN.

I need to post the pucrunched version ?

About Mega-Cart addition, may i consider this version the last version ?
Mega-Cart: the cartridge you plug in once and for all.
User avatar
Mayhem
High Bidder
Posts: 3030
Joined: Mon May 24, 2004 7:03 am
Website: http://www.mayhem64.co.uk
Location: London

Post by Mayhem »

Kweepa wrote:Spoiler below:
You need to go back and up to get some more equipment.
Hmm... you might have to tell me which screen, I've been round and round in circles and just keep getting dead ends...
Lie with passion and be forever damned...
User avatar
Kweepa
Vic 20 Scientist
Posts: 1316
Joined: Fri Jan 04, 2008 5:11 pm
Location: Austin, Texas
Occupation: Game maker

Post by Kweepa »

Spoiler:
It's B1. Go up from E3.

Thanks again for the info, nbla000. I'll get this right yet. Yes, please post the pucrunched version.
This is the last version for the Mega-Cart, unless someone finds something wrong with it :)
User avatar
Jeff-20
Denial Founder
Posts: 5761
Joined: Wed Dec 31, 1969 6:00 pm

Post by Jeff-20 »

THIS is the game I wanted to make! Amazing. Smooooooth motion! And unexpanded memory. My kind of game.

I want to draw a map when I play. It took me a while to realize I could fall off the lower part of the screen without killing myself. Habit.
High Scores, Links, and Jeff's Basic Games page.
User avatar
Mayhem
High Bidder
Posts: 3030
Joined: Mon May 24, 2004 7:03 am
Website: http://www.mayhem64.co.uk
Location: London

Post by Mayhem »

Yeah I think a map will be in order myself here...
Kweepa wrote:Spoiler:
It's B1. Go up from E3.
Already tried that, but the room directly above where you've told me to go up from is a dead end... a mis-code on the map layout or something I've ignored?
Lie with passion and be forever damned...
User avatar
Kweepa
Vic 20 Scientist
Posts: 1316
Joined: Fri Jan 04, 2008 5:11 pm
Location: Austin, Texas
Occupation: Game maker

Post by Kweepa »

Spoiler:
Here's the path to take. E2 E3 D3 D2 C2 C1 B1. I just tested it in VICE, and it's fine. Since you got from E3 to D3 you must have the jet pack which is all the equipment you need.
If you've still got problems can you post the set up you're using? Is it a real Vic?
User avatar
Mayhem
High Bidder
Posts: 3030
Joined: Mon May 24, 2004 7:03 am
Website: http://www.mayhem64.co.uk
Location: London

Post by Mayhem »

I'm using Vice v1.22 here (the latest) and tried it in both PAL and NTSC. Get the same problem. This is what confronts me when I get to D3:

Image

Thoughts?
Lie with passion and be forever damned...
User avatar
Kweepa
Vic 20 Scientist
Posts: 1316
Joined: Fri Jan 04, 2008 5:11 pm
Location: Austin, Texas
Occupation: Game maker

Post by Kweepa »

First thought is BUGGERY. It shouldn't look like that. Does it always look that way, or is it random?
I just downloaded the D64 and the PRG and played through to that point with each and the room looked fine - the same layout as the first room but with a doorway on the left.
I know it's asking a lot but could you try something for me? Could you redownload the D64, autostart it and then record your progress to that room using VICE's recording history (Snapshot menu)? And upload it somewhere?
That would be great!

And sorry for the problem!

[EDIT]
Actually, if you haven't started yet, could you possibly try it with the latest version (I fixed a bug with some later equipment and pucrunched it).

www.kweepa.com/step/games/BlueStar.zip
Post Reply