Difference between revisions of "User:Memayz/Helpful Notes"

From Team Fortress Wiki
Jump to: navigation, search
m (Wiki tricks: example)
 
Line 13: Line 13:
 
*If Pyroland isn't working on certain maps (for example tr_karma), go to {{code|steamapps\common\Team Fortress 2\tf\cfg}} and add {{code|"map_name.bsp" "1"}} to mtp.cfg. ([https://steamcommunity.com/sharedfiles/filedetails/?id=198536881 More info])
 
*If Pyroland isn't working on certain maps (for example tr_karma), go to {{code|steamapps\common\Team Fortress 2\tf\cfg}} and add {{code|"map_name.bsp" "1"}} to mtp.cfg. ([https://steamcommunity.com/sharedfiles/filedetails/?id=198536881 More info])
 
*If parts of the HUD aren't disappearing, even after running {{code|exec weaponref}}, run the {{code|hud_reloadscheme}} command in the console.
 
*If parts of the HUD aren't disappearing, even after running {{code|exec weaponref}}, run the {{code|hud_reloadscheme}} command in the console.
 +
 +
== Misc. ==
 +
*You can use HTML (and by extension, CSS) on wiki pages ([[Wikipedia:Help:HTML_in_wikitext]])

Latest revision as of 22:54, 2 May 2023

Wiki tricks

  • Instead of typing wiki.teamfortress.com/wiki/something, you can do wiki.tf/something
  • To find the documentation of any template (stuff which looks like {{example template}}), just do wiki.tf/Template:example template

Editing tricks

Weapon Demonstration

  • Run TF2 with the launch option -no_texture_stream if some textures briefly appear blurry before becoming clear again (example: the Engineer's blueprints when placing a building).
  • If Pyroland isn't working on certain maps (for example tr_karma), go to steamapps\common\Team Fortress 2\tf\cfg and add "map_name.bsp" "1" to mtp.cfg. (More info)
  • If parts of the HUD aren't disappearing, even after running exec weaponref, run the hud_reloadscheme command in the console.

Misc.