Upvote Upvoted 0 Downvote Downvoted
Somebody write a script to unexec valve mm
posted in Customization
1
#1
0 Frags +

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.

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.
2
#2
-3 Frags +

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.

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.
3
#3
9 Frags +
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

[quote=Zetos]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.[/quote]

that doesnt work bud
4
#4
1 Frags +

1 mat_phong 0
2 alias mat_phong ""
3 repeat

let me know how it goes

1 mat_phong 0
2 alias mat_phong ""
3 repeat

let me know how it goes
5
#5
2 Frags +

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.

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.
6
#6
-2 Frags +
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

[quote=Nick130]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.[/quote]

thats why i want someone to write an exec script to unexec it
7
#7
4 Frags +

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

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
8
#8
3 Frags +

Can someone who already did the work post the pastebin please? :)

Can someone who already did the work post the pastebin please? :)
9
#9
1 Frags +

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.

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.
10
#10
3 Frags +
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.

[quote=degu]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[/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.
11
#11
1 Frags +
mastercoms

my fault, pretty sure it was possible to do in the past (possibly it was in beta)
sorry for misleading you

[quote=mastercoms][/quote]
my fault, pretty sure it was possible to do in the past (possibly it was in beta)
sorry for misleading you
Please sign in through STEAM to post a comment.