Mutator «Rendering distance decreaser» for Ravenfield (Build 26)

+5
14:44
1.84K
Rendering distance decreaser

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

Download links will be available via s

You can log in to your account or register on the site to download mods without waiting.

RSS
No comments yet. Be the first to add a comment!
Loading...