Jump to content
IGNORED

Calling José Pereira! Atari Lotus Challenge II for A8?


macgoo

Recommended Posts

The thing is, probably even on Amiga, the colour alternation on the road and grass are via register change which just plain messes with anything else that wants to use those colours, ie - the trees.

 

I'd love to see a racing game on A8 that at the least has undulating terrain.

 

So far as an "advanced" racing game in the sense of it being near par to what the 16-bitters had, IMO the best candidates insofar as attainability and being rewarded with a game worth playing would be Lotus 1/2 and Road Blasters.

Link to comment
Share on other sites

José, you did this lotus sreen? Its amazing, its super clear picture structure, nice colours, nice feeling,I love this racing game on Amiga or ST. When I saw this screen first time (now) I cant believe that this is from A8, it looks like ST version. It would be great to have this game on A8 . . . but I think that A8 have not power for it.

Link to comment
Share on other sites

I have some code on the C64 that ought to be able to do a reasonable job of the undulating road. It should port just fine to the A8 too (just need to tweak the C code on the PC that spits it out)

 

don't know about overlaying everything else on top of it though

Edited by sack-c0s
Link to comment
Share on other sites

I have some code on the C64 that ought to be able to do a reasonable job of the undulating road. It should port just fine to the A8 too (just need to tweak the C code on the PC that spits it out)

 

don't know about overlaying everything else on top of it though

 

Sack C64 normally run these games (like Turbo charge) in Char-Mode and use the Colour-Map 8colours.

But C64 has 256available chars on each charset and the cars are Hardware sprites.

 

http://www.atariage.com/forums/topic/185046-if-we-take-this-from-c64-how-to-get-c64-colourmap

Could I ever got this using A8 128chars and Multiple charsets and PMG & soft sprites on the cars?

 

How is it your C64 code? In 4colours (just road and lines?)?

 

