hi
when i'm trying to use lawena to record a POV, or just watch a POV in general, my viewmodel toggles on/off
( def. "1" )"r_drawviewmodel" = "0"
client
"r_drawviewmodel" = "1"
client
is what is in console whenever it happens.
in my lawena config I unbind the toggles, which in my regular cfg are:
bind "r" "toggle r_drawviewmodel 0 1"
bind "f" "toggle tf_use_min_viewmodels 0 1"
even though lawena says press "n" to lock viewmodels, there is nothing bound to N and nothing happens when I do that, the viewmodels toggle on/off still and while watching the POV i'm not able to manually fix it by typing r_drawviewmodel 1 in console
i've tried putting r_drawviewmodel 1 in my lawena settings but it still does the aforementioned "client" r_drawviewmodel for when i turned it on/off in whatever scrim/match i'm watching
for some other reason, my melee viewmodel is minmode and my primary is non minmode.
i've also tried just removing my cfg completely and starting lawena without it but the viewmodels still toggle on/off when watching any POV of mine where i would have been pressing the toggle bind in game
however, when I am not using lawena and am watching a POV demo, I'm able to use the bind toggle to turn the viewmodel on/off and fix it, but i'd like a way in lawena to just force the viewmodel to stay on when watching my POV
How do I fix both of these? Thanks
edit: i was able to fix the viewmodel minmode issue by just putting the command for it to 1 in my lawena settings, but the same does not work for r_drawviewmodel
hi
when i'm trying to use lawena to record a POV, or just watch a POV in general, my viewmodel toggles on/off
( def. "1" )"r_drawviewmodel" = "0"
client
"r_drawviewmodel" = "1"
client
is what is in console whenever it happens.
in my lawena config I unbind the toggles, which in my regular cfg are:
bind "r" "toggle r_drawviewmodel 0 1"
bind "f" "toggle tf_use_min_viewmodels 0 1"
even though lawena says press "n" to lock viewmodels, there is nothing bound to N and nothing happens when I do that, the viewmodels toggle on/off still and while watching the POV i'm not able to manually fix it by typing r_drawviewmodel 1 in console
i've tried putting r_drawviewmodel 1 in my lawena settings but it still does the aforementioned "client" r_drawviewmodel for when i turned it on/off in whatever scrim/match i'm watching
for some other reason, my melee viewmodel is minmode and my primary is non minmode.
i've also tried just removing my cfg completely and starting lawena without it but the viewmodels still toggle on/off when watching any POV of mine where i would have been pressing the toggle bind in game
however, when I am not using lawena and am watching a POV demo, I'm able to use the bind toggle to turn the viewmodel on/off and fix it, but i'd like a way in lawena to just force the viewmodel to stay on when watching my POV
How do I fix both of these? Thanks
edit: i was able to fix the viewmodel minmode issue by just putting the command for it to 1 in my lawena settings, but the same does not work for r_drawviewmodel
[quote=quacks]hi
[/quote]
Hey
you can try doing
r_drawviewmodel 1;
alias r_drawviewmodel "";
and then you will stay with viewmodels on until you restart your game
you can try doing [code]r_drawviewmodel 1;
alias r_drawviewmodel "";[/code] and then you will stay with viewmodels on until you restart your game
EoNyou can try doing r_drawviewmodel 1;
alias r_drawviewmodel "";
and then you will stay with viewmodels on until you restart your game
tried putting it in my lawena config in 2 diff ways and when watching pov demos it still happens
https://cdn.discordapp.com/attachments/963956927023443968/1150535672235573318/image.png
https://cdn.discordapp.com/attachments/963956927023443968/1150534950056099890/image.png
[quote=EoN]you can try doing [code]r_drawviewmodel 1;
alias r_drawviewmodel "";[/code] and then you will stay with viewmodels on until you restart your game[/quote]
tried putting it in my lawena config in 2 diff ways and when watching pov demos it still happens
[img]https://cdn.discordapp.com/attachments/963956927023443968/1150535672235573318/image.png[/img]
[img]https://cdn.discordapp.com/attachments/963956927023443968/1150534950056099890/image.png[/img]
fixed it
instead of aliasing r_drawviewmodel since i had a toggle command i just had to put:
alias "toggle" ""
in my lawena cfg
appreciate the help
fixed it
instead of aliasing r_drawviewmodel since i had a toggle command i just had to put:
alias "toggle" ""
in my lawena cfg
appreciate the help
quacksfixed it
instead of aliasing r_drawviewmodel since i had a toggle command i just had to put:
alias "toggle" ""
in my lawena cfg
appreciate the help
your welcome
[quote=quacks]fixed it
instead of aliasing r_drawviewmodel since i had a toggle command i just had to put:
alias "toggle" ""
in my lawena cfg
appreciate the help[/quote]
your welcome