Archive: 1st preset


28th July 2004 18:51 UTC

1st preset
Hey guys!.
This is my 1st preset.
Basically i know neither head or tail of how 2 make a superscope.this is the best i could manage.Pls post ur opinions.:)


20th August 2004 19:03 UTC

ok.my 1st one was very bad.
but i have still not given up.
i believe this one is better.
hope all of you agree!


20th August 2004 21:44 UTC

Not bad for first presets. Try to learn what the code does in default code, but don't use it in finished presets. It's meant as a beginners guide. It's better than a lot of first presets i've seen though, keep at it.


21st August 2004 08:36 UTC

thanks.i've been through most of the threads that explain coding,but most of the stuff bounced right over my head.i know basics of trigonometry,though.
wish i could get some more help.:hang:


21st August 2004 08:48 UTC

well, the second AVs is nice :)


21st August 2004 16:47 UTC

Just don't expect to know it all straight away. Work at your own pace and just keep making stuff as you go.


25th August 2004 07:31 UTC

Thanks.
Raz you said that i should not use default codes in my presets.would it be fine if i use the render/simple option?
i have tried it and i think it looks ok
:)


25th August 2004 16:53 UTC

See, one of the main problems we AVSers have with the built in effects is that theu are not very configurable and are the staple of everybody's first presets, 'cause they don't know better. Now while it may be possible to make "cool" looking things with the built in things, all the effects made by them can be reproduced using things like the superscope and the dynamic movmement, once you learn how to code.


30th August 2004 09:57 UTC

Another thing;
whenever my preset uses too many effects,it tends to become really slow and looks pretty clumsy.
What can one do to make them faster?


30th August 2004 12:59 UTC

make sure you only have what you actually need in your presets, i know it sounds a little silly, but thats sometimes the case with slow presets. Just see how many things you can delete before it stops looking like it should. Also, coded effects are much faster than pre-built effects and offer much more flexibility, so learn to code, it's not that hard once you know what everything does, just experiment!


5th September 2004 17:01 UTC

Someone please have a look at this one.
i can't control it's speed of rotation


5th September 2004 17:28 UTC

Do you want to slow it down, speed it up, change directions on beat, all of the above ? Be more specific on how you want to control it.
The main variable that is controlling your rotation is 'dr' in the trans / dynamic movement. The rotation comes from the fact that you are adding +0.002 to 'dr' every frame.
If you just want to slow it down, in the Pixel text box replace the code with:

Per Pixel:
d=cos(d/pow(dr, 2)) ; r=abs(r - 0.5*dr);


And in the beat text box:
Per Beat:
dr = dr - 0.8


And for each frame:
Per Frame:
dr = dr + 0.02


Umm... I hope I helped out, man.

27th September 2004 18:39 UTC

Thanks.
I used the stuff in these. hope they're ok.
Can't bet on what those things are first 15 seconds or so:) .



(((<<<I luv Surround.>>>)))


28th September 2004 00:40 UTC

what do u think?
what do you think of this?;)


28th September 2004 01:34 UTC

while the interactive superscope was slightly interesting it doesn't make up for the lack of creativity. try doing a little more experimenting


28th September 2004 05:17 UTC

anyone else?


28th September 2004 05:47 UTC

Hey matt.
though your presets are nice,pls try posting them somewhere else.
Anyway,how did you find my preset(111)?:cool:


29th September 2004 10:46 UTC

I'm so selfish sorry the 1st one is better than the other... but i #1... it's good :D:P i like what you've done with ddm [its getting ancient though] im looking for new renders [anyone anyone at all?!] lol yeah good preset work more on something else thats complete...! :D


1st October 2004 13:20 UTC

what do you think of this?:) :up:


3rd October 2004 13:09 UTC

Ah!
my pestering friend here has inspired me into trying this interactive preset.
What do you think?:D


3rd October 2004 13:13 UTC

Sh*t.I knew I'd forgotten something,darn it!


7th October 2004 05:10 UTC

although i've done this, good effort... needs something to tell you that it wants to be touched, it blanks out "wtf?", look @ code... [ put something in plz?]


11th October 2004 06:10 UTC

Big thanks to pak-9 for the avs programming guide. I could say that i didn't know most of the stuff.