Is your GPU dying ? Can't afford a new one ?
then use this, if you want more framerate by making yourself a myopia!!!!!
behaviour("drawdistance")
function drawdistance:Awake()
self.mint=self.script.mutator.GetConfigurationRange("render")
self.script.AddValueMonitor("monitorCurrentfar","onfarChanged")
end
function drawdistance:Start()
PlayerCamera.activeCamera.farClipPlane=self.mint
end
function drawdistance:monitorCurrentfar()
return PlayerCamera.activeCamera.farClipPlane
end
function drawdistance:onfarChanged()
PlayerCamera.activeCamera.farClipPlane=self.mint
end
File info