Author Topic: fog & lightning in map  (Read 1518 times)

Wolf Man

  • Stingray
  • Posts: 88
fog & lightning in map
« on: March 15, 2007, 08:33:50 PM »
yo, im making a new map, wont be out for a while, but i need to know how would i add fog in the map, at certain thickness levels, and id there a way to make lightning, or even rain?

Eiii

  • Autococker
  • Posts: 4595
Re: fog & lightning in map
« Reply #1 on: March 15, 2007, 09:03:35 PM »
Fog is added with 'sky' 'fog (and then some numbers)'. You can look that up in the wiki, I think. However, the fog is uniform across the whole map, so if you have an indoor and outdoor area, the fog will be both outdoor AND indoor. Rain is possible with some fancy brushwork and moving textures, but the r_speeds and compile time would be hell, so that's not exactly feasible.

P!nk

  • Autococker
  • Posts: 948
_
« Reply #2 on: March 15, 2007, 10:23:51 PM »
Post removed
« Last Edit: July 26, 2010, 02:22:23 AM by P!nk »

Clipz

  • Committee Member
  • Autococker
  • Posts: 1497
Re: fog & lightning in map
« Reply #3 on: March 16, 2007, 07:35:16 AM »
To make fog you can just use a target_temp_entitiy and the style 45, set the target to A1
You also need to add a func_timer (make the target name A1) spawnflags , Start on... Wait .6 Random .5

Thats the way i make it... but the again that might actually be more of a smoke haha

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: fog & lightning in map
« Reply #4 on: March 16, 2007, 04:07:31 PM »
That's the smoke entity, and it will cause severe issues with framerates for some people.

Wolf Man

  • Stingray
  • Posts: 88
Re: fog & lightning in map
« Reply #5 on: March 17, 2007, 08:46:03 AM »
i see, i wasnt going to use both rain and fog, that would be really bad looking, if there is no simple way of making active weather like rain ill just use fog, does the value of the numbers after fog effect how thick the fog is?

Eiii

  • Autococker
  • Posts: 4595
Re: fog & lightning in map
« Reply #6 on: March 17, 2007, 11:47:36 AM »
Yes.