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 > Tech-tech effect
2009-05-19 22:20
Axel
Account closed

Registered: Apr 2006
Posts: 42
Tech-tech effect

I can't find information about this topic
I am curious how to code classic tech-tech effect?
Sometching whitch will look like this
http://www.youtube.com/watch?v=MmQQwkKVSik
2009-05-19 22:56
Stryyker

Registered: Dec 2001
Posts: 469
A common method is based on FLI in charmode and also setting $d016
2009-05-19 23:31
Codey

Registered: Oct 2005
Posts: 80
plot the rough x-pos of each row in your logo (xval and 8 iirc).

control the fine x-pos by changing $d016 every scanline. the $d016 val is based off the offset between the actual value and where your chars are plotted.

with the right sin table, the logo/pic can be smoothly stretched many chars across the screen.


2009-05-20 04:26
chatGPZ

Registered: Dec 2001
Posts: 11523
or go the cheap route - use sprites for the logo and change x position every rasterline (or every second....or something)
2009-05-20 05:46
plagueis
Account closed

Registered: Dec 2007
Posts: 48
Axel,

In one of the Attitude magazines there is an article by Puterman which does an excellent job explaining how to code a tech-tech. It could be Domination or Vandalism News, but I'm pretty sure it was wone of the Attitudes...

In C= Hacking mag number 7 there is also an excellent article by Pasi Ojala:

http://codebase64.org/doku.php?id=magazines:chacking7#tech-tech..

I'd suggest having plenty of experience with doing timed color bars or other raster effects first.

-DPL
2009-05-20 06:04
Axel
Account closed

Registered: Apr 2006
Posts: 42
Thanks for help, very good article.
I have another question, can I have logo Techtech and DYCP at the same time ?
2009-05-20 07:11
Skate

Registered: Jul 2003
Posts: 506
Quote: Thanks for help, very good article.
I have another question, can I have logo Techtech and DYCP at the same time ?


answer is basicly yes. but...

tech-tech effect needs (almost) all cycles from the logo area. taller logo means more cycles to loose.

dycp effect doesn't require $d012 timing in most cases (specially if it fits in a single character set block) but it sure requires lots of cycles.

dycp is easy to optimize but if your logo is too tall and your dycp routine eats too much cycles, you may have timing problems.

if your question is "is dycp over tech-tech possible?", it is also possible but one of the effects should be rendered on sprites. using tech-tech on sprites is always easier but also the opposite can be done by using a few known tricks.
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
Smasher/F4CG
Codey/Second Dimension
Guests online: 462
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Codeboys & Endians  (9.7)
4 Mojo  (9.6)
5 Coma Light 13  (9.6)
6 Edge of Disgrace  (9.6)
7 Signal Carnival  (9.6)
8 Wonderland XIV  (9.5)
9 Uncensored  (9.5)
10 Comaland 100%  (9.5)
Top onefile Demos
1 Nine  (9.7)
2 Layers  (9.6)
3 Cubic Dream  (9.6)
4 Party Elk 2  (9.6)
5 Copper Booze  (9.5)
6 Scan and Spin  (9.5)
7 Onscreen 5k  (9.5)
8 Grey  (9.5)
9 Dawnfall V1.1  (9.5)
10 Rainbow Connection  (9.5)
Top Groups
1 Artline Designs  (9.3)
2 Booze Design  (9.3)
3 Performers  (9.3)
4 Oxyron  (9.3)
5 Censor Design  (9.3)
Top Fullscreen Graphicians
1 Joe  (9.7)
2 Sulevi  (9.6)
3 The Sarge  (9.6)
4 Veto  (9.5)
5 Facet  (9.5)

Home - Disclaimer
Copyright © No Name 2001-2025
Page generated in: 0.043 sec.