Skip to content
Forum Archive

h3ll h0le avs preset - can someone help me add a few improvments?

21 posts

sharkbyte#

h3ll h0le avs preset - can someone help me add a few improvments?

ive made another avs preset its still a "prototype" though. what i need to do is find a dynamic movement equation (in rect. coords.) to make it rotate, so , if anyone can do this, i appreciate you post the eq. here. also, if anyone can make any improvements, please do. and, oh ya, dont forget to critisise (just dont be to mean 🙂)

long live 📻 !
sharkbyte#
oh ya... and heres the .avs file
Raz#
bleh, a ring scope and a pointless DM, An ignore ignore efect list does nothing, even if it did do something you cleared the screen before it anyway, a black clear screen is pointless unless you change the blend option, plus it's disabled anyway, go over your damned presets, learn what you're doing before you randomly add things, the DM could be replaed by non rectangular coordinates frame:"a=0.95" beat:"a=0.85" pixel:"d=d*a", rotation is simple "r=r+speed".

Now let me put it in simple terms so you can understand it.
Many things already been explained
Big easy search function
FAQ
Tips and tricks threads
Almost everything has been covered at some point
Now go search and learn before midlessly asking questions.
Pixelcraft#
Re: h3ll h0le avs preset - can someone help me add a few improvments?

Originally posted by sharkbyte
long live 📻 !
If you want, you could put that as your signature.

And I can't even download this file. It's probably not you, it's most likely my stupid, virus embedded, cheap, uncooperative, lower than dirt, more-annoying-than-a-mosquito-in-your-ear, piece of crap internet connection. So I'll try later.😁
Jaheckelsafar#
Noob preset. 😛

Let me guess, first try. That's cool. We all started simple. There lots of resouces around this forum. Take a stroll throu the FAQ and the tips a nd tricks pages. If you get lost, ask someone, but nobody here's gonna make the preset for you.
Deamon#
Simple rotation for scopes in Rectangular coords:


x1=Put your normal x code here;
y1=Put your normal y code here;

x=x1*sin(rt)+y1*cos(rt);
y=x1*cos(rt)-y1*sin(rt);

rt is to be put in Per Frame, with wathever you want: A slow counting number, or a random on beat etc. (maybe a getosc?)

Simple Rotation for Dynamic Movement (Rotoblitter effect, works better in normal movement):


x=x+y*0.1;
y=y-x*0.1;
Try searching the forums for a change, The SSC code was in the Tips and Tricks 2 - Beginner and intermediate only thread, the DM code was in the Tips and Tricks thread.
Tuggummi#
YOU FUCKING STUPID IDIOT! DON'T RIP OTHER PEOPLE'S WORK!

The Dynamic movement inside the effect list (which apparently does nothing) is from my "Worm-o-rama" preset and that Dynamic Movement outside the effect list is from my "Chrome Capsule" preset. The dm's are simple, so anyone more advanced can easily make them themselves, but since you're stupid enough to put a ignore/ignore effect list into the preset i have every reason to believe that you ripped me off. Also the codes are exactly the same looking. Learn some fucking copyright rules and DO YOUR OWN SHIT asshole.
sharkbyte#
well ge, excuse me if i try to learn from your code! i was gonna post a comment in the code...apperantly noone understands that it is not completed yet.i used to look up to you as an idol, tugummi, i wanted to be just like you, i downloaded tons of your presets...now, those dreams are crushed. thanks alot.

P.S - you might wanna fix your caps lock key...i think its broken
[Ishan]#
GOD I HATE RIPPERS!😠
I totally agree with tug, and if you wanted to learn something you could have experimented something and changed it instead to posted it as a whole.

P.s. and one more thing everybody here agrees that rippers are ASS HOLES!😠
[edit] and one more thing why dont you try and respect your idols work and his work put on to make that DM?[/edit]
sharkbyte#
Rocky, id like to thank you for telling me what Tuggummi said in much nicer manner, and with no caps 🙂.I am fine when people tell me of my mistakes in a nice manner, it just gets really annyoying when someone goes off like i killed his family...i will try to modify the code more next time. heres my order in which i make avs for those who are confused:
1.get an idea
2.browse the forums for help
2.create the base code
3.copy the base code into an ignore/ignore effect list for later refrence
4.create a short intro comment
5. add extra effects to base code
6.debug and enhanche
7.add credits
anubis2003#
You shouldn't have even posted a preset that doesn't use only your code unless you give all credit for it to the author of that code.
Pixelcraft#
Okay it worked ths time..... yeah..... you ripped Tug pretty good.....

you have a unenabled clear screen that doesn't need to be there.....

also 2 sscs which are in the same spot. It would be the exact same image if you took one out.

btw - if you want to see a hellish preset check out Elvis' "Hellfire" and "Gate to Hell" presets. Maybe you'll get a good inspiration.
Tuggummi#
Well excuse me for being a fucking human being. Just because blaa blaa make good presets blaa blaa idol blaa blaa, doesn't mean that i won't hate the fact when somebody just plain rips my work without any own effort, you've should atleast try to edit it or something, but nooooooooo you just ripped it straight off. 😠

Im so sorry to have feelings.
[Ishan]#
That's what i said before,he did'nt even experimented or edited tug's code.
Tug - i think it's quite normal .if i were you i would react in the same manner.
Tuggummi#
Ishan, well i can blame myself too, normal persons control their temper, but im not like that... But what i really don't like is that i should be behaving nicely, just because a lot of people have downloaded and hopefully liked my work... that can be almost counted as some sort of racism 😔
[Ishan]#
Tug , you see its just that we are seeing so many rippers these days it very...annoying, and besides these rippers are new to AVS so that dont realise how much effort had been put to make it.
Tuggummi#
Well im chill now, i don't actually care that much if my work is used, because it's so simple. I just want you to know that when you use other peoples work you should:

1) credit the author
2) Try to learn from it & try to edit it yourself

I'll shut my mouth now.