Config files ran on clients

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
Gumby
New to forums
New to forums
Posts: 13
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Aug 18, 2005 10:33 am

Config files ran on clients

Post by Gumby »

is it possible to use a ma_cexec to get the client to execute a config file on the server?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

I suppose you could try (not tested)

Code: Select all

ma_cexec target rcon exec config.cfg
That person would need to be logged into rcon. Not sure why you want to do that unless you don't have rcon access yourself ;)
-Nick
Gumby
New to forums
New to forums
Posts: 13
Joined: Thu Aug 18, 2005 10:33 am

Post by Gumby »

figured i could make some "rate" configs, for those guys that have bad rates. so i don't have to type the commands in.



is it possible to send them an url to download/run the script off of?

i don't feel like giving rcon to some guy because he has messed rates ;O

thanks
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

Gumby wrote:figured i could make some "rate" configs, for those guys that have bad rates. so i don't have to type the commands in.



is it possible to send them an url to download/run the script off of?

i don't feel like giving rcon to some guy because he has messed rates ;O

thanks
If you want to keep a range of "good rates" without using commands through mani, then just set sv_minupdaterate and sv_maxupdaterate around the range you want. If the client has an updaterate higher than maxupdaterate, it will use the maxupdaterate. If the client has one between the min and max, then the client will use their own defined updaterate. At last, if the client sets their updaterate below the minupdaterate, the client will be forced to use the minupdaterate.

The same goes for sv_maxrate and sv_minrate.
-Nick
Post Reply