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

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 4: Line 4:
  
 
== Editing tricks ==
 
== Editing tricks ==
*To link to the page about something embed-able, without embedding it, add a colon in front of its name:  
+
*To link to the page for something embed-able, without embedding it, add a colon in front of its name:  
 
**{{code|<nowiki>[[:File:Logo.png]]</nowiki>}} --> [[:File:Logo.png]]
 
**{{code|<nowiki>[[:File:Logo.png]]</nowiki>}} --> [[:File:Logo.png]]
 
**{{code|<nowiki>[[:Category:Tournament Medal images]]</nowiki>}} --> [[:Category:Tournament Medal images]]
 
**{{code|<nowiki>[[:Category:Tournament Medal images]]</nowiki>}} --> [[:Category:Tournament Medal images]]
Line 10: Line 10:
 
== Weapon Demonstration ==
 
== Weapon Demonstration ==
 
*Run TF2 with the launch option {{code|-no_texture_stream}} if some textures briefly appear blurry before becoming clear again (example: the Engineer's blueprints when placing a building).
 
*Run TF2 with the launch option {{code|-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 {{code|steamapps\common\Team Fortress 2\tf\cfg}} and add {{code|"map_name.bsp" "1"}} to mtp.cfg.
+
*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.

Revision as of 01:14, 27 August 2021

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.