Skip to content
Forum Archive

My 2nd AVS pack

42 posts

anubis2003#
Minus, in the forums you can click on their name and in the box that opens up click "send a private message to <name>".
MinuS_PeDaL#
I sent you a PM? I was just screwing around and still don't know what I'm doing. Neat stuff there.
Jaheckelsafar#
Holy crap! this is the most active thread I've seen here.

Ottawa, Canada. That's where I hail from. The land of igloos and parkas.

Anyway, what else you got Minus? Any tries at coding?

Thought I'd include a preset made of builtins too.
anubis2003#
Jaheckelsafar, that is the best preset I've seen in a while that uses only built-ins (except for the movement).
MinuS_PeDaL#
I'm working on a superscope right now. It not all good now but i'm getting better👍 I post when I'm done🧟
UnConeD#
Hint for people who are still using people's profile page to send PM's:

¯¯¯¯¯¯¯¯¯¯ê
KiD cHaMeLeOn#
Hey,

i am learning coding now
it's a simple AVS but soon with the help of atero's AVS primer i will know more.

Check it out 😁
|
|
\ /
\/
anubis2003#
Thanks for pointing that out unconed, I knew I had seen that before but I couldn't remember where it was.
Kid, here's some tips about your SSC.
- n doesn't need to be 700.
- Because i is always positive, abs(i) is a complete waste.
- v*1 is also pointless.
- Because v is so erratic, tan(v) and v are just about the same.
- i*.8 yields near the same results as i*sin(i)