Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Flimbo's Quest scrolling routine
2004-12-01 09:50
ready.

Registered: Feb 2003
Posts: 441
Flimbo's Quest scrolling routine

I was looking for some documents explaing how to do the scrolling effect like in Flimbo's Quest, where there are 2 levels of scrolling moving at different speeds, one level behind the other one. Anyone can help me? Thanks.
2004-12-01 10:28
Scout

Registered: Dec 2002
Posts: 1568
If I recall correctly, the "scrolling effect" is called Parallax Scrolling.
The hardcore coders here can (hopefully) explain how to do this (charset trickery?).

R.
2004-12-01 10:59
Ben
Account closed

Registered: Feb 2003
Posts: 163
Correct. Indeed char trickery. Although the background chars scroll along (d016), you can animate the chars to do differently. That is pretty much it.
2004-12-01 11:13
Oswald

Registered: Apr 2002
Posts: 5017
lets say chars $00-7f are to build up the upper layer, chars 80-ff for the background layer. You store the charset 4 times, where the 2nd half of chars are "animated", in other words shifted in a direction more and more.

now you do your general scrolling with d016 while you animate the background layer's chars to move to the opposite direction, which gives the vision they move slower. Now you can build up the screen from chars and distuingish between layers by checking the chars upmost bit bpl/bmi.
2004-12-01 12:21
ready.

Registered: Feb 2003
Posts: 441
Ok, I've got the main point, thanx. But still I don't understand what happens when the upper layer overlaps with the lower layer, which is then hidden underneath. I would do an AND between the two chars overlapping, but it would take too much time....
2004-12-01 12:44
QuasaR

Registered: Dec 2001
Posts: 145
Just checked Flimbo's Quest out: If you look closely you'll see that the upperlayer chars are always 4 multipixel wide so there's no "overlapping" with the background in one char. It would be indeed too slow, to and/or the upper and background layer.
2004-12-01 12:46
QuasaR

Registered: Dec 2001
Posts: 145
Ah, forgot something (damn Alzheimer...). Sometime ago, in the glory times of the german mag "64'er" they released a tool to edit such paralax chars: http://noname.c64.org/csdb/release/?id=15424. I think the game GENLOCK was made with this tool.
2004-12-01 13:11
Oswald

Registered: Apr 2002
Posts: 5017
overlapping is character based... thats all. no ORA or AND or whatever, a char on the upper layer always hides the whole char behind it.
2004-12-02 07:28
AmiDog

Registered: Mar 2003
Posts: 97
Read about Flimbo's scrolling here:

http://www.lemon64.com/forum/viewtopic.php?t=2922
2004-12-14 18:25
Wile Coyote

Registered: Mar 2004
Posts: 637
Wasn't the game Paralex (Paralex?) the first game to show the effect in a commercial game. They only used 4 char definitions for the effect, which as impressive as say, Hawk Eye
2004-12-14 18:25
Wile Coyote

Registered: Mar 2004
Posts: 637
which was not quite as impressive as say, Hawk Eye :)
2004-12-14 22:10
TDJ

Registered: Dec 2001
Posts: 1879
Quote: Wasn't the game Paralex (Paralex?) the first game to show the effect in a commercial game. They only used 4 char definitions for the effect, which as impressive as say, Hawk Eye

Not sure if it (parallax) was the first game to do so, but it could explain the name of the effect (parallax scrolling, as Scout already mentioned above).

2004-12-15 01:12
T.M.R
Account closed

Registered: Dec 2001
Posts: 749
Jon Hare has gone on record as saying that Chris Yates lifted the idea for the parallax in Parallax from Bounder, just improving it for multi-way scrolling... =-)
2004-12-15 13:11
Wile Coyote

Registered: Mar 2004
Posts: 637
Oh, i remember Bounder, the screen only scrolled in one direction though (downwards). As most people will no doubt know, Parallax scrolled in all 8 directions. I think i read once that the effect came about before the game. It was the effect that then inspired the game to go a head.
2004-12-17 15:19
PopMilo

Registered: Mar 2004
Posts: 145
Flimbo's routine was great. Most important thing was the design of each char. They were drawn very well, so you couldn't see easyly that they are 8x8 (or 4x8) pixel blocks. I remember doing a routine that had screen (20x12 char = 240 multicolor chars), 4 colours each pixel,and full dual layer scroll. When I say "full" I mean "BACK and MASK or FRONT" for every byte of front layer that had something in it. It was nice, but a lack of colours, small screen, and not many cpu clocks remaining for anything else made me drop the idea .... but it still haunts me from time to time. What if you would take Flimbo kind of routine, and just add maybe 64 or 128 chars for the parts of screen that need masking ? And copy data from the back into them, and with coresponding mask from the front, and put it on screen. Graphic would seem smoother, and we would have one more thing to brag about. Well it's just a thought.
2004-12-17 16:50
Graham
Account closed

Registered: Dec 2002
Posts: 990
hmm to me the pattern looks like 8x16 and not 4x8.
2004-12-18 15:09
PopMilo

Registered: Mar 2004
Posts: 145
Most levels do have a 2x1 har kind of objects in the front layer, but there are also objects that are 1 char wide (ladders in level one, gravestones in the graveyard level (level 6 or 7, I don't know exactly). Anyway it's not a problem to make such graphic.
I would try to ad chars in corners to make object boundaries smoother (to give them a black edge) and to be able to do some round objects not only square ones, and some black tree branches or something like that (fences, shadows ...)
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Apollyon/ALD
Fred/Channel 4
zscs
Scooby/G★P/Light
macx
Philsan
Krill/Plush
Majikeyric
Didi/Laxity
Steveboy
redcrab/G★P
rexbeng
Guests online: 142
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 The Ghost  (9.6)
9 Wonderland XIV  (9.6)
10 Bromance  (9.6)
Top onefile Demos
1 It's More Fun to Com..  (9.8)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 Rainbow Connection  (9.5)
6 TRSAC, Gabber & Pebe..  (9.5)
7 Onscreen 5k  (9.5)
8 Wafer Demo  (9.5)
9 Dawnfall V1.1  (9.5)
10 Quadrants  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Nostalgia  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Crackers
1 Mr. Z  (9.9)
2 S!R  (9.9)
3 Mr Zero Page  (9.8)
4 Antitrack  (9.8)
5 OTD  (9.8)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.048 sec.