|
|
|
 |
9of9  |
Experienced Modder | Member since: 25.02.2006, 03:44 | Posts: 537 | Location: UK, Oxford |
Likes: 0 |
| |
|
Post Topic: Fading a FogVolume Posted 17.12.2007, 03:44 |
This hasn't been covered in any great length before - so I'm curious what (if any) ways there are of dynamically working with a FogVolume (Entities -> Render -> FogVolume). Getting it to be foggy works well enough, but I'm not having a lot of luck getting it to do anything else for me. Ideally, I could get it to fade in or out for my mod. I've also seen a dev say that this can be achieved with a Fog entity, but I've not been able to elicit any effect from that one at all - the FogVolume at least works.
There are several FG handles that the FogVolume entity can contribute to a FlowGraph. There are Hide and Show which work as expected, toggling it on and off. Then there are 'Time' and 'Value' entries (Float) which, for all my fiddling about, seem to make no difference to anything. Finally, there is a boolean 'Fade' input which does nothing as far as I can tell either.
If anyone can shed further light into the workings of this entity I would be rather grateful.
|
|
|
|
|
|
|
|
wootwoots  |
Uber Modder | Member since: 18.01.2010, 23:11 | Posts: 1730 |
Likes: 0 |
| |
|
Post Topic: Posted 18.03.2011, 20:38 |
Hello, i'am bumping this thread to know if someone succees to make work the other fogvolume node option !?
I tried it out too without success.
thanks.
|
|
|
|
|
|
|
 |
-Sannyasi-  |
Trained Modder | Member since: 06.09.2008, 02:53 | Posts: 205 | Location: Kansas, U.S. |
Likes: 0 |
| |
|
Post Topic: Posted 19.03.2011, 22:50 |
to fake it you could try making a whole bunch of really thin fog volumes, then have them pop in one at a time at intervals and maybe add some particles in to help cover up popping a little bit
|
|
|
|
|
|
|
 |
Falc00n  |
Database Support | Member since: 31.01.2010, 15:32 | Posts: 458 | Location: Germany |
Likes: 0 |
| |
|
Post Topic: Posted 19.03.2011, 23:21 |
you could also try to move the fogvolume out of the ground by fg or trackview to "fake" a fading.
|
|
|
|
|
|
|
wootwoots  |
Uber Modder | Member since: 18.01.2010, 23:11 | Posts: 1730 |
Likes: 0 |
| |
|
Post Topic: Posted 20.03.2011, 01:04 |
Oh you can move a fog volume, didnt had the idea to try move it with FG ( since i really HATE use trackview ) Will try that even if that wasnt my question :p but guess it will ok for what i wanna do.
Mean that the node only work for enable and disable the fog i guess ? :/
|
|
|
|
|
|
|
 |
the_grim  |
Superstar Dolphin | Member since: 16.08.2004, 10:46 | Posts: 9506 | Location: Finland |
Likes: 39 |
| |
|
Post Topic: Posted 21.03.2011, 13:43 |
Pretty much, yeah... I've had no success with anything else than moving the FogVolume in TrackView or Flow Graph - if you set the FogVolume in an angle relative to the ground, you can have a pretty convincing "build up" for the fog by slowly moving it up from below the terrain.
|
|
|
|
|
|
|
 |
ace mcgee  |
Trainee | Member since: 01.12.2007, 23:45 | Posts: 198 | Location: America |
Likes: 0 |
| |
|
Post Topic: Posted 21.03.2011, 14:30 |
Here is a sample of my flowgraph used in my z28 level. I have it pulsing big to small.
|
|
|
|
|
|
|
 |
Talvipakkanen  |
24/7 Modder | Member since: 16.06.2008, 22:11 | Posts: 4306 | Location: Oulu, Finland |
Likes: 2 |
| |
|
Post Topic: Posted 21.03.2011, 14:36 |
GlobalDensity of FogVolume can be controlled with "Entity:SetProperty", as it seems.
|
|
|
|
|
|
|
 |
the_grim  |
Superstar Dolphin | Member since: 16.08.2004, 10:46 | Posts: 9506 | Location: Finland |
Likes: 39 |
| |
|
Post Topic: Posted 21.03.2011, 14:50 |
Quote: Originally posted by Talvipakkanen GlobalDensity of FogVolume can be controlled with "Entity:SetProperty", as it seems. Hey that's a clever one, I remember thinking about considering to test something like this a while ago, but never got around to it.
|
|
|
|
|
|
|
wootwoots  |
Uber Modder | Member since: 18.01.2010, 23:11 | Posts: 1730 |
Likes: 0 |
| |
|
Post Topic: Posted 21.03.2011, 15:00 |
oH ! That is a pretty nice new Talvipakkanen ! I never think use that node. And thats perfect for what i wanna do. Awesome you save me somes trick with Vec3 to move somes Volumes with player distance to fake Shadow xD Because from that  Getting that with distance  its totaly ugly. thanks =) and thanks too Ace Mcgee, but guess changing globalDensity will more feet to what i need =) EDIT: yeah as far as i remember Talvipakkanen always give smart advise / solution =p
Last edited by wootwoots on 21.03.2011, 15:11, edited 2 times in total.
|
|
|
|
|