Aller au contenu

TF2 documentation generation

Premade lists

You can view premade cvarlists, launch options lists and hidden cvarlists.

Making your own cvar list

  1. Remove mastercomfig VPK and add these launch options: -novid -autoconfig -default -conclearlog -condebug +clear +cvarlist +quit.
  2. Launch TF2.
  3. Remove launch options, add mastercomfig again.
  4. 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 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


Dernière mise à jour: March 21, 2021
Retour en haut de la page