Jump to content

Selods

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Selods

  1. // EPOCH SERVER CONFIG
     
    // GLOBAL SETTINGS
    hostname         = "Selods Epoch";
    password         = "";
    passwordAdmin       = "space";
    logFile             = "A3Master.log";
    verifySignatures   = 2;
    BattlEye            = 1;
    requiredBuild = 128075;
     
    // WHITELIST FILE TYPES
    allowedLoadFileExtensions[] = {:};
    allowedPreprocessFileExtensions[] = {"sqf"};
    allowedHTMLLoadExtensions[] = {:};
     
    // WELCOME MESSAGE ("message of the day")
    // It can be several lines, separated by comma
    // Empty messages "" will not be displayed at all but are only for increasing the interval
     
    motd[] = {
    "Welcome to ArmA3 Epoch!",
    "Server hosted by AML"
    };
    motdInterval = 5;               // Time interval (in seconds) between each message
     
    // JOINING RULES
    maxPlayers = 60; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.
     
    // VOTING
    voteMissionPlayers = 200;    // Prevents Votes.
    voteThreshold = 2; // Prevents Votes.
     
    // INGAME SETTINGS
    disableVoN = 0;         // If set to 1, Voice over Net will not be available
    vonCodecQuality = 20;       // Quality from 1 to 30
    persistent = 1;         // If 1, missions still run on even after the last player disconnected.
     
    // MISSIONS CYCLE (see below) epoch.Altis epoch.Stratis epoch_noZ.Altis
    class Missions
    {
    class Epoch {
    template = epoch.Chernarus; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
    difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
    };
    };
     
    kickDuplicate = 1;
    equalModRequired = 0;
    requiredSecureId = 2;
    timeStampFormat = "short";
     
    // SCRIPTING ISSUES
    onUserConnected = "";
    onUserDisconnected = "";
    doubleIdDetected = "";
     
    // SIGNATURE VERIFICATION
    onUnsignedData = "kick (_this select 0)"; // unsigned data detected
    onHackedData = "kick (_this select 0)"; //"ban (_this select 0)"; // tampering of the signature detected
    onDifferentData = "kick (_this select 0)";
  2. Hey everyone whatsup !
    Men ive been trien for maybe like 4 hours + to setup the server on my dedicated box i keep failing.
    I geuss im doin something wrong wich sucks :(, I know how to setup an Altis RPG server but this 1 one is kinda hard to setup in my opninion :( .
    So my question was if someone feels like helping me setting up a server on my dedicated box wich i have license on for 1 year.
    Ive tried to start up from tasdt i failed, then i tried the cmd i kept failing i really need some help.
    If you feel like helping me out Poke me on my teamspeak  - 
    Teamspeak 3 ip - 5.100.228.165
    Steam name : Dr.selods [the one with dayz picture :ph34r: ].
    Thanks

×
×
  • Create New...