Where can I find the lists of launch options that will allow me to set my FPS to 30 and able the 5 times key short cut with ctrl,shift and 5?
Thanks,
Glenn
-FPSLimit=30 EnableAsyncKeys
-FPSLimit=30 EnableAsyncKeys -SetFOV=55
-- setup lighting environment
--
-- fogParams ( enabled, start distance, end distance, r, g, b )
--
-- bloomEnable ( enabled )
--
-- setFov ( fovDeg )
--
-- setDof ( nearPlane, focalPoint, farPlane )
--------------------------
-- This function is automatically run if the game is a debug build
function autorunDEBUG()
setFov(45)
setDof(0, 4000)
end
-- This function is automatically run if the game is a release build
function autorun()
setFov(45)
setDof(0, 4000)
end
Users browsing this forum: Philly171 and 1 guest