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.
Feeble Attempts
13 posts
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.
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.
How would I make a dynamic movement that removes the aliasing?
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.
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.
love your name..
ill check your pack now
ill check your pack now
m²k: I was referring to pixel aliasing, not DM gridsize aliasing. DM's still have bilinear filtering...
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.
That would be one hell of a fight . . . . & quite tastey.
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:
It should look like this:
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.
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:
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;'.x = i; y = 0;
red = 1 - i; green = 1 - i; blue = 1 - i;
It should look like this:
This will darken the centre of the preset, hiding the antialiasing.[rest of preset]
Effect list
- Render / SuperScope
- Trans / Movement
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.
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).
I've attatched it (hopefully).
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.
Another simple solution for Speed me towards death:
Enable blend in the DM and add the line
alpha=.8-d
in pixel.
Enable blend in the DM and add the line
alpha=.8-d
in pixel.
Flogging Molly is a irish punk band. Irish people like plaid and stuff. Anyway, thanks for the comments guys!