Talk:Npc hover turret: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
Playing in developer mode reveals messages implying that the model is "models/npcs/hover_turret.mdl". They say that it is lacking animations and such. Has there been proof that the coded name is blank? (ie. someone actually putting a model there with that name then testing the NPC) Also, keep in mind that MDLs extracted from VPKs don't seem to work very well. [[User:PluMGMK|PluMGMK]] 08:20, 19 October 2011 (PDT)
Playing in developer mode reveals messages implying that the model is "models/npcs/hover_turret.mdl". They say that it is lacking animations and such. Has there been proof that the coded name is blank? (ie. someone actually putting a model there with that name then testing the NPC) Also, keep in mind that MDLs extracted from VPKs don't seem to work very well. [[User:PluMGMK|PluMGMK]] 08:20, 19 October 2011 (PDT)


Tests confirm that "models/npcs/hover_turret.mdl" is indeed the right name. Plus, I'm fairly sure a blank name in code would cause a game-crashing null-pointer exception, not just a blue error. Fixing article.
Tests confirm that "models/npcs/hover_turret.mdl" is indeed the right name. Plus, I'm fairly sure a blank name in code would cause a game-crashing null-pointer exception, not just a blue error. Fixing article. [[User:PluMGMK|PluMGMK]] 09:27, 19 October 2011 (PDT)
 
I asked Omni on mAL, and he said that it was blank. It would make more sense for it not to be, though. [[User:FelixGriffin|FelixGriffin]] 14:34, 19 October 2011 (PDT)

Latest revision as of 14:34, 19 October 2011

Model Name

Playing in developer mode reveals messages implying that the model is "models/npcs/hover_turret.mdl". They say that it is lacking animations and such. Has there been proof that the coded name is blank? (ie. someone actually putting a model there with that name then testing the NPC) Also, keep in mind that MDLs extracted from VPKs don't seem to work very well. PluMGMK 08:20, 19 October 2011 (PDT)

Tests confirm that "models/npcs/hover_turret.mdl" is indeed the right name. Plus, I'm fairly sure a blank name in code would cause a game-crashing null-pointer exception, not just a blue error. Fixing article. PluMGMK 09:27, 19 October 2011 (PDT)

I asked Omni on mAL, and he said that it was blank. It would make more sense for it not to be, though. FelixGriffin 14:34, 19 October 2011 (PDT)