User:Easimer/Tutorials

From Team Fortress Wiki
Jump to: navigation, search

Some tutorials.


Custom bindings in Options/Keyboard

You want to bind a button to your own command but you hate bind everytime from console? Use this tutorial:

WARNING! USE AT YOUR OWN RISK!

  • 1. Open team fortress 2 content.gcf from your account's folder in Steam/steamapps folder
  • 2. Open tf/scripts folder in the gcf file
  • 3. Move the kb_act.lst file to Steam/steamapps/<your name>/team fortress 2/tf/scripts folder
  • 4. Open with notepad
  • 5a. To create a new bind, scroll to the end of document, press Enter, and write this:

"<yourcommand>" "name"

Examples:

"god" "God mode"

"host_timescale 0.1" "Slow down time"

  • 5b. To create a new category, scroll to the end of document, press enter, and write this:

"blank" "=========================="

"blank" "name of category"

"blank" "=========================="

Example:

"blank" "=========================="

"blank" "My own commands. LOL"

"blank" "=========================="

6. ???

7. PROFIT!