havenphillip Posted December 14, 2017 Posted December 14, 2017 I don't know programming that well and I have the fog shader from the workshop but is there some simple programming trick to use the night skybox with the shader? The blank white sky is driving me nuts. Quote
havenphillip Posted December 14, 2017 Author Posted December 14, 2017 I looked at the script but I'm not a programmer. It looks like gibberish to me. I'm learning slowly and I fiddled with a few of the numbers but couldn't make it do anything and I don't want to break it. Do you have a link to that Klepto ground fog shader? That's exactly what I want. Just a little mist to give it that eerie feel. Quote
havenphillip Posted December 15, 2017 Author Posted December 15, 2017 I got something worked out borrowed this script from Yue... ...put this in the FPSPlayer script under the start function. Works pretty good: --Add fog to camera self.camera:SetFogMode(true) self.camera:SetFogRange (0,40) self.camera:SetFogColor (0.9,0.9,0.9,0.08) self.camera:SetFogAngle (0, 180) self.camera:SetClearColor(0.721, 0.352, 0,1) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.