Archive: Feeble Attempts


6th November 2003 21:08 UTC

Feeble Attempts
Hi! I'm new here, but I know my way around AVSing relativly well. So, for my introduction, I bring you my first pack (well, it's more of a really really mini pack), entitled Feeble Attempts. I call it that cause it's my feeble attempt at making something cool. Anyway, I hope you guys like it. Go download it here

Oh, and if anybody can tell me where I got the names of the presets from, then you get a cookie.


6th November 2003 21:37 UTC

Rob Dougan - Furious Angels... I demand a cookie now :weird: .

Born Yesterday is not my cup of tea at all... Speed me towards death is not bad, but you should try and do something about the noise in the middle due to excessive aliasing. Swagger is a neat idea, though I don't quite understand why you'd go through the trouble of distorting your scopes rather than just using a (dynamic) movement afterwards which gets rid of the aliasing.


6th November 2003 22:31 UTC

How would I make a dynamic movement that removes the aliasing?


6th November 2003 22:35 UTC

You can't. Because DM'S interpolate based on a number of points (the grid size) otherwise it would be impossibly slow, aliasing is unavoidable. You can adjust the grid size, but it slows down incredibly.


7th November 2003 01:45 UTC

Then what do you suggest I do? I've tried most everything I can think of, which isn't much. I'm really new to this and I don't know much about it at all. The only preset out of that pack that wasn't created by accident was the plaid one, and that's just a bunch of lines.


7th November 2003 01:52 UTC

love your name..
ill check your pack now


7th November 2003 03:25 UTC

m²k: I was referring to pixel aliasing, not DM gridsize aliasing. DM's still have bilinear filtering...


8th November 2003 07:03 UTC

Evil Rice should come out of retirement in order to battle Onion Ring of Doom.

That would be one hell of a fight . . . . & quite tastey.


8th November 2003 11:48 UTC

Re: 'Speed Me Towards Death' antialiasing.
Quick 'n' dirty solution:

Create an effect list at the end of your preset. Ignore input, set output to 'subtractive blend 1'.

In the effect list, create a render/superscope. Set it to draw as dots. In 'init', type in 'n = w / 2;'.

In 'pixel', type in:

x = i; y = 0;
red = 1 - i; green = 1 - i; blue = 1 - i;

Now add a trans/movement to the effect list, after the superscope. Go to 'user defined', uncheck 'rect coords' (if it's checked), and set the movement to 'r = acos(-1) / 2;'.

It should look like this:
[rest of preset]
Effect list
- Render / SuperScope
- Trans / Movement

This will darken the centre of the preset, hiding the antialiasing.

If you set the effect list's output blend to 'additive blend', it'll fade the centre of the preset instead.

I'm sure there's a better way , but this does the job.

8th November 2003 11:52 UTC

On second thoughts, multiply blend looks a lot nicer, but that requires a few changes, and I've exhausted my tutorial-making for the day. :rolleyes:

I've attatched it (hopefully).


8th November 2003 14:41 UTC

This is what happens when you listen to too much Flogging Molly.
:igor:

i don't know who or what that is, but for some odd reason it sounds like the name of a mentally challenged horse to me....

quite nice work, 'speed me towards death' really stands out. very vivid, very nice.

8th November 2003 15:33 UTC

Another simple solution for Speed me towards death:
Enable blend in the DM and add the line
alpha=.8-d
in pixel.


9th November 2003 17:09 UTC

Flogging Molly is a irish punk band. Irish people like plaid and stuff. Anyway, thanks for the comments guys!