cl_maxrenderable_dist Command


cl_maxrenderable_dist [Render Distance]

This command allows you to set the max distance from the camera that an object can be rendered onto your screen.

Arguments


Arguments are parameters that you add to a command. Find information about this command's arguments below.

Render DistanceThe maximum distance away from you that you want objects to be rendered. Set to a lower value for objects to potentially render late, and a high value for objects to render as soon as possible. High values could cause performance drops for players on older computers.

Extra Info

Sv_cheats Required? Yes
Client or Server Command? Client
Default Value 3000

cl_maxrenderable_dist Examples


Find below working examples of this command (copy and paste into console).


cl_maxrenderable_dist 10000

Sets max render distance to 10,000.


cl_maxrenderable_dist 3000

Sets max render distance to 3,000, the default value for this command.