22 lines
791 B
Plaintext
Executable File
22 lines
791 B
Plaintext
Executable File
/************** Epoch Moderator Tools Variables **************/
|
|
|
|
//This creates a log in your server\EpochAdminToolLogs\toolUsageLog.txt REQUIRES: EATadminLogger.dll
|
|
EAT_logMajorTool = true; //A major tool is a strong tool with high possibility for exploitation
|
|
EAT_logMinorTool = true;//A minor tool is a weak tool with low possibility for exploitation
|
|
|
|
/************** ModMode Variables **************/
|
|
|
|
// Defines the default on and off for mod mode options
|
|
// ALL items can be turned on or off during gameplay, these are just defaults
|
|
EAT_playerGod = true;
|
|
EAT_vehicleGod = false;
|
|
EAT_playerESPMode = true;
|
|
EAT_grassOff = true;
|
|
EAT_infAmmo = true;
|
|
EAT_fastWalk = true;
|
|
EAT_fastUp = true;
|
|
EAT_invisibility = false;
|
|
EAT_ZombieShield = false;
|
|
|
|
diag_log("Moderator Tools: Configs loaded");
|