Games like Frelon

Want to talks about games you like, would like to see developed on the Oric, it's here.
User avatar
ibisum
Wing Commander
Posts: 1643
Joined: Fri Apr 03, 2009 8:56 am
Location: Vienna, Austria
Contact:

Games like Frelon

Post by ibisum »

In my quest to discover more about AIC, I've been going through the games archive to discover games where the attribute clash is not so evident, or cleverly masked, or just plain absent due to clever use of AIC .. and I have to say that Frelon is one of those Oric games that makes me forget about the attribute system altogether .. but, how does it achieve this effect? Is this game using Text mode with double-height attributes to do its magic, combined with clever use of the invert bit? It sure seems colourful and smooth - two things not every Oric game can promise, alas...

https://www.oric.org/software/frelon-282.html

Can you think of other games that achieve similar results?
User avatar
NekoNoNiaow
Flight Lieutenant
Posts: 272
Joined: Sun Jan 15, 2006 10:08 pm
Location: Montreal, Canadia

Re: Games like Frelon

Post by NekoNoNiaow »

This answer is not going to be very useful but the only Oric game I can recall playing back in the day is a text-mode F1 game written in BASIC which scrolled vertically line by line (no pseudo 3D rasters back then :D). It was quite far from Frelon it seems. ;)

But I would definitely be interested to watch and play such games so I hope others will be able to contribute to this post more productively than I can. ;)
User avatar
ibisum
Wing Commander
Posts: 1643
Joined: Fri Apr 03, 2009 8:56 am
Location: Vienna, Austria
Contact:

Re: Games like Frelon

Post by ibisum »

I was really surprised with how little attribute clash there is in Frelon, and still don't properly grok how it is achieving such a smooth use of colour - it would have to be one of the oldest games in the Oric archives with the least noticeable attribute clash .. I'd really love to know other examples, if anyone spots them - I'd kind of gotten used to thinking that only the 21st Century programmers for Oric have been able to accomplish smooth/colourful graphics with no clash, but this is clearly not the case with Frelon. It is, to me, a real gem of Oric graphics programming and I'd love to hear thoughts from the pro's who have time to analyse its technique.
User avatar
Dbug
Site Admin
Posts: 4437
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

Re: Games like Frelon

Post by Dbug »

So, just so everybody knows what we are talking about:


The game is definitely in HIRES has the green and white ground shows, so the few tricks I can see:
FrelonZoomed.png
FrelonZoomed.png (8.3 KiB) Viewed 7460 times
- The CYAN bridge is bordered by two WHITE columns, which are most probably some CYAN INK attribute change, but displayed in INVERTED so they appear as WHITE instead of BLACK.
- The horizontal movement of sprites is done by 6 pixels bloc steps, which means the planes are probably just a all YELLOW on the top part, with the BLUE parts made by inverting the color.
- The helicopter rotor is just alternating the PAPER color between YELLOW and BLACK
- The MAGENTA and WHITE brick work is just inverted GREEN and BLACK
- Same trick with the truck, with the PAPER changed to CYAN so they can invert it to give the RED and GREEN on the bottom part.

Remember: The zoom, and the 6 pixels grid is your friend.

If you look at the video on youtube, switch to 0.25 speed when the planes cross with the missiles, you'll see attribute clashes :)
User avatar
Chema
Game master
Posts: 3013
Joined: Tue Jan 17, 2006 10:55 am
Location: Gijón, SPAIN
Contact:

Re: Games like Frelon

Post by Chema »

Good post Dbug!

Well explained indeed. Some games made some color graphics using attributes, so you ended up with 6 pixels of the same colour, making it a bit crude and impossible to place with pixel precision. Some games hid this drawback better than others. When attributes were hid in paper colour most games suffered from a terrible collision detection (Zorgons).

One game that was quite colorful, smooth and, though it had colour clash, it was not disturbing, was Defence Force. Quite ahead of the rest, in my opinion.
User avatar
Steve M
Squad Leader
Posts: 787
Joined: Fri Mar 24, 2006 3:33 am
Location: Cumbria, UK
Contact:

Re: Games like Frelon

Post by Steve M »

Psychiatric is quite good. There is some clashing but it often isn't so obvious.
The screens are fairly basic which is part of the trick. Frelon has a lot of space between objects.
Psychiatric has a nice use of foreground and background colour to have the ladders in the forground and the character go behind these.
Colour clash occurs when things drop through the floor etc but it's a bit less of an issue then.
User avatar
Dbug
Site Admin
Posts: 4437
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

Re: Games like Frelon

Post by Dbug »

Psychiatric was indeed one of the few games to smartly use alternate lines to limit color clashes, smart of them!
Post Reply