Matthew
13th December, 2005, 03:30 AM
-
Auto Settings
By MSuLL
Use:
*******
Enable / Disable INI options - such as turning off Master List Advertisement if your server gets full or over x players, then have it re-enabled when your count goes below x players!
Enable / Disable settings on your server every hour - maybe don't want UTStats-Trigger to run every game? Make this enable it for just every hour, or maybe every day.... your choice!
Flip options that are True to False and False to True every hour or day.
You can speed up your server when more than x players are playing... maybe 1-3 players can go at 110%, and then step it up to 150% when a fourth player joins!
... and a lot more!
About:
*********
This is a server actor that can pass commands to the server's console, with no admin interaction needed (it's all done automatically). I came up with the idea for this modifcation when trying to figure out how I could enable UTDC for an hour, and then disable UTDC for an hour, and start the process over again - automatically.
I'll be quite honest with you - the configuration may be confusing for first-time admins (as you'll be working with console commands like 'set filename.class bRunning True') You might want to know what you are doing before you start tinkering with things that mess with server settings. However if you have admin experience you shouldn't run into any difficulties.
Features Include:
********************
Hourly & Daily Bool Toggle
- If you have an option that you want switched from
True to False, or False to True every hour or
every day, you may specify the option, and Auto
Settings will automatically switch it over at
the beginning of the next match.
Hourly & Daily Commands
- If you have any commands you want to pass to the
server's console every hour or every day,
you can put them in here.
Number of Players Commands
- These commands run when you have at or above a specified
number of players on your server. Once the player count
drops below the specified number, another command can be
issued to return the options back to their defaults.
Auto Settings is a server-side actor, meaning two things:
1.) The clients (players) of your server will not have to download
anything special. All features are done server-side.
2.) Since it is an actor, as long as you add the appropriate line
into the server's INI file, this mod will start
automatically at every game, without any special
command-line options.
Auto Settings
By MSuLL
Use:
*******
Enable / Disable INI options - such as turning off Master List Advertisement if your server gets full or over x players, then have it re-enabled when your count goes below x players!
Enable / Disable settings on your server every hour - maybe don't want UTStats-Trigger to run every game? Make this enable it for just every hour, or maybe every day.... your choice!
Flip options that are True to False and False to True every hour or day.
You can speed up your server when more than x players are playing... maybe 1-3 players can go at 110%, and then step it up to 150% when a fourth player joins!
... and a lot more!
About:
*********
This is a server actor that can pass commands to the server's console, with no admin interaction needed (it's all done automatically). I came up with the idea for this modifcation when trying to figure out how I could enable UTDC for an hour, and then disable UTDC for an hour, and start the process over again - automatically.
I'll be quite honest with you - the configuration may be confusing for first-time admins (as you'll be working with console commands like 'set filename.class bRunning True') You might want to know what you are doing before you start tinkering with things that mess with server settings. However if you have admin experience you shouldn't run into any difficulties.
Features Include:
********************
Hourly & Daily Bool Toggle
- If you have an option that you want switched from
True to False, or False to True every hour or
every day, you may specify the option, and Auto
Settings will automatically switch it over at
the beginning of the next match.
Hourly & Daily Commands
- If you have any commands you want to pass to the
server's console every hour or every day,
you can put them in here.
Number of Players Commands
- These commands run when you have at or above a specified
number of players on your server. Once the player count
drops below the specified number, another command can be
issued to return the options back to their defaults.
Auto Settings is a server-side actor, meaning two things:
1.) The clients (players) of your server will not have to download
anything special. All features are done server-side.
2.) Since it is an actor, as long as you add the appropriate line
into the server's INI file, this mod will start
automatically at every game, without any special
command-line options.