Forum

Command to lock viewmodel fov changing in demos?

Created 25th October 2011 @ 08:32

Add A Reply Pages: 1

wampee

Yo,there is some way to the this viewmodel_fov and r_drawviewmodel Lock in demos ingame just like in PLDX?

Minus

no

Spike Himself

TC

If you can do this with pldx, you can do this without pldx too..

I’m not 100% sure, but I think setting the cvars and then aliasing them out does the trick:

viewmodel_fov 75; alias viewmodel_fov "";
r_drawviewmodel 1; alias r_drawviewmodel "";

You may want to bind these to a key for simplicity’s sake – you could then just press that key when the demo has loaded / before you start recording / whatever.


Last edited by Spike Himself,

wampee

Quoted from Spike Himself

If you can do this with pldx, you can do this without pldx too..

I’m not 100% sure, but I think setting the cvars and then aliasing them out does the trick:

viewmodel_fov 75; alias viewmodel_fov "";
r_drawviewmodel 1; alias r_drawviewmodel "";

You may want to bind these to a key for simplicity’s sake – you could then just press that key when the demo has loaded / before you start recording / whatever.

Thanks :D>

Add A Reply Pages: 1