From the other Thread (http://www.atariage....drive-accolade/) and doing simple A8 LMS/Horizontal scrolling each scanline possibilities (like Elektraglide and pole Position,...) then would be possible to have CPU to have the cars as soft sprites with PMGs colouring them?

 

 

 

Rybags when you were helping on Out Run how the main programmer was thinking about the Road?

From the videos it seems that it is ANTIC4 (and there's, probably, be the problem he was having on the road turns...) or it isn't?

And the Ferrari isn't a soft sprite with PMGs (and then how he intends to put on screen the other cars/trucks?

(I know you abandoned the colaboration because you was thinking in doing things different, if I am remember it right?

 

 

 

P.s.- Out of topic but anyone knows the Out Run programmer and if he's still working on it after all the Sal...?

Poison nice to see you here again. No that is a picture macgoo did for me to see how would I think it could look/go on A8.

Edited by José Pereira
Link to comment
Share on other sites

The ideas I had for Outrun I don't think were implemented.

 

My suggestion for it was to use VScrol tricks to make shorter characters which can us cheap scaling effects in such a game.

 

There's various ways racing games can be done on the old 8-bitters. Another one I've thought about is to use 3D raycasting techniques. Such an engine could allow for more realism since the car could have freedom of movement rather than being always on or adjacent to the road and always pointing looking in the right direction.

Link to comment
Share on other sites

José, you did this lotus sreen? Its amazing, its super clear picture structure, nice colours, nice feeling,I love this racing game on Amiga or ST. When I saw this screen first time (now) I cant believe that this is from A8, it looks like ST version. It would be great to have this game on A8 . . . but I think that A8 have not power for it.

 

No, I did this screen based on abilities of another machine at 160x200 rez :)

Link to comment
Share on other sites

The thing is, probably even on Amiga, the colour alternation on the road and grass are via register change which just plain messes with anything else that wants to use those colours, ie - the trees.

 

I'd love to see a racing game on A8 that at the least has undulating terrain.

 

So far as an "advanced" racing game in the sense of it being near par to what the 16-bitters had, IMO the best candidates insofar as attainability and being rewarded with a game worth playing would be Lotus 1/2 and Road Blasters.

 

The road is 1 background of green + 1 free chosen colour of grey. Trees and rocks are 2 global multicolour colours and 1 free colour per 4x8 char block (eg tree is green brown and black with transparent/background for 4th in pic). Sky could be blue background (saves CPU time blocking out colour 1 and allows trees to cover sky) which a raster changes it to green at horizon. The background colour fixed unless you limit UDG chars too just 64.

 

Clouds = sprites x8, all multiplexed at blue/green sky horizon split for re-use by the cars. If you made it a rally game with no cars to overtake you can have the car sprite as is.

 

Speed is the issue. Maybe 25-30% of Amiga or 33-40% of ST Lotus II speed at worst :)

Link to comment
Share on other sites

O.k. let's go with this one...

And I think that you don't need a 65816 to get it ;) :

 

 

For C64 (not need to be exactly copy of Lotus 2 because many roads and mountains, buildings,... can be done using this idea).

post-6517-0-49006900-1344525513_thumb.png

 

Use normal C64 Char-Mode colourMap

 

ABOUT COLOURS:

-> (00) Background Using Rasters or what you call it (here on A8 we call it DLIs)

(Terrain and Sky)

-> Two C64 colours that are in all chars: Dark Gray and Brown

-> Then use the 8 c64 Colour-Map colours like White, Yellow, Red, Cyan,...

(White on the Road lines because the Green, Yellow or anything on the sides terrain Objects/Gfxs aren't in the White Road lines)

(Trees or any other object use the common chars colours Dark Gray, Brown and the two Terrain colours that dithered with the ColourMap colour (here it's Yellow just as an example) would look good and you don't notice the different scanlines (like here the two Greens)

(You can have Trees, then Rocks, then Buildings, then... like it's common for this type games on the C64...)

(Don't use two Grays on the Road and you have the same colour to put on all the sides gfxs (the feeling of speed is done by the sides Terrain scanlines))

 

 

SKY it's (00) and no need to waste there any other gfxs/bit-pairs.

Instead of chars gfxs use the C64 sprites in Multicolour or even a large horizontal expanded overlaying by Hi-Priority sprite)

In this one, the Clouds can be in different groups/scanlines as different sprites like:

-> 1 Cloud be 5sprites (60pixels wide) then another one only 2 (24pixels) and a small one with only 12pixels on the same scanlines.

(Clouds with the 3 Grays of the C64 pallete)

-> Then on other scanlines and at different xPos you repeat the same sprites

(same data but Muultiplex the sprites at different scanlines)

-> PRIORITY: As the sky it's just (00) and the Trees or any other side's gfxs no need to have interactions between them and the sky

And also: all the sprites move Priority over (00) Blue Sky but under all the other bit-pairs (01), (10) and (11) that that are the gfxs of the Road sides.

 

 

 

 

 

ABOUT CARS:

-> Use Multicolour c64 sprites with the 2 common colours as Black and Light Gray.

-> Eachone Car's colour as each independant C64 sprites colour.

-> Then each Car use expanded tall sprites

 

-> Our car it's static at the bottom of the Road and it is 3sprites wide then the Enemy car passing on it's side (one each time) it's more 3 sprites leaving you with 2sprites free (can be other car touch you up but because higher scanlines it's less wide)

 

 

 

 

 

 

 

 

OFF TOPIC (to you): Would like to see a BBC version possible (even lots of Multiloads) using their only 8colours of this type of games...

Just the screen would cost 16Kb on this Gfxs mode. but probably something could be done (like going into 32bytes screen width):

post-6517-0-18013100-1344527024_thumb.png

 

About A8 I am still waiting to have some answers to my questions (that I thought the out-Run release could answered but sadly I think we will never have it).

Is it because of lack of time or that it's so tricky, or is it that we don't have so many and so best programming guys that A8 never have this type of games (even today just as an Hobby...).

Still don't see why and why it seems that everytime I try to re-start this Road/Cars/Motos games Topics there aren't not many people replying...

Edited by José Pereira
Link to comment
Share on other sites

Of all the common game types on 8-bitters, probably the hardest ones to get right are front view car games and space shooters, e.g. Pole Position, Star Raiders.

 

Find top 100 lists for Atari and C64, and others of the era, see how many of both types are in it. And play them a while and honestly tell yourself if the game is actually any good.

Link to comment
Share on other sites

Jose, you finished all these games yet?

 

I'm still waiting :)

 

I never said I will.

I am only trying to get people to have this games translated into A8.

 

 

If people on the coding side that contatcts me finish the games and things I did for them you'll have more than a dozen of new games in the last two years.

And the way I waste my time it's my problem...

If I feel that my time of learning coding passed away then it's my decision.

 

Strange that I am feeling and receiving now some calls from C64 and BBC guys these days.

Never thought in that...

Strange isn't it?

Edited by José Pereira
Link to comment
Share on other sites

the good think regarding Jose is... when I need an idea how to solve something he can explain how. so that's his best job :) see Pacmania.

 

Heaven you've just crucifice yourself in what I was saying on the 'up post' about my games never get into an end :twisted: ...

Edited by José Pereira
Link to comment
Share on other sites

Jose, you finished all these games yet?

 

I'm still waiting :)

 

I never said I will.

I am only trying to get people to have this games translated into A8.

 

 

If people on the coding side that contatcts me finish the games and things I did for them you'll have more than a dozen of new games in the last two years.

And the way I waste my time it's my problem...

If I feel that my time of learning coding passed away then it's my decision.

 

Strange that I am feeling and receiving now some calls from C64 and BBC guys these days.

Never thought in that...

Strange isn't it?

 

I'm pulling your leg Jose, I know you have never promised anything and I don't think you are wasting your time, if only one of those projects gets taken on and done then its a massive success...

 

Keep it up...

Link to comment
Share on other sites

Heaven/TQA, on Thu Aug 9, 2012 4:58 PM, said:

the good think regarding Jose is... when I need an idea how to solve something he can explain how. so that's his best job :) see Pacmania.

 

When we re-start it again?

These days we don't need to have the (the lost) Publisher :)...

 

 

 

Mclaneinc

if only one of those projects gets taken on and done then its a massive success...

 

I have not great expectations but I could finally talked with Gauntman one Month ago about he finish Uwol (lets see if at least this pone) and we made a contract...

It was so close that if he didn't do anything or finish it untill the end of this Month then he will pass all the code so that other(s) can finish it (and probably someone will do/expecting for the end of this August to finish it).

:)

Edited by José Pereira
  • Like 2
Link to comment
Share on other sites

O.k. let's go with this one...

And I think that you don't need a 65816 to get it ;) :

 

 

For C64 (not need to be exactly copy of Lotus 2 because many roads and mountains, buildings,... can be done using this idea).

post-6517-0-49006900-1344525513_thumb.png

 

Use normal C64 Char-Mode colourMap

 

ABOUT COLOURS:

-> (00) Background Using Rasters or what you call it (here on A8 we call it DLIs)

(Terrain and Sky)

-> Two C64 colours that are in all chars: Dark Gray and Brown

-> Then use the 8 c64 Colour-Map colours like White, Yellow, Red, Cyan,...

(White on the Road lines because the Green, Yellow or anything on the sides terrain Objects/Gfxs aren't in the White Road lines)

(Trees or any other object use the common chars colours Dark Gray, Brown and the two Terrain colours that dithered with the ColourMap colour (here it's Yellow just as an example) would look good and you don't notice the different scanlines (like here the two Greens)

(You can have Trees, then Rocks, then Buildings, then... like it's common for this type games on the C64...)

(Don't use two Grays on the Road and you have the same colour to put on all the sides gfxs (the feeling of speed is done by the sides Terrain scanlines))

 

 

SKY it's (00) and no need to waste there any other gfxs/bit-pairs.

Instead of chars gfxs use the C64 sprites in Multicolour or even a large horizontal expanded overlaying by Hi-Priority sprite)

In this one, the Clouds can be in different groups/scanlines as different sprites like:

-> 1 Cloud be 5sprites (60pixels wide) then another one only 2 (24pixels) and a small one with only 12pixels on the same scanlines.

(Clouds with the 3 Grays of the C64 pallete)

-> Then on other scanlines and at different xPos you repeat the same sprites

(same data but Muultiplex the sprites at different scanlines)

-> PRIORITY: As the sky it's just (00) and the Trees or any other side's gfxs no need to have interactions between them and the sky

And also: all the sprites move Priority over (00) Blue Sky but under all the other bit-pairs (01), (10) and (11) that that are the gfxs of the Road sides.

 

 

 

 

 

ABOUT CARS:

-> Use Multicolour c64 sprites with the 2 common colours as Black and Light Gray.

-> Eachone Car's colour as each independant C64 sprites colour.

-> Then each Car use expanded tall sprites

 

-> Our car it's static at the bottom of the Road and it is 3sprites wide then the Enemy car passing on it's side (one each time) it's more 3 sprites leaving you with 2sprites free (can be other car touch you up but because higher scanlines it's less wide)

 

 

 

 

 

 

 

 

OFF TOPIC (to you): Would like to see a BBC version possible (even lots of Multiloads) using their only 8colours of this type of games...

Just the screen would cost 16Kb on this Gfxs mode. but probably something could be done (like going into 32bytes screen width):

post-6517-0-18013100-1344527024_thumb.png

 

About A8 I am still waiting to have some answers to my questions (that I thought the out-Run release could answered but sadly I think we will never have it).

Is it because of lack of time or that it's so tricky, or is it that we don't have so many and so best programming guys that A8 never have this type of games (even today just as an Hobby...).

Still don't see why and why it seems that everytime I try to re-start this Road/Cars/Motos games Topics there aren't not many people replying...

 

The BBC one looks just like the real thing :D

 

I chose to do the trees/rocks etc as char graphics for speed and it makes the multiplexing engine much simpler. Sprites can go behind the char graphics and char graphics are fast like on C64 Power Drift. Still with only 1mhz I think it will be maybe 50-33% speed of Atari ST original and maybe 20% speed of NTSC Amiga version of Lotus 2. So as the cars will never go over clouds and trees are not sprites there is no flicker possible due to bad line on multiplexer, and only one single interrupt to achieve the 16 sprites on screen at the switch between blue and green. The road is only one colour, again raster interrupts are used to stripe the grey road on the green background land = green/light green and grey/dark grey.

 

The car was changed a little, this is now just two sprites expanded from 21 lines to 42 lines. This leaves 6 free sprites, small cars in distance = 1 sprite each, cars overtaking close to you = 2 sprites same as your car. I didn't want to expand any more.

 

With the colours you give for the cars this will not work, as you need 3 colours including the red lights of car. so you must lose the light grey colour probably. I haven't thought any more about it but Black and red = multi colour 1 and 2 for us. Free colour is 3 for car colour so red green yellow white blue etc. This means you loose the exhaust pipes in grey and block between red lights.

 

Also there are no mountains on my picture but in ST/Amiga game there is mountains on horizon to scroll left right with chars, this could work but as trees go over sky your multicolour 1 and 2 then must make mountains AND trees AND rocks because trees go over mountain line hmmmm. Rocks must then be black and grey or black brown and grey but still needs tweeking on last draft I drew (attached)

 

I like your seat colours on A8 better :) I'm not 100% sure still how the A8 colour system works as this is all new to me technically on the Atari, but this is a good idea to try and learn I think.

 

Clouds are only 2 colours but I can use a third colour still, I am thinking Defender of the Crown C64 clouds from James Sachs :D

post-33040-0-47417300-1344547556_thumb.png

Edited by macgoo
  • Like 1
Link to comment
Share on other sites

 

I have not great expectations but I could finally talked with Gauntman one Month ago about he finish Uwol (lets see if at least this pone) and we made a contract...

It was so close that if he didn't do anything or finish it untill the end of this Month then he will pass all the code so that other(s) can finish it (and probably someone will do/expecting for the end of this August to finish it).

:)

 

At the end of the day its all about personal life and free time, in the younger folks there's no real positive to sitting around compiling code and I don't blame them for getting on with enjoying themselves, also I guess all work so time again is lost as is if they have families.

 

The main thing is you are trying to spur on people to create which deserves a star Jose.

 

Keep it up and who know, one of these coders might release a cracking game.

Link to comment
Share on other sites

and how far up the screen (in lines) do you think the road would come in a worst-case scenario?

 

By 'worst-case' I mean higher up the screen

 

I would say for realistic undulation of road horizon could go between 50 and 150px down.

 

how many chars are used for the road allone?

 

Depends on the height of screen, also now the car is not three but just two sprites 48h x 42v (21 and vertical expansion) the road looks too wide for car. The white road marks may need looking at too as the road is using last free colour for char grey and Multi color 1 and 2 are black and brown. That's been the snag for me, white lines are important.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...