Skip to content

Instantly share code, notes, and snippets.

@Brottweiler
Last active April 23, 2022 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Brottweiler/59093ae425738b3463200ca3a0b23616 to your computer and use it in GitHub Desktop.
Save Brottweiler/59093ae425738b3463200ca3a0b23616 to your computer and use it in GitHub Desktop.
CSGO launch options

Launch settings

Setting Type Description
-novid Option disable intro video
-nojoy Option disable joystick
-softparticlesdefaultoff Option render particles without feathering
-limitvsconst Option limits vertex shaders to 256
-nohltv Option disables Source TV features
+mat_disable_fancy_blending 1 Command disables fancy blending
+r_dynamic 0 Command disables dynamic lighting
+cl_forcepreload 1 Command preloads resources on map load
-novid -nojoy -softparticlesdefaultoff -limitvsconst -nohltv +mat_disable_fancy_blending 1 +r_dynamic 0 +cl_forcepreload 1

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment