Stuffcmds: Difference between revisions
Jump to navigation
Jump to search
Example:Example launch options that runs echo command and changes fps_max cvar:
(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}}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{This is a|console command}} It parses and runs the commands prefixed with {{code|+}} symbol in the launch options. | {{This is a|console command|name=stuffcmds}} 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>}} | {{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>}} |
Latest revision as of 14:35, 25 May 2025
stuffcmds
is a console command available in all Source games. It parses and runs the commands prefixed with + symbol in the launch options.

-novid -condebug +echo "stuffcmds command was issued and ran this echo" -dev +fps_max 60