Skip to content
Forum Archive

Whacko AVS VI

51 posts

UnConeD#

Whacko AVS VI

Grab it from the usual places...

Acko.net
DeviantArt
DeskMod

Comments are always appreciated 😉
cmountford#
TOOO COOOOOOLLLL!!!!! I have a question: Does the "Use the force" preset ever show who's shooting at Luke?

You outdid yourself, Steven. Making the AVS window with superscopes & text?!?
dirkdeftly#
Actually, that's pretty easy if you know what you're doing. Now, if he could actually get the current SKINNED window, THAT would kick boo-tay. But unfortunately that's virtually impossible...Oh poozark.
Jaheckelsafar#
Wow. That's pretty nice stuff there. There were a couple that didn't quite do it for me though. I didn't like Radiant much, but Zero G Maze III and Mission To Mars more than made up for it.
cfp#
!R!O!C!K! awesome pack all round.

congrats on texer. tis pretty damn nifty.

if we keep it up at this rate no one will use the default avs effects by this time next year (^_^) who needs avs 3 eh?
nixa#
bug report

I did some experimenting whith colormap.ape and it crashed winamp whith a message:

WINAMP caused an invalid page fault in
module COLORMAP.APE at 0167:03c62597.
Registers:
EAX=00000008 CS=0167 EIP=03c62597 EFLGS=00210287
EBX=03c84240 SS=016f ESP=0439f238 EBP=0439f260
ECX=03ca4444 DS=016f ESI=03c86444 FS=4eef
EDX=00400080 ES=016f EDI=fffe0000 GS=4f36
Bytes at CS:EIP:
8b 01 89 55 e4 89 45 ec 8b 45 fc 8b d0 c1 e0 10
Stack dump:
03c6d208 00000000 02390bc0 00000000 0000a9a8 00000000 00000000 00000000 0000a9a8 00000008 0439f2bc 01e3df28 0439f668 00000100 03e90010 03eba6c0

Preset is attached but I dont think anyone will want to download that. Could the problem be that im using W2?
UnConeD#
I can't debug it here but I'll do it first thing sunday evening... not sure what the error is, it looks pretty normal. You can still watch all the different color maps while the error dialog is showing, so it can't be too messed up.
Xion(810)#edited
Four words.

THERE IS A GOD.

Downloading it now...Will edit post with review.

EDIT: REVIEW

1 - Intro: Nice visuals, only you lose the discs when they go off the screen. 4.5/5

2 - Space Rings: Very nice, but...*falls on floor seizing* 4.0/5

3 - Jello Cube: Does that come in Lime or Grape? 5.0/5

4 - Radiant: Very nice, but not your greatest work. Bottom of the barrel maybe? 3.7/5

5 - Physhotropic Butterfly: Big name, big boasts. Only problem: See 2. 4.4/5

6 - Mission to Mars: Best in the pack. 5.5/5

7 - Milkyway II: Better than Milkyway. I like! I'd like more stars though. 4.8/5

8 - Retrosquares: Erm...Hypnotic but boring. 4.1/5

9 - Containment: DIE BUG! Oh wait, I returned Metroid Prime already. Sweet. 5.0/5

10 - Use the Force: Very nice, but goes through walls and pillars. Sometimes leaves canyon and sight. sometimes goes into the floor of the canyon. 4.3/5

11 - Microscopic Metablobs: Very nice! This should be called "Radioactive Metablobs" but that could be in the works already for 7...if there is a 7. 5.0/5

12 - Zero G Maze III: Ugh. It chooses it as soon as it leaves the tunnel. BORING! And Circle? Okay, something other than a square as it's predecessor (sp?). More tech involved. 4.8/5

13 - Circut City: Very nice! too bad there's only Four different objects in the scene, but they look nice. Hi-qual. 5.0/5

14 - Intergalactic Octopus: Nicely done, second best in pack. 5.2/5

15 - Strange Recursion: Just as the name suggests. Veru strange. 3.8/5

Overview: Well made pack, Very techical, but running low on high-quality ideas. 5.02/5 Average, My call 4.99/5

Btw, it installed a few new fonts in my machine, but I didn't see them used in the packs. WTF?
UnConeD#
Quick reply because IE just crashed and I lost my big post which I don't feel like typing again...

- The font is used in the intro (Eurostile). It installs both the bold and normal version of it.

- I think the presets are still pretty non-epileptic, but you could always add motion blur if you wanted. Oh and changing the buffer-restore in psychobutterfly from XOR to Additive makes it a lot smoother.

- Jello Cube: add channelshift for more different colours 🙂

- Radiant: strange, no-one seems to like this preset. I love it 🤪

- Use the force: the ship isn't supposed to hit things but the prediction isn't perfect. It can't be going inside the floor, it's probably the non-perspectiveness of 3D DM's that's screwing up the perspective up close. Making presets like this is not easy... can't believe you gave it less than psychobutterly btw.

