UIUC85
3rd March 2004 22:32 UTC
Minipack (kinda)
Wanted to post a couple of new presets and repost a couple adjusted ones. Guess it's kinda like a minipack but not really. So let me know what you guys think.
Oh and make sure you get the bitmaps into the right folder or the preset using them is just gonna look stupid. And speaking of that one, yeah there's no background. I like it like that and it saves FPS.
Update: Left a piece of unused code in one of the presets. Fixed it. Updated.
Warrior of the Light
4th March 2004 10:46 UTC
Don't understand the first thing of your coding in those DMs, but the presets look great.
Tuggummi
4th March 2004 10:55 UTC
Well i gotta give it to you, Spherical Conductor is the first fast "high tech" preset without any visible ugly edges :up: Great job on that.
I also liked Blue Gill very much.
Yathosho
4th March 2004 11:04 UTC
nice stuff here, even those techy presets look great. blue gill reminds me of my own stuff, yet painters algorithm is my favorite here.
Jaheckelsafar
4th March 2004 14:14 UTC
Verra nice :) I'd have to give my vote to Spherical Conductor, although Blue Grill did reflect the music eerily well. Maybe it was just chance but damn. :)
Neoavs
4th March 2004 15:12 UTC
Spherical Conductor - now that's what I call c00l! Really the preset is very nice and has a great texture. Blue Gill also is great. Keep up the work.
Shock Value
4th March 2004 20:42 UTC
Very nice job. Great colors on Blue Gill, and the buffer blended DM on Spherical Conductor looks awesome (although I think you could do more with the color scheme; the current green and blue is kind of boring)!
Deamon
4th March 2004 22:13 UTC
Spherical Conductor is sweet :), Really nice coding.
UIUC85
5th March 2004 04:05 UTC
I bug was found in Blue Gill when you change the window size. I'll release it again later with the fix but if you want to fix it just change the code in the second effect list frame section to:
x=if(equal(w1,w)*equal(h1,h),0,1);
enabled=x;
w1=w;
h1=h;
and that should take care of it. Thanks again for the awesome comments!
UIUC85
5th March 2004 15:51 UTC
errr dont need the x anymore. sorry, it's been a long week. exams...
enabled=if(equal(w1,w)*equal(h1,h),0,1);
w1=w;
h1=h;
hungryskull
6th March 2004 14:59 UTC
Spherical conductor is good.