Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Team Fortress 2"

From PCGamingWiki, the wiki about fixing PC games
(Shifted Categories to the bottom of the page, added to Mac Games category)
(→‎Wikis: removing tf2wiki.net link, changing "run by Valve" to "run by Community, and hosted by Valve" on the Official Wiki link.)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<!--TODO: Write lead, add infobox-->
 
== Recommended gameplay tweaks ==
 
== Recommended gameplay tweaks ==
=== Change FOV or field of view ===
+
===Console Commands===
Options > video > advanced - move "field of view" slider to 90.
+
Games running on the source engine can utilize [https://developer.valvesoftware.com/wiki/Console_Command_List Source Engine Console Commands] for various tasks.
 
 
Or type into console command 'fov_desired 90'
 
 
 
=== Auto reload ===
 
Options > multiplayer > advanced - check 'automatically reload weapons when you're not firing'.
 
*Potentially problematic for the spy, whose reload animation blocks the screen. Change viewmodel field of view to adjust this.
 
*Also note, this reloads even if you are not empty.
 
 
 
=== Viewmodel field of view adjust ===
 
Options > multiplayer-> advanced - adjust to change height of the view of your weapon.
 
 
 
Or type into console command 'viewmodel_fov 90', there is no limitation to this command
 
 
 
=== Fast weapon switch ===
 
Options > keyboard > advanced - check 'fast weapon switch'.
 
*Option makes weapon switching not require a left click.
 
  
=== Damage text above heads ===
+
'''Note:''' Commands in this table preceded by a dash are launch options.
Options > multiplayer > advanced - check 'display damage done as text over your target'.
 
  
=== Hit sounds ===
+
{| class="wikitable" style="text-align: left;"
Options > multiplayer > advanced - check 'play a hitsound everytime you injure an enemy'.
+
! scope="col" | Command || Notes
*Volume can be adjusted by entering the console command tf_dingaling_volume # (where # is a number between 0 and 1, such as 0.4 for 40% volume).
+
|-
 +
| fps_max 59.9 || If you have vsync enabled and your mouse feels sluggish then enter this into the console on the menu to resolve the issue.
 +
|-
 +
| disconnect;fps_max 59.9;retry || Same as above, if you're connected to a server.
 +
|-
 +
| net_graph 1 || [[View In Game FPS & Ping]].
 +
|-
 +
| -threads # || [[Force Multicore Support]], # being the amount of threads you want to use (4 is recommended for quadcores).
 +
|-
 +
| -noborder -window || [[Borderless fullscreen windowed]]
 +
|-
 +
| -dxlevel # || [[Force DirectX Level]]. Options are: 80 (DirectX 8), 81 (DirectX 8.1), 90 (DirectX 9) and 95 (Experimental DX10).
 +
|}
  
=== Medigun autoheal ===  
+
===Options===
Options > multiplayer > advanced - check 'medigun continues healing without holding down fire button'.
+
These are found in each tab listed, in the "Advanced..." section.
  
=== Medic auto-call ===
+
{| class="wikitable" style="text-align: left;"
Options > multiplayer > advanced - adjust to hp percentage level of when you would like teammates to automatically display a red cross on screen for healing.  
+
! scope="col" | Tab || Option || Notes
 +
|-
 +
| Keyboard || 'Fast weapon switch' || This option makes weapon switching not require a left click.
 +
|-
 +
| Video || 'Field of view' slider || Changes the game's FOV to a desired value
 +
|-
 +
| Multiplayer || 'Automatically reload weapons when you're not firing' || Potentially problematic for the spy, whose reload animation blocks the screen. Change viewmodel field of view to adjust this. Reloads even if gun not empty.
 +
|-
 +
| Multiplayer || 'Viewmodel field of view' slider || Adjust to change height of the view of your weapon.
 +
|-
 +
| Multiplayer || 'Display damage done as text over your target' ||
 +
|-
 +
| Multiplayer || 'Play a hitsound everytime you injure an enemy' || Volume can be adjusted by entering the console command "tf_dingaling_volume #", where # is a number between 0 and 1, such as 0.4 for 40% volume.
 +
|-
 +
| Multiplayer || 'MEDIC: Medigun continues healing without holding down fire button' ||
 +
|-
 +
| Multiplayer || 'MEDIC: Auto-call Health percentage' || Adjust to HP percentage level of when you would like teammates to automatically display a red cross on screen for healing.  
 +
|}
  
== Low FPS fix ==
+
=== Low FPS fix ===
 
Anti-virus software can interfere with a file in TF2's folder, which gets updated constantly during gameplay.
 
Anti-virus software can interfere with a file in TF2's folder, which gets updated constantly during gameplay.
  
Line 39: Line 52:
 
#Add the following folder to the scan exceptions:
 
#Add the following folder to the scan exceptions:
  
<pre>C:\Program Files\Steam\appcache\stats\</pre>
+
<pre>%ProgramFiles%\Steam\appcache\stats\</pre>
  
 
*[http://forums.steampowered.com/forums/showthread.php?s=e9e88bf329dd7f72f9c6785bacf46d62&t=1093560 Source thread on the Steam forums from 2009].
 
*[http://forums.steampowered.com/forums/showthread.php?s=e9e88bf329dd7f72f9c6785bacf46d62&t=1093560 Source thread on the Steam forums from 2009].
 
*[http://www.youtube.com/watch?v=D_8ZN3JQ4_M YouTube guide by MafiaGuy76].
 
*[http://www.youtube.com/watch?v=D_8ZN3JQ4_M YouTube guide by MafiaGuy76].
  
== Sluggish mouse when vsync is on fix ==
+
<!--This shouldn't be its own subsection.
If you have vsync enabled and your mouse feels sluggish then enter this into the console on the menu to resolve the issue.
+
=== [[Save game cloud sync]] ===
<pre>fps_max 59.9</pre>
 
If you are already in a multiplayer game, enter this instead.
 
<pre>disconnect;fps_max 59.9;retry</pre>
 
 
 
== [[Borderless fullscreen windowed]] ==
 
Set the Steam launch options:
 
<pre>-noborder -window</pre>
 
 
 
== Skip Intro Scene ==
 
Set the Steam Launch options:
 
<pre>-novid</pre>
 
 
 
== [[Force Multicore Support]] ==
 
Set the Steam Launch options:
 
<pre>-threads #</pre> # being the amount of threads you want to use (4 is recommended for quadcores)
 
 
 
== [[Force DirectX Level]] ==
 
<pre>-dxlevel #</pre>
 
Options are: 80 (DirectX 8), 81 (DirectX 8.1), 90 (DirectX 9) and 95 (Experimental DX10)
 
 
 
Default: 90
 
 
 
== [[View In Game FPS & Ping]] ==
 
Enable Developer's Console (Options>>Keyboard>>Advanced>>Developer's Console)<br/>
 
Press ~<br/>
 
Enter command: net_graph 1
 
 
 
== [[Save game cloud sync]] ==
 
 
The Steam Cloud automatically syncs game configuration files.
 
The Steam Cloud automatically syncs game configuration files.
 
+
-->
 
== See also ==
 
== See also ==
[[Team Fortress Classic]]<br/>
+
*[[Team Fortress Classic]]
[[Source]]<br/>
+
*[[Source]]
[[Valve]]
+
*[[Valve]]
  
 
== External links ==
 
== External links ==
Line 87: Line 72:
  
 
=== Wikis ===
 
=== Wikis ===
*[http://wiki.teamfortress.com Official Team Fortress Wiki] - great resource run by Valve.
+
* [http://wiki.teamfortress.com Official Team Fortress Wiki] - great resource run by the Team Fortress 2 community, and hosted by Valve.
*[http://tf2wiki.net TF2Wiki.net] - unofficial wiki.
 
  
== Console Commands ==
+
{{stub}}
Games running on the source engine can utilize [https://developer.valvesoftware.com/wiki/Console_Command_List Source Engine Console Commands] for various tasks.
 
  
 
[[Category:Game]]
 
[[Category:Game]]
 
[[Category:Mac Game]]
 
[[Category:Mac Game]]
 +
[[Category:FPS]]

Revision as of 21:10, 14 February 2012

Recommended gameplay tweaks

Console Commands

Games running on the source engine can utilize Source Engine Console Commands for various tasks.

Note: Commands in this table preceded by a dash are launch options.

Command Notes
fps_max 59.9 If you have vsync enabled and your mouse feels sluggish then enter this into the console on the menu to resolve the issue.
disconnect;fps_max 59.9;retry Same as above, if you're connected to a server.
net_graph 1 View In Game FPS & Ping.
-threads # Force Multicore Support, # being the amount of threads you want to use (4 is recommended for quadcores).
-noborder -window Borderless fullscreen windowed
-dxlevel # Force DirectX Level. Options are: 80 (DirectX 8), 81 (DirectX 8.1), 90 (DirectX 9) and 95 (Experimental DX10).

Options

These are found in each tab listed, in the "Advanced..." section.

Tab Option Notes
Keyboard 'Fast weapon switch' This option makes weapon switching not require a left click.
Video 'Field of view' slider Changes the game's FOV to a desired value
Multiplayer 'Automatically reload weapons when you're not firing' Potentially problematic for the spy, whose reload animation blocks the screen. Change viewmodel field of view to adjust this. Reloads even if gun not empty.
Multiplayer 'Viewmodel field of view' slider Adjust to change height of the view of your weapon.
Multiplayer 'Display damage done as text over your target'
Multiplayer 'Play a hitsound everytime you injure an enemy' Volume can be adjusted by entering the console command "tf_dingaling_volume #", where # is a number between 0 and 1, such as 0.4 for 40% volume.
Multiplayer 'MEDIC: Medigun continues healing without holding down fire button'
Multiplayer 'MEDIC: Auto-call Health percentage' Adjust to HP percentage level of when you would like teammates to automatically display a red cross on screen for healing.

Low FPS fix

Anti-virus software can interfere with a file in TF2's folder, which gets updated constantly during gameplay.

  1. Open anti-virus program.
  2. Select settings > exceptions/exclusions.
  3. Add the following folder to the scan exceptions:
%ProgramFiles%\Steam\appcache\stats\

See also

External links

Team Fortress 2 on the Steam Store

Tweaks

Wikis

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.