Skip to content
Forum Archive

avs I did

4 posts

underoath403#

avs I did

😁 here is one I did the superscope isn't that good but I will change that later.
geozop#
notes

Saw your preset, thought it was pretty good.
The superscope definatelky needs work, as you've said.

I think it looks better if the superscope was:
r=i*3.14159*4; d=0.1+v*0.2; x=cos(r)*d; y=sin(r)*d;

I'm not up for accusing people on stealing scopes and movements, but I'd like to mention that good practice is to use a comment (in the misc menu) in your presets to note thanks/credit to whomever deserves it.

I did notice that your scope uses color cycling, but has the lines:
red=d*i;
green=v;
which override the red and green values that have been chosen in the cycle. If you want to use the colors and be able to effect them like so, you need to change it to:
red=red+d*i;
green=green+v;

Keep working
underoath403#
I didn't steal the DM

I learned my stuff from all the DM's Ive seen so I kinda have some of everybody's stuff and lessthanjakeguy took mine becauseI let him