boLek

Member
  • Content count

    7
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

1 Neutral

About boLek

  • Rank
    Bambi

Recent Profile Visitors

911 profile views
  1. boLek

    time.sqf richtig einstellen

    2h tag / 1h nacht ... server mit der zeit 6 uhr morgens starten if (!isServer) exitWith {}; while {true} do { if (daytime >= 18 || daytime < 6) then { setTimeMultiplier 12 } else { setTimeMultiplier 6 }; uiSleep 30; };
  2. go in your @exileserver folder and type ldd extDB2.so
  3. try to launch your server without -ip=${ip} in arma3server
  4. if you have full gear with 18 wood and you want to craft 9 wood planks the gear disappears
  5. boLek

    Läuft der Exile-Mod auf Debian Servern

    alle zusatzpakete wurden aber auch schon hier im forum genannt also solltest du da keine probleme haben
  6. boLek

    Seit Arma 3 Update geht garnix mehr

    sehr hilfreich @Bifi windows oder linux?
  7. boLek

    day and night

    3 hours day 1 hour night with fog if (!isServer) exitWith {}; while {true} do { if (daytime >= 18 || daytime < 6) then { 1200 setFog [0.9,0.05,20]; setTimeMultiplier 12 } else { setTimeMultiplier 4 }; uiSleep 30; };edit config.cpp in exile_server_config.pbo class Time { // Uses Dedicated Server time as ingame Time useRealTime = 0; // Will overide RealTime useStaticTime = 1; // time in ARMA FORMAT << CONFIG // https://community.bistudio.com/wiki/setDate staticTime[] = {2039,10,24,6,0}; };