TF2 Documentation¶
Premade lists¶
You can view premade cvarlists, launch options lists and hidden cvarlists.
Making your own cvar list¶
- Remove mastercomfig VPK and add these launch options:
-novid -autoconfig -default -conclearlog -condebug +clear +cvarlist +quit
. - Launch TF2.
- Remove launch options, add mastercomfig again.
- Copy and paste
tf/console.log
cvarlist.
Making your own hidden cvar list¶
Use the sm_cvarlist SourceMod plugin.
Making your own launch options list¶
On Windows you can use the GetLaunchOptions.bat script.
On Linux you can use the following commands: find . -type f \( -name "*.so" -o -name "hl2_linux" \) -print0 | xargs -0 strings | grep "^\-[A-Za-z]" | awk 'NF==1' | sort -u > launch_options.txt
Última atualização: September 17, 2021