Results 1 to 4 of 4

Thread: help with cfg file

  1. #1

    help with cfg file

    sorry but look all round forums
    but cant seem to find fix
    cant seem to get server up runing since update 1.60
    was working fin till then

    seem to be getting this error in server logs

    <<<
    Version 1.60.86874
    Allocator: Windows
    Item str_disp_server_control listed twice
    Cannot register unknown string STR_VERY_LARGE
    Warning Message: No entry 'bin\config.bin/CfgDifficulties/Recruit.recoilCoef'.
    >>>

    think it might be server cfg ??

    ///
    // DefconServers.com ArmA2 server configuration file
    // by S.Tope, 9th July 2009. http://www.defconservers.com
    //

    // Password for private servers. Remove the forward slashes if you wish to run a private server
    // password = "";

    // Password to protect admin access type: #login mypassword
    // in in game client chatbox to login as admin
    // type: #missions to display the mission list

    passwordAdmin = "adminpassword";

    // The name of the server that shall be displayed in the public server list
    hostname="Black Mamba Rangers";


    // 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 our ArmA2 Combined OPs Server",
    "Provided by http://www.defconservers.com",
    };


    // Time interval (in seconds) between each message of the day
    motdInterval=50;


    // 25% or more players need to vote for mission to become effective
    // set to 1.5 to turn off missions voting

    voteThreshold=0.25;



    // Maximum amount of server slots
    //Changing this setting above your limit can result in additional fees
    maxPlayers=10;

    // Gamespy reporting url for public server list inclusion
    reportingIP = "arma2oapc.master.gamespy.com";

    // If specified player connects/disconnects and player id are written to file.
    // log file is persistant and appends data on server restart.
    logfile="server.log";

    difficulty = "regular";

    // If class missions is blank start voting when 1 players connect.
    voteMissionPlayers=1;

    // Do not allow players with duplicate ids to connect
    kickduplicate=0;

    // If set to 1 players must use exactly the same -mod= startup parameter as the server.
    equalModRequired=0;

    // If set to 1, Voice over Net will not be available
    disableVoN=0;


    // Quality from 1 to 10
    // for codec info. 7 seems to work the best.
    vonCodecQuality=7;

    // Set the timestamp format used on each report line in server-side RPT file.
    // possible values are:
    // none (default), short & full
    timeStampFormat=full;

    // Enables persistent battlefield
    // dependent on the mission specifiying persistence, otherwise has no effect.
    // missions must contain either instant respawn or base respawn options located in the missions description.ext file
    persistent=1;

    // Enables signature verification for addons
    // this will prevent pbo hacks by only allowing pbos that pass servers public key checks
    verifySignatures=0;

    // Signature timeout fix
    regularcheck="{}";


    can any one help use out please thank you

  2. #2
    Quote Originally Posted by hawkster View Post
    sorry but look all round forums
    motd[]=
    {
    "Welcome to our ArmA2 Combined OPs Server",
    "Provided by http://www.defconservers.com",
    };
    you have an extra comma

  3. #3
    sorted thanks

  4. #4
    That message has nothing to do with the cfg.
    But it might have something to do with A2 and A2:OA.
    Seems like an error I have seen a lot of people complain about when they don't get A2:CO working correct.
    Ether -mod="" is wrong or patching / registry is wrong I think
    Artificial intelligence is no match for natural stupidity

    NoPryl of Norway

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •