Name
by Kevin Savage (*IX*Savage1)
⤓ Download · 33.5 KB: Insomniax.net Admin Enhancements. Version: 0.6b Beta (For TRIBES Version 1.2) Date: 3-2-99 Author: Kevin Savage (*IX*Savage1) Email: Savage1@insomniax.net URL: http://www.insomniax.net Purpose: To give Server Admins More control and flexability. Current Addititions: (Described in Detail Below) Anti-TK Settings. Out of Bounds Kill. (Adjustable) Disabling of Public Admin Commands. Disable Admin Vote. Ability to Purge Public Admins. Ability to Appoint a Public Admin. Notes: Some people have been taking code from this mod and pasting it into their own. What can I do im handing this out for free. if you do use this code I would appreciate a mention as to where you got the information and/or code. Thanks.
- Filename
IXAdmin06b.zip- Size
- 33.5 KB (listed 33.5KB)
- Type
- ZIP
- Version
- 0.6 Beta
- Developer
- Kevin Savage (*IX*Savage1)
- Last update
- Jun 26, 2009 - 15:11
- Format
- Zip archive data, at least v2.0 to extract, compression method=deflate
Readme — ixadmin/Readme.txt (from the archive itself)
----------------------------------------------------------------
Name: Insomniax.net Admin Enhancements.
Version: 0.6b Beta (For TRIBES Version 1.2)
Date: 3-2-99
Author: Kevin Savage (*IX*Savage1)
Email: Savage1@insomniax.net
URL: http://www.insomniax.net
Purpose: To give Server Admins More control and flexability.
Current Addititions: (Described in Detail Below)
Anti-TK Settings.
Out of Bounds Kill. (Adjustable)
Disabling of Public Admin Commands.
Disable Admin Vote.
Ability to Purge Public Admins.
Ability to Appoint a Public Admin.
Notes: Some people have been taking code from this mod and pasting
it into their own. What can I do im handing this out for free.
if you do use this code I would appreciate a mention as to
where you got the information and/or code. Thanks.
Known Bugs: Anti-TK has problems when combined with other Mods.
Other Possible problems may arise when combining Mods.
---------------------------------------------------------------
Client Install: NONE.
This is a Server Side Only Script. (Seriously)
Server Install:
1. Unzip IXAdmin06b.zip into default Tribes Dir.
(where tribes.exe resides - UNZIP WITH PATH INFORMATION)
2. Command line to run the mod.
Just add "-mod ixadmin" to your current Server Command Line.
For Example:
tribes.exe -mod ixadmin
If you have problems running a server please go to
http://www.tribesplayers.com/
all the info you need is there.
When installed The Files Should be here:
Tribes\config\ixadmin.cs
Tribes\insomniax\admin.cs
Tribes\insomniax\game.cs
Tribes\insomniax\gui.cs
Tribes\insomniax\objectives.cs
Tribes\insomniax\Readme.txt
NOTE: If these files are not in these folders ..put them there.
Full Instructions for the Mod will be Posted at the site as
soon as I get the chance to get them up. for now any questions
will be answered on the message board. The URL is
http://www.insomniax.net/IXTribes.cgi.
---------------------------------------------------------------
Please post any and all feedback on the TRIBES Message board
on our web site. http://www.insomniax.net. This mod is still
being created at this time. Bugs and suggestions will be worked
on. Thanks.
-*IX*Savage1
---------------------------------------------------------------
Current Additions:
---------------------------------------------------------------
NOTE: When I mention the Options Menu I am refering to the Menu
you access by pressing TAB While in the game.
When I refer to "Super Admin" I am refering to the Admin
with the SAD Password or a player Hosting the game.
When i refer to a Public Admin I am refering to someone who
has either been appointed Admin by a Super Admin(See below)
or has been Voted into being Administrator.
--------------------------------------------
Anti-Team Killer
--------------------------------------------
Server Variables:
$Insomniax::tkClientLvl = "0";
$Insomniax::tkLimit = "5";
$Insomniax::tkMultiple = "3";
$Insomniax::tkServerLvl = "1";
$Insomniax::BanKickTime = "600"
The Anti Team Killer part of this mod is simple but has many
options. All Settings can be set during the game via the Options
Menu. There are Two Settings for the Anti-TK part of this mod.
Server Settings and Client Settings. The Server Settings determine
what action the server will take when a TK is encountered. The client
Settings determine to what severity the Client is allowed to Dispose
of his last Team Killer. Here's how it works.
Ban/Kick Time: $Insomniax::BanKickTime
This variable sets the amount of time in seconds the Team
Killer Kick will Ban the Player. This also effects All Normal
Kicks as well. This does Not Effect the Ban Option's Ban time.
TK Limit: $Insomniax::tkLimit
This is the number of Team Kills that trigger a response
by the server and/or allow action by the victim client.
TK Server Level: $Insomniax::tkServerLvl
0: Logging of TK's Only.
This means that No action is taken by the server when
$Insomniax::tkLimit is Reached by a player.
1: Auto Vote Team Killer.
This Automaticly Votes to Kick the Team Killer when they
reach $Insomniax::tkLimit or any Multiple of $Insomniax::tkLimit
For example:
$Insomniax::tkLimit = "2";
I Team Kill 2 Times. The Server Auto Votes to Kick me.
The Vote Fails. I Stay on the Server. The server will
then Initiate a Vote when I reach 4,6,8 Team Kills.
If Im still on the server it will Vote at every Multiple
of 2.
2: Auto Vote Until Kicked.
This will work exactly like level 1 only except when the Team
Kills Reach $Insomniax::tkMultiple of $Insomniax::tkLimit
the Player is Kicked from the server.
for example:
$Insomniax::tkLimit = "2";
$Insomniax::tkMultiple = "3";
Same as the scenerio above, the server automaticly
initiates a vote at 2 Team Kills, and again at 4.
When 6 Team Kills have been reached (2 * 3 = 6)
I am Kicked from the Server for Team Killing.
3: Auto Kick.
This Setting Kicks Team Killers as soon as the number
of Team Kills Reaches $Insomniax::tkLimit.
TK Multiple: $Insomniax::tkMultiple
Mentioned above this applys only to Server Level 2.
TK Client Level: $Insomniax::tkClientLvl = "0";
0: Vote Option.
When a player Reaches the Team Kill Limit, as explained in the
server level information above, all the victims of that player
get an easy vote option to kick the Team Killer on the option
menu. It is an additional option to make it easier for people
to vote out the trouble makers.
1: Kick Option.
If a player reaches the Team Kill Limit. All the victims of that
player have the power to kick that player outright. The vote option
is replaced with a Kick. Anyone with or without Admin statContents — 6 files (inside the archive)
- ixadmin/objectives.cs
- ixadmin/GUI.CS
- ixadmin/admin.cs
- ixadmin/game.cs
- ixadmin/Readme.txt
- config/ixadmin.cs
Source: The Exiled — Tribes Repository
Original page: https://library.theexiled.pwnageservers.com/file.php?id=2483
Archived source HTML: _source/file/2483.html
Original page: https://library.theexiled.pwnageservers.com/file.php?id=2483
Archived source HTML: _source/file/2483.html