LOD models! I hate ambassadors, diplomacy is dead.

Ravidge

Grand Vizier
aa
May 14, 2008
1,544
2,818
Alright so, ever since valve started using c_models instead of w_ and v_ (world, view) they have stopped making LOD models.

And people are saying their framerate gets worse every major update? Maybe because everyone is running around with a million polygons extra on their bodies, I don't know.

I'm well aware that polygons are cheap to render, ridiculously so. But it adds up. I've made some practical tests and numbers don't lie, I could easily get a 10-20 fps increase (depending on what other quality settings I choose) just from weapons being updated.


For whatever reason I made this amazing html site devoted to the problem, so I don't have to explain it every time I try to convince people to actually LOD their shit (this goes for map props too!!).
http://dl.dropbox.com/u/1281220/levelofdetail/index.htm

And some extra info:
LODs are easy to make.
Adds virtually nothing to the filesize.

Why isn't it happening?

EDIT:
5 weapons have received LODs... there's still 70 weapon models without.
Updated site with new graph
 
Last edited:

Lord Ned

L420: High Member
Feb 11, 2008
421
174
It's work.

Edit: There was actually word from... Robin(?) in an interview I think a while ago that said eventually they'd overhaul the original weapons and move them to the c_model system and give all of the weapons LOD's. I'm sure that's dead though.
 

Mr. Wimples

L6: Sharp Member
Jan 27, 2010
276
226
Though I may not benefit as much from this, I've got friends with lower-end machines that would be thrilled to have this fps boost. Is there a way for someone in the community to make these as a mod or something? I have no idea how these models are swapped into the game so I may be completely wrong.

Additionally, don't forget about all those new, expensive hats!
 

Harribo

aa
Nov 1, 2009
871
851
I'm pretty sure it's just a case of the TF2 team cramming to get the next update out and shipping it out as long as it works. It looks like they have recently however been making some efforts to convert some v_/w_models to c_models as NeoDement has noticed that new materials related to a c_models Natasha has been left in the game files and I think it was Daimao (the guy whose mod is now used for the hat painting system officially) was saying that Valve have said recently that they are still working on the c_model conversions.

The problem with trying to add LODs to any of the c_models is that as far as I am aware, none of the decompilers released for TF2 are able to get fully working c_models from the GCfs, however Daimao has been making his own decompiler and has been releasing progress shots of him trying to get everything to decompile properly (L4D2 is support too apparently) over at Facepunch. So hopefully the release of that will be soon seeing as Sparkwire, a tf2 mod animator has been given c_models of the soldiers arms from Daimao to work with, its looking positive. Hopefully once it's released we'll be able make our own LODs.
 

lana

Currently On: ?????
aa
Sep 28, 2009
3,075
2,778
You've shot Robin an e-mail, of course?
 
Mar 23, 2010
1,872
1,696
hats > all

well not really its more
gameplay > hats & cosmetics > optimization, bug fixes, and leetle things like this

i say 6 months at the least until they add LOD's.
 

Rexy

The Kwisatz Haderach
aa
Dec 22, 2008
1,798
2,533
From experience, I can say it takes almost no extra effort to add efficient, good looking and functional LODs to your models in source. It's a very quick step in the workflow. Why Valve stopped creating them in the first place is a complete mystery, and is a little depressing. If the artists (or whoever was in charge of this part of the workflow) had taken the time to make 1-2 LODs per item when they were added to the game, this would have never been an issue. The excuse that the team was so busy shipping and preparing the update really doesn't strike me as a valid one. A person could decompile the models and create LODs and recompile for about 5-10 minutes each--a team of 2 people doing this could finish in about 4 hours. And even less time if Valve employees were to do it, since they'd have all the source files ready to go.
 

What Is Schwa

L6: Sharp Member
Jan 13, 2008
375
445
Added file size. I hear some people bitch about how big tf2 is already.

Some people.
 
Jun 19, 2009
812
814
From experience, I can say it takes almost no extra effort to add efficient, good looking and functional LODs to your models in source. It's a very quick step in the workflow. Why Valve stopped creating them in the first place is a complete mystery, and is a little depressing. If the artists (or whoever was in charge of this part of the workflow) had taken the time to make 1-2 LODs per item when they were added to the game, this would have never been an issue. The excuse that the team was so busy shipping and preparing the update really doesn't strike me as a valid one. A person could decompile the models and create LODs and recompile for about 5-10 minutes each--a team of 2 people doing this could finish in about 4 hours. And even less time if Valve employees were to do it, since they'd have all the source files ready to go.

