Jump to content

Recommended Posts

In you character prefab, under the master_postinit, try adding this :

Spoiler

--My Night Vision!
inst.entity:AddLight()    
inst.Light:Enable(true)    
inst.Light:SetRadius(40)    
inst.Light:SetFalloff(.5)    
inst.Light:SetIntensity(0.9)    
inst.Light:SetColour(255/255,255/255,255/255)

 

 

On 4/13/2016 at 8:46 PM, D4rkh0bb1T said:

In you character prefab, under the master_postinit, try adding this :

  Hide contents


--My Night Vision!
inst.entity:AddLight()    
inst.Light:Enable(true)    
inst.Light:SetRadius(40)    
inst.Light:SetFalloff(.5)    
inst.Light:SetIntensity(0.9)    
inst.Light:SetColour(255/255,255/255,255/255)

 

Thank You Dark Hobbit! This helped me so much! I only wish I could return the favor! :p 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...