This article's documentation is for anything that uses the Source engine. Click here for more information.

Stuffcmds

From Valve Developer Community
Revision as of 14:34, 25 May 2025 by Nescius (talk | contribs) (Created page with "{{This is a|console command}} It parses and runs the commands prefixed with {{code|+}} symbol in the launch options. {{example|Example launch options that runs echo command and changes fps_max cvar: <code>-novid -condebug +echo "stuffcmds command was issued and ran this echo" -dev +fps_max 60</code>}} == See also == * valve.rc * {{cmd|exec}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a console command available in all Source Source games. It parses and runs the commands prefixed with + symbol in the launch options.

PlacementTip.pngExample:Example launch options that runs echo command and changes fps_max cvar: -novid -condebug +echo "stuffcmds command was issued and ran this echo" -dev +fps_max 60

See also