Team Fortress 2 Update Released

tf2.com

L13: Stunning Member
Jun 16, 2010
1,150
704
An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:
  • Added Benign infiltration to the Mann Vs. Machine mission-cycle file for servers
  • Fixed a Dead Ringer Spy exploit in Mann Vs. Machine mode
  • Fixed a regression with mini-crit damage calculation
  • Fixed a client crash in the Medi Gun charge meter when using a custom HUD
  • Fixed Festive Huntsman arrows and Rescue Ranger bolts using incorrect hit boxes
  • Fixed Tough Stuff Muffs not using the correct model for the Engineer
  • Fixed a clipping problem with the Hunger Force
  • Fixed Strange Festive Sandviches leveling up multiple times in a single use
  • Fixed a lighting issue in mvm_bigrockUpdated the backpack icon for the Festive Ambassador

Source: TF2.com
 

Pocket

Half a Lambert is better than one.
aa
Nov 14, 2009
4,696
2,580
It's gone. Not just the giant shadow but the colorful splotches. We should find out if that means they fixed VRAD itself and, if so, why they haven't patched the SDK yet.
 

fubarFX

The "raw" in "nodraw"
aa
Jun 1, 2009
1,720
1,978
It's gone. Not just the giant shadow but the colorful splotches. We should find out if that means they fixed VRAD itself and, if so, why they haven't patched the SDK yet.

they probably have the tools to edit lightmaps by hand. OR they have archived versions of vrad that actually work.

vrad being fixed sounds highly unlikely to me. I mean, it's been over a year now


(I was actually thinking about making a tool to edit lightmaps by hand. but I don't know if I could make it worthwhile)
 
Last edited:

EArkham

Necromancer
aa
Aug 14, 2009
1,625
2,774
(I was actually thinking about making a tool to edit lightmaps by hand. but I don't know if I could make it worthwhile)

Please try. I waste so much time recompiling to get rid of stupid little splotches and black brushes. And that's even with my maps usually taking no more than 3-6 minutes for a full compile.
 

Pocket

Half a Lambert is better than one.
aa
Nov 14, 2009
4,696
2,580
Actually, a lightmap editor could come in quite handy for reasons other than cleaning up Valve's messes. Depending on how lightmaps are actually stored, though, it could turn out to be more trouble than it's worth. What we really need is something where you actually have the map open in something similar to mat_fullbright 2, and can either "paint" the new levels straight onto surfaces similar to what newer 3D modeling tools let you do for textures, or "grab" specific faces to edit.
 

fubarFX

The "raw" in "nodraw"
aa
Jun 1, 2009
1,720
1,978
Please try. I waste so much time recompiling to get rid of stupid little splotches and black brushes. And that's even with my maps usually taking no more than 3-6 minutes for a full compile.

I did some research and they can most definitely be edited by hand post compile. I don't know how much I can do about it tho
 

fubarFX

The "raw" in "nodraw"
aa
Jun 1, 2009
1,720
1,978
here, I edited a displacement's lightmap with a hex editor

https://dl.dropbox.com/u/5181650/lightmap20001.jpg

doing this in an actual map with thousands of brushes however is going to be challenging. byte offsets are still very new to me so the file structure could take a while to figure out. I don't know if I'm actually going to do this (considering hdr will play into that as well). I don't know, I'm a little overwhelmed by this but I know I can do it.
 
Last edited:

henke37

aa
Sep 23, 2011
2,075
515
Yeah, you should learn how to program if you want to edit binary files, because programs are much better at dealing with multiple levels of offsets, sizes and what not at the same time.