Weather effects
Moderator: Graf Zahl
-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England
Weather effects
Like you've got Fade and Outsidefog in MAPINFO one could add weather effects for indoors and outdoors either have hud graphics moving about the screen or some sort of camera distortion effect (like the warp effect used on textures.) The graphics could be scripted but it would be better if they were in map info. One could also define weather actors in decorate for custom weather effects aswell.
-
- Stronghold Team
- Posts: 319
- Joined: Thu Apr 12, 2007 21:35
- Location: Germany
-
- Developer
- Posts: 4753
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
-
- Stronghold Team
- Posts: 319
- Joined: Thu Apr 12, 2007 21:35
- Location: Germany
Less slowdown while movement would be bad-@$$ed. Effects like snow wouldn't be laggy anymore then. Actually GZDoom only slowdowns because of moving actors, not rendering them, so if the snow isn't animated while it's on the ground (Why would someone have ANIMATED snow?) it would bring less slowdown. And with this technique for multi-paticleish-like-actors to make them make much less slowdown while moving it would lag even less. Now this would be cool.
-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England
-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England
One could go boyond weather effects and make effects for different things, like a flame coming from the bottom of the screen when the player is burning and better effects for powerups etc, these'd have to be done with shaders or something because an image would look shit basically! Like using the warp effect on the player's view instead of just a texture, and maybe adding color on top of that. (i don't know adsactly what shaders are, so that might be wrong.)
-
- Stronghold Team
- Posts: 319
- Joined: Thu Apr 12, 2007 21:35
- Location: Germany
Just do it yourself with good drawings and intelligently used HUD Messages. Is it actually possible to warp *Font Graphics*? This could actually archive effects like fire, if someone is a bit time sparing
Or too lazy. But Graf Zahl said sometime that this will not be added (like the "Strife Death Sequences", where the hands are burning), it just eats up too much time, which Zahl doesn't really seem to have =/
Weather effects can be archived very easily by "Particle Spawners" and "HUD Messages". Particle Spawners make the weather effects and the HUD Messages make the affects on the player. Maybe it is possible to simulate this via custom player classes. Like you could define "Fire.Death" as a state and give the player the Inventory Item "BurningHands", which use hands, which are burning as a dummy *Weapon*. This would archive a similar effect.
Images never look like *shit*, it's the drawer himself who can't do this properly to archive these effects. Just try to play a bit with your favorite Image Editing program, and if you take your time really decent things will come out.
Warp effects can be done again with HUD Messages. Just draw a green texture and set up the necessary alpha of the HUD Message.
So your best friends are *Images*, *ACS* and *Decorate*, as they're together the mightiest tools you might ever have in Doom, before Doom Script comes of course

Weather effects can be archived very easily by "Particle Spawners" and "HUD Messages". Particle Spawners make the weather effects and the HUD Messages make the affects on the player. Maybe it is possible to simulate this via custom player classes. Like you could define "Fire.Death" as a state and give the player the Inventory Item "BurningHands", which use hands, which are burning as a dummy *Weapon*. This would archive a similar effect.
Images never look like *shit*, it's the drawer himself who can't do this properly to archive these effects. Just try to play a bit with your favorite Image Editing program, and if you take your time really decent things will come out.
Warp effects can be done again with HUD Messages. Just draw a green texture and set up the necessary alpha of the HUD Message.
So your best friends are *Images*, *ACS* and *Decorate*, as they're together the mightiest tools you might ever have in Doom, before Doom Script comes of course

-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England