Forum
Viewmodel disapeared
Created 25th June 2009 @ 18:36
Add A Reply Pages: 1
For no reason whilst watching a demo, my viewmodel disapeared :x. Tried changing fov_desired and viewmodel_fov, but can’t get it back.
Probably something dumb. Ty in advance.
If its a POV demo then you use the players settings, such as sensitivity and viewmodels. It will have also changed your config so cleaning that up would help :o
However, if this isn’t the case, try r_drawviewmodel 1.
r_drawviewmodel 1 and viewmodel_fov (50-100 or so) should definately get your model back :P
If its a POV demo then you use the players settings, such as sensitivity and viewmodels. It will have also changed your config so cleaning that up would help :o
However, if this isn’t the case, try r_drawviewmodel 1.
That reminds me of something. How do you prevent that from happening? So you won’t get the players scripts/settings etc.
you cant really prevent them from applying from demos, but you can set your configs to readme only so your configs are safe and nothing overwrites them.
put all your commands, cvar’s, binds, etc in your autoexec and class.cfg’s. that way they will be executed every time you go playing again and overwrite the settings from the demo.
alias empty “”
alias r_drawviewmodel “empty”
that will stop the command from working, if you want to get the command to work again, just restart your game. You can do this with any command you like.
Add A Reply Pages: 1