xDeejayCrazyx

Member
  • Content count

    3
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About xDeejayCrazyx

  • Rank
    Bambi
  1. xDeejayCrazyx

    Looking for basic.cfg Advice

    Hey @TroyT, I currently run 4 Exile servers all extDB3 x64. 2 with zeds and AI/Roaming AI 2 with just AI/Roaming AI My servers specs are Dual Intel Xeon 2670 v3's 32GB ECC Ram 1TB SSD (Raid 1) Windows Server 2012 R2 x64, This rack is owned by myself and a mate and is hosted on a 1GB Colocation service Here is my basic.cfg that i use on all server and i don't seen to have any issues with, // // Exile Mod basic.cfg Settings // // This file has been tuned for a box running only one Arma 3 server on a // 1 GBit/s pipe with 100 slots // // See https://community.bistudio.com/wiki/basic.cfg // /////////////////////////////////////////////////////////////////////////////// // Default Options /////////////////////////////////////////////////////////////////////////////// language = "English"; adapter = -1; 3D_Performance = 1.000000; Resolution_W = 800; Resolution_H = 600; Resolution_Bpp = 32; /////////////////////////////////////////////////////////////////////////////// // Bandwidth Tuning // // Be sure to adjust this to your server settings! // This example is for 1GBit/s pipe /////////////////////////////////////////////////////////////////////////////// // 100MB * 1024 * 1024 = 104857600 MinBandwidth = 107374182; // Do NOT set this too high or your Arma server will simulate ego-ddos // 600MB * 1024 * 1024 = 629145600 MaxBandwidth = 1073741824; /////////////////////////////////////////////////////////////////////////////// // Network Tuning // // Usually something we developers set. Only change these if you really know // what you are doing. Do something wrong here and your sever will burn in hell // and cause massive desych. /////////////////////////////////////////////////////////////////////////////// MaxMsgSend = 16384; //MaxSizeGuaranteed = 958; //MaxSizeNonguaranteed = 224; MinErrorToSend = 0.001; MinErrorToSendNear = 0.01; MaxCustomFileSize = 2920000; Cheers xDeejayCrazyx
  2. xDeejayCrazyx

    "ErrorMessage: Config : some input after EndOfFile."

    You are missing the last }; under >> class CfgVehicleTransport Try using this changed one > https://pastebin.com/r4kK2jAu
  3. xDeejayCrazyx

    "ErrorMessage: Config : some input after EndOfFile."

    You are missing the last }; under >> Try using this changed one > https://pastebin.com/r4kK2jAu