One of the scripting gods of tf2 please do this, if valve mm ever gets off the ground something like this would be nice to have.
While you're at it, their settings are enforced, so you can't change it. After you're done, just reexec your autoexec and it will revert to what it was.
ZetosWhile you're at it, their settings are enforced, so you can't change it. After you're done, just reexec your autoexec and it will revert to what it was.
that doesnt work bud
that doesnt work bud
1 mat_phong 0
2 alias mat_phong ""
3 repeat
let me know how it goes
2 alias mat_phong ""
3 repeat
let me know how it goes
Once you join a mm server most settings will be literally locked, you won't be able to change them until you restart the game.
Nick130Once you join a mm server most settings will be literally locked, you won't be able to change them until you restart the game.
thats why i want someone to write an exec script to unexec it
thats why i want someone to write an exec script to unexec it
according to mastecomms, these are the values that are being locked in valve mm
https://pastebin.com/jGFKi4k1
put alias on the start of each line and replace each number with ""
execute after executing your own config
https://pastebin.com/jGFKi4k1
put alias on the start of each line and replace each number with ""
execute after executing your own config
Can someone who already did the work post the pastebin please? :)
Before anyone bothers try it with 1 command and see if it works.
Try putting this in autoexec:
cl_drawviewmodel 0
alias cl_drawviewmodel ""
Launch a game and see if viewmodels are still disabled.
Try putting this in autoexec:
cl_drawviewmodel 0
alias cl_drawviewmodel ""
Launch a game and see if viewmodels are still disabled.
deguaccording to mastecomms, these are the values that are being locked in valve mm
https://pastebin.com/jGFKi4k1
put alias on the start of each line and replace each number with ""
execute after executing your own config
There are more things that are locked than just that, these are the ones that really matter to be set before you start loading into a match, since they can possibly cause crashes on some systems. Also, why not link directly to the file on GitHub?
hooliBefore anyone bothers try it with 1 command and see if it works.
Try putting this in autoexec:
cl_drawviewmodel 0
alias cl_drawviewmodel ""
Launch a game and see if viewmodels are still disabled.
The convars are restricted internally within the convar system, changing console commands won't affect it unless Valve did something extremely weird.
https://pastebin.com/jGFKi4k1
put alias on the start of each line and replace each number with ""
execute after executing your own config[/quote]
There are more things that are locked than just that, these are the ones that really matter to be set before you start loading into a match, since they can possibly cause crashes on some systems. Also, why not link directly to [url=https://github.com/mastercoms/mastercomfig/blob/26d9cff395e8532ea0ea03ad3a4e70ee8d0addb9/config/mastercomfig/cfg/mm/override.cfg]the file on GitHub[/url]?
[quote=hooli]Before anyone bothers try it with 1 command and see if it works.
Try putting this in autoexec:
cl_drawviewmodel 0
alias cl_drawviewmodel ""
Launch a game and see if viewmodels are still disabled.[/quote]
The convars are restricted internally within the convar system, changing console commands won't affect it unless Valve did something extremely weird.