Difference between revisions of "February 3, 2011 Patch"

From Team Fortress Wiki
Jump to: navigation, search
m (I am ninja too)
(Tagged code.)
Line 18: Line 18:
 
*Updated several more models with optimizations and new LODs.
 
*Updated several more models with optimizations and new LODs.
 
*Fixed seeing a partial health bar in the upper left corner of the spectator menu.
 
*Fixed seeing a partial health bar in the upper left corner of the spectator menu.
*Fixed the control point progress bar not being aligned properly when using cl_hud_minmode 1.
+
*Fixed the control point progress bar not being aligned properly when using <code><nowiki>cl_hud_minmode 1</nowiki></code>.
 
*Fixed the [[The Essential Accessories]] hiding the [[Scout]]'s hat/headphones.
 
*Fixed the [[The Essential Accessories]] hiding the [[Scout]]'s hat/headphones.
 
*Updated sounds for the [[Brass Beast]].
 
*Updated sounds for the [[Brass Beast]].
Line 30: Line 30:
 
*Fixed seeing a badge on the player when a [[Noise Maker|noisemaker]] is equipped.
 
*Fixed seeing a badge on the player when a [[Noise Maker|noisemaker]] is equipped.
 
*Fixed particle effects on the [[Hustler's Hallmark]].
 
*Fixed particle effects on the [[Hustler's Hallmark]].
*Added FCVAR_DONTRECORD flags to 'bind,' 'bind_mac,' 'unbind,' 'unbind_mac,' and 'unbindall' so they can't be recorded into a demo (fixes having your keys changed when you watch a demo).
+
*Added <code><nowiki>FCVAR_DONTRECORD</nowiki></code> flags to '<code><nowiki>bind</nowiki></code>,' '<code><nowiki>bind_mac</nowiki></code>,' '<code><nowiki>unbind</nowiki></code>,' '<code><nowiki>unbind_mac</nowiki></code>,' and '<code><nowiki>unbindall</nowiki></code>' so they can't be recorded into a demo (fixes having your keys changed when you watch a demo).
 
*Updated [[Granary|Cp_Granary]]
 
*Updated [[Granary|Cp_Granary]]
 
**Added a new entrance to the mid Red/Blue ramp rooms.
 
**Added a new entrance to the mid Red/Blue ramp rooms.
Line 42: Line 42:
 
*Added [[Quality#Genuine|Genuine Quality]] to the ''Rift'' promotional items.
 
*Added [[Quality#Genuine|Genuine Quality]] to the ''Rift'' promotional items.
 
*Added [[Rift Well Spun Hat Claim Code]] for achieving Riftwalker.
 
*Added [[Rift Well Spun Hat Claim Code]] for achieving Riftwalker.
*v_ and w_ model versions of the [[Flamethrower]] were removed and the newer c_model versions are now used in their place.
+
*<code><nowiki>v_</nowiki></code> and <code><nowiki>w_</nowiki></code> model versions of the [[Flamethrower]] were removed and the newer <code><nowiki>c_model</nowiki></code> versions are now used in their place.
 
*The [[Essential Accessories]] now have their own body group.  
 
*The [[Essential Accessories]] now have their own body group.  
  
 
}}
 
}}

Revision as of 02:09, 9 February 2011

Patch notes

Source Engine Changes (CS:S, DoD:S, TF2, HL2:DM)

  • Further improved engine handling of server queries.

Team Fortress 2

  • Added Rift promotional items
  • Updated several more models with optimizations and new LODs.
  • Fixed seeing a partial health bar in the upper left corner of the spectator menu.
  • Fixed the control point progress bar not being aligned properly when using cl_hud_minmode 1.
  • Fixed the The Essential Accessories hiding the Scout's hat/headphones.
  • Updated sounds for the Brass Beast.
  • Updated the Scottish Resistance stickybombs to always glow if they will be detonated by a right-click, including the stickybombs under the Demoman's feet.
  • Changed default crosshair to be more opaque, like the custom crosshairs.
  • Fixed some missing surfaces on the bottom of the Pyro's mask.
  • Fixed the assister's name not being listed in the Fish humiliation and kill notices.
  • Fixed the Force-a-Nature not drawing correctly in the character loadout screen.
  • Engineers who hit teammate's sentry guns with their wrench now get kill assists from that sentry.
  • Made the Jag gift wrappable.
  • Fixed seeing a badge on the player when a noisemaker is equipped.
  • Fixed particle effects on the Hustler's Hallmark.
  • Added FCVAR_DONTRECORD flags to 'bind,' 'bind_mac,' 'unbind,' 'unbind_mac,' and 'unbindall' so they can't be recorded into a demo (fixes having your keys changed when you watch a demo).
  • Updated Cp_Granary
    • Added a new entrance to the mid Red/Blue ramp rooms.
    • Clipping, lighting and perf improvements.
  • Tournament mode HUD fixes
    • Fixed seeing an empty alert tray under the stopwatch timer.
    • Fixed a bug where the time for the tournament mode stopwatch wasn't being displayed.
    • Fixed the countdown when both teams are ready always reading "0 seconds"

Undocumented Changes