Thomas1973

Member
  • Content count

    17
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by Thomas1973

  1. Thomas1973

    My own DMS-Missions are not working

    For the buildings did you account for height ?
  2. Thomas1973

    Vehicle Auto Lock

    @ExileServer\addons\exile_server\code
  3. Thomas1973

    New Livonia map

    Well the main issue would be making the loot spawn points adding the buildings, etc which is alot of work
  4. Thomas1973

    Joes Datacenter

    New servers have been added including some i7's starting at $43 up to $53 a month with one being a Intel i7-3770K 9552 3.5 GHz 4 (8) 16 GB 120GB SSD 5 (/29) 1 Gbps 33 TB 1 $53.00 Order Now
  5. Thomas1973

    external db

    Ping the DB IP to see if they are communicating, post your extdb-conf blackout or blur username and password so we can see what you have in there
  6. Thomas1973

    Deploy - Pack Quad and Unit Scanner

    EXAD is what most servers are running including myself
  7. Thomas1973

    Deploy - Pack Quad and Unit Scanner

    Ya I had a brain fart, you need a script on the server side to spawn in a vehicle, stand alone on client side will not work
  8. Thomas1973

    Deploy - Pack Quad and Unit Scanner

    in createBike.sqf try removing one of the 2 quads that are in there before _vehicleArray = ["Exile_Bike_QuadBike_Black", "Exile_Bike_QuadBike_Black"]; After _vehicleArray = ["Exile_Bike_QuadBike_Black"];
  9. That file is located in your @ExileServer folder
  10. This is a hidden file so make sure you have enabled so you can see them Check this file C:\ProgramData\MySQL\MySQL Server 5.7]my.ini look for sql-mode make sure it looks like this sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
  11. Thomas1973

    Update

    After deleting the BEClient.dll and BEClientx64.dll files multiple times and verifing the files thru Steam I was able to get an updated version of Battleeye. Example of the location is C:\Program Files (x86)\steamapps\common\Arma 3\BattlEye but atleast you can give this a try as it worked for me after 4-5 attempts.
  12. Thomas1973

    Update

    I deleted my beclient.dll and verified game files where it downloaded the missing file but still getting kicked because it failed to update.
  13. Thomas1973

    Update

    After testing on a test server there appears to be an issue with Battleeye failing to update on the client side resulting in a kick from the server.
  14. Thomas1973

    Update

    I had the issue last night starting at 9:00 pm EST and removed battleeye but I tested it again this morning and seems like its fixed now.
  15. Thomas1973

    DualArms - Two Primary Weapons

    They were examples of mine as a reference but seems like you have a chip on your shoulder so I will just leave it be.
  16. Thomas1973

    DualArms - Two Primary Weapons

    Description.ext #define true 1 #define false 0 #include "custom\dual_arms\CfgSecondaryWeapons.hpp" #include "R3F_LOG\desc_include.h" #include "RscDefines.hpp" author = "Exile Mod Team"; onLoadName = "Exile Mod"; onLoadMission= "exile.majormittens.co.uk"; loadScreen = "exile_assets\texture\mod\logo.paa"; disableChannels[] = {0, 2}; OnLoadIntro = ""; OnLoadIntroTime = false; OnLoadMissionTime = false; Mission.sqm addons[] = {"exile_client","secondary_weapons","A3_Ui_F"};
  17. Thomas1973

    DualArms - Two Primary Weapons

    If you are running DMS mission system and have it set for AI to remove launchers upon death this will also delete secondary from players as well at least from my testing. in a3_dms\config.sqf find DMS_ai_remove_launchers = true; and change to false