Skip to content
Forum Archive

SsC.... i need some mad wack help... plz

37 posts

FrYnTeHkReW#
yeah, i thought the same thing

i didnt think it was too appealing either... it doesnt have that randomness im looking for.. and i dont know how to get a installer working yet to pack all the presets in.. so ima have to use just zip's.. ;]~ did you read the comment? ;]~ ill post some more presets in a few.. hope ya like these crazy ones ima make ;]~

and ty for all your help yet again mang
Nic01#
For an installer, go to Clickteam.com and download Install Maker.
It's much easier to use than NSIS 😛
FrYnTeHkReW#
ok, i have some rather strange questions......

ok, first, i would like to make shapes, like a triangle, or a parallelogram, or a square, or a rectangle, or maybe... well... a prism.. or a cone.. how would i make these shapes?

second, how would i make them filled in?

b., how would i, using the dynamic movement trans, make the trails comeing off of the shapes all move upwards?

16., i would like some basic equations and an explanation of some kind for the dynamic distance modifier thingy mahbobber...

2000000., can you do the same thing as in number 16 as well for the dynamic movement trans thingy???? plz ????

green, what is possible with the superscope? like is anything pretty much possible? or is there limits of some sort?

peaches, is there a way to make a shape that is all wierd looking such as the shape of a pear or that of a banana?

fruitjuice, is it possible to answer all of meh questions????? plz???

4, what exactly does if(????) do? and how does it work, and what is all of the exceptable values for it?

orange, can someone explain plz, what all the diff var thingy's do for the superscope???? plz... like the movements each would produce.. or just a sample problem for each variable available and an explanation for it plz.. just something simple..





ok.. the numbering for meh questions is all messed up, i hope you found humor in it ;]~

anywayz..... im a NoOob.. but if i can somehow get all these questions answered... well.... ill be on meh way to making some crazy ish..


bleh.. gotta go to sleep, got skOol tomorrow.. aight, night yall


peices
Nic01#
First : Apply your math knowledge, use point-by-point assignment, or, for the prism and cone, use the 3D SSC code (You can acquire this from El-Vis's 6th pack).

Second : For 2D shapes, use s=bnot(s) (Screw around with this to figure out how to do it), for 3d shapes, use separate SSCs that are filled in w/ 3d code. Might want to fade the color out depending on the distance.

b : Check rectangular coordinates, and put in y=y+0.01 (Or was it y=y-0.01? I forgot...)

16 : DDM? The same thing w/ DM, but only D is configured.

2000000 : DM? Uh... I believe other people have asked this in other topics...

Green : Almost everything, especially w/ Point-by-Point assignment!
Examples : Atero's Super/Hypercube, presets in El-Vis's 10th pack (Get this @ Deviantart.com - Browse for presets, order in the amount of favs), and my Beat Counter (Available at here )
There's also my Beat Clock, it's in one of the topics in the Presets forum...

Peaches : Using Point-by-Point assigment, virtually everything is possible... But then, it all depends on your way of using it.

Fruitjuice : Yes... Not from me alone though...

4. If? Use it for point-by-point assignment and many, MANY other things... Using Above, Below, and Equal is quite essential for the condition part...
Otherwise, dig up others' AVSs to see what you can do with it 😉

Orange : Uhh... clarify please...

Please, don't make us do most of the work : You don't learn as much that way...
Jaheckelsafar#
The if statement works in english is like this.

if(check1,value1,value2)

if check1 is equal to zero, return value1, otherwise return value2

eg.
x=if(equal(x,1),0,x);

if x equals 1, make x 0, otherwise, make x what it already is.
FrYnTeHkReW#
sorry about all of the questions

😢

im a nOob, and i have migrains everytime i play with ssc, and the dm gave me such a massive headache when i even started messin with it that i dont think i played with meh comp for about 2 days... i suck at math, but while im in the army ima take some trig ;]~ so yeah, i should come out with some mad whack fucked up presets in about 6-10 months.. but till then, im a nOoOob.

well, really, the only REAL thing i need to know how to do is make a triagle, or the basics of making shapes, which i presume you stated how to up in your post.. sorry for all the nOoObizm by meh, i think the first avs preset pack ima come out with will be called:

"Ol SkOoL nOoOoBiZm"

it should fit me and meh presets quite nicely, and guys, 😁 😁 😁 😁 😁 😁 😁 😁 😁 😁 😁 😁 😁 😁 THANK YOU ALL for dealing with this nOoOb's constant whinning and stupidity, and ty for all your help, and ty for everything you have helped me with. you guys have helped me actually get some sleep at times ;]~



welp, im off to skOuR the forums and find every lil bit of info i can and ima see what the hell i can come up wiht... whatch yall puke after seeing meh nOobizm in action ;]~


ty all again!
Nic01#
For basic 2D shapes, use the circle formula, but with less value of N.
The circle SSC basically generates a polygon with n-1 sides...