I couldn't have put it better myself. I think we were actually having this conversation before. Cough Direct Hit.
 

Dark

L4: Comfortable Member
Nov 27, 2009
159
137
i was noticing that the beta seemed to play more smoothly then the game. When i was playing today i noticed many more people were using the base weapons then in the regular game, no one has any hats or cosmetic items either (but the spy, but hes usually invisible anyway.) I guess i know why is was better now.

ps. Rexy, you should make all of the lod models yourself and then offer them as ransom for a job.
 
Apr 13, 2009
728
309
I think most people noticed a significant improvement in the beta. It's hard to say if the lack of hats and unlocks is the cause, probably not, because most people are sporting an ellis cap at least, and the polycount weapons aren't particularly worse than Valve unlocks in terms of high polys / no lods.
 

honeymustard

L9: Fashionable Member
Oct 26, 2009
698
573
i was noticing that the beta seemed to play more smoothly then the game. When i was playing today i noticed many more people were using the base weapons then in the regular game, no one has any hats or cosmetic items either (but the spy, but hes usually invisible anyway.) I guess i know why is was better now.

ps. Rexy, you should make all of the lod models yourself and then offer them as ransom for a job.

This makes sense. Hopefully Valve address the situation soon. Not that I have a fps issues..
 

EArkham

Necromancer
aa
Aug 14, 2009
1,625
2,773
The polygon numbers you have are double what the actual mesh has, due to "$cloakPassEnabled" "1" in the vmt files of the weapons. It's supposedly a bug with HLMV... I don't know what effect on performance in the game this doubling actually has, if any.

Still, it's like Rexy says. Most 3D programs have a built-in polygon reduction tool. While they usually require some tweaks to get a "perfect" mesh, that's really unnecessary for LODs since you're not going to see them closely anyway. Five minutes includes making the LOD plus saving it AND recompiling the qc. It's almost meaningless effort.

Kep
 

Rexy

The Kwisatz Haderach
aa
Dec 22, 2008
1,798
2,533
ps. Rexy, you should make all of the lod models yourself and then offer them as ransom for a job.

That's what cp_manor_event was for. And it clearly didn't work. My emails of applications were probably just thrown in the recycle bin. There's nothing a bunch of LODs can do that manor didn't do better (including demonstrate great use of LODs).
 

Okrag

Wall Staples
aa
Jun 10, 2009
1,029
655
That's what cp_manor_event was for. And it clearly didn't work. My emails of applications were probably just thrown in the recycle bin. There's nothing a bunch of LODs can do that manor didn't do better (including demonstrate great use of LODs).

You should've put your applications in the map. That way they can't throw them away.
 

Terr

Cranky Coder
aa
Jul 31, 2009
1,590
410
That's what cp_manor_event was for. And it clearly didn't work. My emails of applications were probably just thrown in the recycle bin. There's nothing a bunch of LODs can do that manor didn't do better (including demonstrate great use of LODs).

I feel your pain. I dropped off USB sticks with PackBSP at their headquarters and never even got an e-mail back.

Valve's level of reaction to fans and the community seems to be wildly variable.
 

Acumen

Annoyer
aa
Jun 11, 2009
704
628
Oh please :)
It's just a company in the end. Making great use of LOD surely won't get you a job at a game company. And it happens at big companies that not the right people get the stuff, they're supposed to get. Maybe you could have sent another email notifying that you've got an awesome tool in the works..

Anyways, not the current topic ^^

We can always make an awesome indie game and get bought by valve *hint*
 

Ravidge

Grand Vizier
aa
May 14, 2008
1,544
2,818
The polygon numbers you have are double what the actual mesh has, due to "$cloakPassEnabled" "1" in the vmt files of the weapons. It's supposedly a bug with HLMV... I don't know what effect on performance in the game this doubling actually has, if any.

Still, it's like Rexy says. Most 3D programs have a built-in polygon reduction tool. While they usually require some tweaks to get a "perfect" mesh, that's really unnecessary for LODs since you're not going to see them closely anyway. Five minutes includes making the LOD plus saving it AND recompiling the qc. It's almost meaningless effort.

Kep

You are right, I did not know about this.
The numbers in my list are indeed doubled.. the results and complaints still stands though.

I went and made a 12500 polygon sphere model and compiled twice, using the $cloakpassenabled 1 in one of the vmt's. As expected the HLMW thinks they have different polycount (12500 vs 25000).
Did a quick test and I can safely say that the vmt parameter does not affect the framerate, it only messes up HLMW.

http://dl.dropbox.com/u/1281220/SS-2010.12.07-20.51.38.jpg