- Circuit City: actually there are 5 objects and variations of chips (pins on 4 sides or pins on 2 sides). Adding more would add more slowdown.


Thanks for doing a preset by preset review! You seem to have forgot geisser though... 🙄
Diesto#
Should I try to get as good as Steven or should I stop AVSing right now because that's impossible?!

Could I have Luke flying over Tattooine? Or do I have to combine 'Mission to Mars' and 'Use the Force' on my own? But I guess it'll be too slow?

CU in Goa
Diesto
Xion(810)#
I forgot the geiss one but I don't want to review it since all geiss ones are all the same: A superscope in multiple forms (Circle, square, two lines, etc.) with a colorfade blur. The blurs are different, the shapes are different, but they're all basically the same.

UTF was scored less than butterfly because of technicalities (i.e. camera and ship going into the canyon bottom)
UnConeD#
Well the camera and ship *can't* go into the bottom... their vertical position is limited by a max() statement. Perspective can look weird from up close, because DM's weren't made for 3D.
Xion(810)#
Well the camera actually "Sticks" to the bottom of the canyon. I don't know why, but it just does. It goes a touch under and sticks there. I think that max() vars are for the top and maybe min() vars are for the bottom...
UnConeD#
Well actually no...

If you want a value to stay above a certain other, you use: max(limit,value); At the bottom, we want the y coordinate to stay above the plane's y coordinate, so we have: y=max(yplane,yship); (not literal code).

Here's the code for the camera (capped at -0.29)

oy=max(-.29,oy);

And here's the code for the floor:

k=if(above(iy,.3),(oy+.3)/dy2,0);

As you can see, the plane has the equation y=-0.3 (don't mind the opposed signs, it's because of an optimization)
UnConeD#
Sure, but it's just a linear gradient like you could create with any paint program 🙂. The slope of the gradient matters a lot by the way... if you change it using gamma correction, you can get different results.
VisualAgnosia#
You know my computer suddenly morphed got up from his spot on my desk and kissed me for installing your presets

Love

Retro Squares, Containment,😱 Microscopic Meta Blobs😱, Zero-g Maze III and Strange recursion is ingenious.

Props

All I need now is a digital Projector, can anyone lend me 3 grand for a couple of weeks🙄

VIzAG🧟
jheriko#
I just wan't to add somethings quick:

1.) I liked radiant, I thought it was really good, maybe not the technical complexity that we are all used to in Whacko AVS, but it looks great.
2.) I hate space rings, its the token crap preset of the pack in my mind. Sorry dude.
3.) One day I will equal your technical skill UnConeD... one day.

(No I'm not bitter and writhing in jealousy over how relatively crap my code is...not at all, never, nope.)

😛
dirkdeftly#
Am I the only one who really liked all the texers? 🧟

BTW, you need to fix the little + in the upper-left hand corner of the AVS window in Strange Recursion
Tuggummi#
I LOVE the texer APE and the texer presets! I think that flying octopussy in space preset (what ever the name was i can't remember 😉) was the best preset in the pack!
Yathosho#edited
waaaah, nice pack steven! i was using the texer ape yesterday, but closed winamp since i wasnt too motivated to create presets. when i opened it again (with avs-window), the simple preset using the texer ape made winamp (v2.81) crash. i had to delete the vis_avs.dat, but i havnt tried to reproduce this bug (?). will keep you updated on this matter.

Originally posted by UnConeD
The font is used in the intro (Eurostile). It installs both the bold and normal version of it.
how come you are spreading a copyrighted font without permission? each version of the Eurostile font costs US $21.

just letting you know before you get into trouble!
fsk#
as usual an awsome pack 😁. My favorites are
Mision to mars (the best preset in the pack ),
Intro (one thing tho why is the text so big),
Z.G. maze (circular tunnels are better),
circuit board (the chips sometimes cross each other, not good🙂 ,but probably hard to do otherwise),
the contained thingie (great use of DMs, love it),
the starfish thingie (damn you and those tentacles 😁, great one especialy the streched starfiled-great idea) ,
yello cube (like it a lot, all of it. have a sugestion here :could you make it so that difrent sounds deform it diferently-low freq. make it rounder, high freq. make it spikyer?).

And those APEs are the best thing that happend to AVS since v2.5 great work.
(ok the convolution filter was nice to:P)

And I was also wondering about the font thingie.?
Diesto#
I hoped that I can use the texer to have different flying pics. Unfortunatly it didn't work out. Is there any documentation available for the texer? Are my following observations correct?

- every drawn pixel is replaced by the image selected n texer => you must 'clear every frame' as otherwise all pixel are calculated again 🙁

- it's impossible to link certain Superscopes to special texers, e.g. first SuperScope gives a sun, second a moon, third a face, while the rest is used as normal to draw lines. 🙁

Do you think it's possible to have a real combination of SuperScope and an associated image? I might have an idea, but I can't program APEs (whatever they are).

Diesto