Skip to content
Forum Archive

Feeble Attempts

13 posts

OnionRingOfDoom#

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.
UnConeD#
Rob Dougan - Furious Angels... I demand a cookie now 🤪 .

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.
mikm#
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.
OnionRingOfDoom#
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.
UnConeD#
m²k: I was referring to pixel aliasing, not DM gridsize aliasing. DM's still have bilinear filtering...
NemoOrange#
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.
Irrelevant#
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.
Irrelevant#
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. 🙄

I've attatched it (hopefully).
Pixelcraft#
This is what happens when you listen to too much Flogging Molly.
🧟

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.
gaekwad2#
Another simple solution for Speed me towards death:
Enable blend in the DM and add the line
alpha=.8-d
in pixel.
OnionRingOfDoom#
Flogging Molly is a irish punk band. Irish people like plaid and stuff. Anyway, thanks for the comments guys!