• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Removing environment fog effect

Status
Not open for further replies.
Level 5
Joined
Dec 29, 2008
Messages
61
I'm trying to eliminate the fog effect entirely.

At the beginning of my game there's a cinematic with a Distance to target of 7000 and Far Z to 10,000 so it shows a lot of the map. I was hoping to be able to break the default fog setting because when panning over the map is shows a lot of blackness.

  • Visibility - Disable black mask
  • Visibility - Disable fog of war
  • Visibility - Create an initially Enabled visibility modifier for (Picked player) emitting Visibility across (Playable map area)
  • Environment - Set sky to Village Fall Sky
  • Environment - Set fog to style Linear, z-start 100000000.00, z-end 9999999.00, density 0.00 and color (100.00%, 100.00%, 100.00%)
However that last line just makes everything white. Is there a workaround here?

Edit: I found a solution fairly quickly. The solution was just to delete the and the fog setting above and add the following line:

  • Camera - Set (Picked player)'s camera Far Z to 10000.00 over 0.00 seconds
 
Last edited:
Status
Not open for further replies.
Top