Difference between revisions of "December 23, 2014 Patch"

From Team Fortress Wiki
Jump to: navigation, search
m (it's a cvar right?)
(added more links, corrected code stuff)
Line 9: Line 9:
 
| notes        = === Team Fortress 2 ===
 
| notes        = === Team Fortress 2 ===
 
* Fixed a bug related to the [[Demoman]]'s charge meter
 
* Fixed a bug related to the [[Demoman]]'s charge meter
* Fixed a bug related to the {{item link|Loose Cannon}}'s Double Donk damage calculation
+
* Fixed a bug related to the [[Loose Cannon]]'s Double Donk damage calculation
 
* [[Mannpower]] update
 
* [[Mannpower]] update
** Fixed disguised Spies using the incorrect grapple color
+
** Fixed [[Disguise Kit|disguised]] [[Spy|Spies]] using the incorrect grapple color
** Fixed the grapple still being connected to players after they die and respawn
+
** Fixed the grapple still being connected to players after they die and [[Respawn|respawn]]
** Fixed the Regen powerup preventing players from picking up health kits and ammo packs
+
** Fixed the Regen powerup preventing players from picking up [[Health|health kits]] and [[Ammo|ammo packs]]
** Fixed the Resist powerup shield drawing for Spies while they are invisible
+
** Fixed the Resist powerup shield drawing for Spies while they are [[Cloak|invisible]]
 
** Fixed the Resist powerup shield using the wrong color for disguised Spies
 
** Fixed the Resist powerup shield using the wrong color for disguised Spies
 
** Fixed not seeing the powerup icons for disguised Spies
 
** Fixed not seeing the powerup icons for disguised Spies
** Updated [[Gorge (Capture the Flag)|{{code|ctf_gorge}}]] to fix lighting issues
+
** Updated {{code|[[Gorge (Capture the Flag)|ctf_gorge]]}} to fix lighting issues
** Updated [[Foundry (Capture the Flag)|{{code|ctf_foundry}}]] to fix lighting issues and to prevent players from getting outside the playable area of the map
+
** Updated {{code|[[Foundry (Capture the Flag)|ctf_foundry]]}} to fix lighting issues and to prevent players from getting outside the playable area of the map
 
** When {{cvar|hud_fastswitch}} is disabled, pressing the ACTION key will select the grappling hook in the weapon selection menu
 
** When {{cvar|hud_fastswitch}} is disabled, pressing the ACTION key will select the grappling hook in the weapon selection menu
  
Notes missed from the previous update:
+
Notes missed from the [[December 22, 2014 Patch|previous update]]:
* Added LBTF2 and FBTF tournament medals
+
* Added LBTF2 and FBTF [[Tournament Medal|tournament medals]]
 
* Reduced the amount of self-damage received from the Loose Cannon
 
* Reduced the amount of self-damage received from the Loose Cannon
 
}}
 
}}

Revision as of 00:13, 24 December 2014

Patch notes

Team Fortress 2

  • Fixed a bug related to the Demoman's charge meter
  • Fixed a bug related to the Loose Cannon's Double Donk damage calculation
  • Mannpower update
    • Fixed disguised Spies using the incorrect grapple color
    • Fixed the grapple still being connected to players after they die and respawn
    • Fixed the Regen powerup preventing players from picking up health kits and ammo packs
    • Fixed the Resist powerup shield drawing for Spies while they are invisible
    • Fixed the Resist powerup shield using the wrong color for disguised Spies
    • Fixed not seeing the powerup icons for disguised Spies
    • Updated ctf_gorge to fix lighting issues
    • Updated ctf_foundry to fix lighting issues and to prevent players from getting outside the playable area of the map
    • When hud_fastswitch is disabled, pressing the ACTION key will select the grappling hook in the weapon selection menu

Notes missed from the previous update:

  • Added LBTF2 and FBTF tournament medals
  • Reduced the amount of self-damage received from the Loose Cannon

Files changed

Note: The changelog below is generated from a diff of two revisions of the game. This data may be incomplete or inconsistent.
Revision changes

Patch 1

Modified: tf/steam.inf
Modified: tf/bin/client.dll
Modified: tf/bin/server.dll
Modified: tf/maps/ctf_foundry.bsp
Modified: tf/maps/ctf_gorge.bsp
Modified: tf/scripts/items/items_game.txt.sig
Modified: tf/tf2_misc_dir.vpk/maps/ctf_foundry.nav
Modified: tf/tf2_misc_dir.vpk/maps/ctf_gorge.nav

Patch 2