Well, here are my current decent-ish presets. Some are from a while back, and are not so good, others are new and much better.
Comments on all and any welcome, but bear in mind the comments included.
Oh, some advice with colours: of those that do colours within the ssc, most are cmpltly random. Help here mebbe?
Just to show what I've done...
28 posts
attach a file pls 🙂
Attaching files would be good idea.
... woops, don't hit me, I forgot a "_1" off the end of the url.
I posted the other by accident, and can't delete (yes I checked the check ting) soooo, after my incompetence, hopefully...
I posted the other by accident, and can't delete (yes I checked the check ting) soooo, after my incompetence, hopefully...
We (atleats I) forgive U but I still want to see you presets.
Just attach it! OK?
Just attach it! OK?
Damned, I try, but I fail... 😁
Third try lucky?
Third try lucky?
Ok first off what the hell is wrong with that attatchment, i had to change it from document then rename it to a zip after i downloaded it before it would work.
Right the presets, these all just look like the newpicks you get when you download winamp. You need to be a little more creative before you release anything. Dont get me wrong these are some pretty good noob presets and the DMs arent bad but theyve all been done way too many times.
Also you need to optimise those scopes badly, in around the scope doesent need any of the top 3 boxes except "n=800", like i said they're not bad but you need some original ideas. Dont stop trying and sort out you damned posting and attatching skills 😉😛.
Right the presets, these all just look like the newpicks you get when you download winamp. You need to be a little more creative before you release anything. Dont get me wrong these are some pretty good noob presets and the DMs arent bad but theyve all been done way too many times.
Also you need to optimise those scopes badly, in around the scope doesent need any of the top 3 boxes except "n=800", like i said they're not bad but you need some original ideas. Dont stop trying and sort out you damned posting and attatching skills 😉😛.
Heh, thanks! around looks familiar, as it was me fiddling a lot with new_dynamic2, and I was trying to achieve effects like that. Thanks for the advice!
Yup, Raz is correct, all of them use "simpel" ssc-s and n=800 is bit too much for them.
In some strange reasons I liked the "wobby_sine" preset and thats the reason for making the remix. 😛
U can hardly see thet this is 3d, it needs more work, feel free to do anything with it.
In some strange reasons I liked the "wobby_sine" preset and thats the reason for making the remix. 😛
U can hardly see thet this is 3d, it needs more work, feel free to do anything with it.
nice job jack, pretty sweet remix. Nice use of the inverts too surprisingly 👍
Thanks for the feedback! n is 800 because i'm lazy and didn't change it from the default 😁
Thanks Raz. 🙂
Fish-face, keep up AVSing. 👍
Finaly I managed to make cube, comments are welcome.
Sorry for going off topic. 😕
<Edit>
After posting this I found the "bug": This all can do in 16 spetps, colculating the last (17-th) point is "pointless"
<Edit>
Fish-face, keep up AVSing. 👍
Finaly I managed to make cube, comments are welcome.
Sorry for going off topic. 😕
<Edit>
After posting this I found the "bug": This all can do in 16 spetps, colculating the last (17-th) point is "pointless"
<Edit>
wow, that looks awesome, love the way it morphs around and the colouring thingy, nice job 👍
That is nice jack. Add some 3-D translations(make it move around). Isn't the cube a great 3-D starter?
Yup, great it is and it seems to be my best preset so far. 🙂
The movement thing is done, but if i try to rotat hole thing around x axis then all will be ****** up. Where is the bug?
Maybe somebody would give me some hints to make it move in some other way than current one (ahhh, again lack of english).
The movement thing is done, but if i try to rotat hole thing around x axis then all will be ****** up. Where is the bug?
Maybe somebody would give me some hints to make it move in some other way than current one (ahhh, again lack of english).
Ahhhhhh! 😠
I just say nothing.
I just say nothing.
Very nice. Now it could use something else to complement the cube. Good base for a preset(I may be releasing one soon if I can figure some crap out).
minu 3d kuup😁
Btw. Jack, do you understand finnish? I don't understand Eesti not a bit although our languages are related very much 🙂
Nice cube jack! And it looks like you have Aesthethics skills too. I'll keep my eye on your work in the future 😉
Nice presets fish-face( this sounds like a mobster`s name 🙂 ).Colorful but they look kinda default like raz said...Try making your own stuff without any borrowed code,you will be surprised by results ! Anyway i took the liberty to make a remix of rippled_rings which is the best preset in this minipack.
Btw. Jack, do you understand finnish? I don't understand Eesti not a bit although our languages are related very muchNope, sorry, no finnish. Btw, in summer i worked in bowrange (this medieval stuff), there were lots of Finns and other foreign people as a customers but still i cant speak not a zip of finnish...
But still I want to know why i cant rotate the cube around the X axis and could anybody hint me with some kind of other ways to make movements (ofcourse other ways than my way)...
There is update for the cube....
Thanks Phaze!
I shall try some completely original ones, but I think I'll keep me ringy t'ing. Oh, when using getosc, and the other "get" function (I think there is one...) what data does it actually read? (I know where from)
I shall try some completely original ones, but I think I'll keep me ringy t'ing. Oh, when using getosc, and the other "get" function (I think there is one...) what data does it actually read? (I know where from)
Looks like you are rotating around the x axis Jack.
x2=x1*srz+y1*crz; y2=x1*crz-y1*srz;
x3=x2*sry+z1*cry; z2=x2*cry-z1*sry;
y3=y2*srx+z2*crx; z3=y2*crx-z2*srx;
You have all 3 axes there.
x2=x1*srz+y1*crz; y2=x1*crz-y1*srz;
x3=x2*sry+z1*cry; z2=x2*cry-z1*sry;
y3=y2*srx+z2*crx; z3=y2*crx-z2*srx;
You have all 3 axes there.
Yup, I am...
BUT in int field there is
>>xt=0;
per frame
>>crx=cos(xt);srx=sin(tx);
and per pont
>>y3=y2*srx+z2*crx; z3=y2*crx-z2*srx;
try to delete : xt=0; in int
put to on beat: ixt=rand(1000)/100-.05;
and per frame : xt=xt+ixt;
And then huppens ****!
BUT in int field there is
>>xt=0;
per frame
>>crx=cos(xt);srx=sin(tx);
and per pont
>>y3=y2*srx+z2*crx; z3=y2*crx-z2*srx;
try to delete : xt=0; in int
put to on beat: ixt=rand(1000)/100-.05;
and per frame : xt=xt+ixt;
And then huppens ****!
Jack: Read my AVS Primer 👎
Allready did (few times) and i found the bug, it was just some god deam stupid typo...and oops some really stupid mistaces in my reply
God i feel stupid...😔
put to on beat: ixt=rand(1000 )/100-.05;oh my god, what have i sayd...
God i feel stupid...😔
Yeah, typo's suck.
[offtopic] haha JC, red dwarf one of my favroute shows. The best is "dwayne dibley?" or the wars over whether the hats were going to be red or blue, lmao [/offtopic]
jack you really need to sort out your typing, too many mistakes
jack you really need to sort out your typing, too many mistakes
Okey y'll tri hearder...
I told my friends that ill start learning more english from now on and then they started to laugh (and im serious! They really did!). Guess i have just gone toooo deam LOW....
I told my friends that ill start learning more english from now on and then they started to laugh (and im serious! They really did!). Guess i have just gone toooo deam LOW....