Jump to content

Thomas TKO

Member
  • Content Count

    130
  • Joined

  • Last visited

  • Medals

Everything posted by Thomas TKO

  1. Actually DMS doesn't have a proper map config with center and range, just create a file green_sea_config.sqf and add DMS_MinDistFromWestBorder = 1000; DMS_MinDistFromEastBorder = 1000; DMS_MinDistFromSouthBorder = 1000; DMS_MinDistFromNorthBorder = 1000;
  2. Thomas TKO

    VGS Respawn Loadouts

    Looks good, thanks for sharing
  3. Thomas TKO

    DMS - Defent's Mission System

    when you not have the 11 battleye filter , skip this step , drop the a3_dms.pbo on @exileserver/addons folder and done
  4. Thomas TKO

    Statusbar

    Statusbar-32-64Bit Rename the 32bit!!!!!!!!! ExileServer_system_database_connect.sqf or 64bit!!!!!!!!! ExileServer_system_database_connect.sqf to ExileServer_system_database_connect.sqf and drop the file on Statusbar Folder On Statusbar Folder change on statusBar_update.sqf the time _restartTimes = [0,6,12,18,24]; // Military Time (this its 6H restart) 1# Unpack your mission file 2# Copy the folder "Custom" from the Zip file to your mission file \Server\mpmissions\Exile.Altis (example). So the path is \Server\mpmission\Exile.Altis\Custom\StatusBar\ 3# Add this to initPlayerLocal.sqf // Load Status Bar [] execVM "Custom\StatusBar\statusBar_init.sqf"; So it should look like this: /////////////////////////////////////////////////////////////////////////////// // Static Objects /////////////////////////////////////////////////////////////////////////////// // Load Status Bar [] execVM "Custom\StatusBar\statusBar_init.sqf"; 4# Add this to your description.ext into the class "RscTitles" #include "Custom\StatusBar\statusBar.hpp" So it should look like this: class RscTitles { // Status Bar #include "Custom\StatusBar\statusBar.hpp" }; #5 Copy the override file depending on your extdb2 or extdb3 into \Server\mpmissions\Exile.Altis\Overrides\ and add it to the CfgExileCustomCode section in your mission config file ( \Server\mpmissions\Exile.Altis\config.cpp ) //StatusBar ExileServer_system_database_connect = "Custom\StatusBar\ExileServer_system_database_connect.sqf"; So it should look like this: class CfgExileCustomCode { //StatusBar ExileServer_system_database_connect = "Custom\StatusBar\ExileServer_system_database_connect.sqf"; }; 6# Pack your mission file again and you are done.... https://imgur.com/a/bJ7wO0K
  5. Thomas TKO

    Statusbar

    Delete the _dir part on statusBar_update.sqf and the Custom\StatusBar\Icons\compass.paa , dount forget change the "%10" nr for the order
  6. https://github.com/ThomasTKO/Roaming-AI-A3XAI- This Version worked i dount now how mutch different Version on Web , i use this with anny problems ! on all my server Load the directory in the arma installation, add @A3XAI on servermod line , "-serverMod=@extDB3;@infiSTAR_Exile;@infiSTAR_customApps;@A3XAI;" add server key on arma key folder. Load A3XAI_Client on your mpmission , open init.sqf and add #include "A3XAI_Client\A3XAI_initclient.sqf"; on top. On @A3XAI\addons\a3xai_config "config.cpp" can change all stuff for The Ai Done
  7. Thomas TKO

    Trader Issue [solved]

    https://fatalityx.co/product/smtraderplusv2-40004
  8. Thomas TKO

    Server Problem

    how did you come up with that ! only see clint VN mod on server , missing umsung stuff , some parseSimpleArray errors think the best way is to start fresh , server vn download , out of box cam lou nam pbo from exile discord , then addon for addon , mod for mod . Without Umsung mod thats realy not need
  9. Thomas TKO

    Server Problem

    You need download the vn server files with steam://nav/console this its the right download_depot 233780 233790 7907683864326938845
  10. Thomas TKO

    Server Problem

    Umsung its early VN cdlc , all maker of Umsung its on SOG , and all what i now its early asset now on VN cdlc . Realy think all asset on umsung its now on VN!
  11. Thomas TKO

    Server Problem

    not sure why will use umsung all uniform weapon its on vn think that umsung is now VN And i use it with Exile since its out, without problems
  12. Thomas TKO

    Server Problem

    Would start with less mod and why umsung loads its the first addon from SOG not sure some konflikt possible , File '@Unsung\addons\ashauvalley.pbo' not found , and eliminate the errors or delete your addons from exileserver , start with step by step addon for addon , mod for mod ! And not sure this worked well ! ;@Libertad_SA_Core;@Libertad_SA_Animals;@Unsung;
  13. Thomas TKO

    Exile on Sahrani

    Best way make it self , need the exile Eden plugin and time . Its not hard to make it self .
  14. https://github.com/ThomasTKO/Exile-Fapovo i add Cup stuff on trader you not wish commend out on mpmission config.cpp like class Exile_Trader_Vehicle { name = "VEHICLE"; showWeaponFilter = 0; categories[] = { "Cars", "Trucks" // "CupBluefor", // "CupOpfor" }; }; https://steamcommunity.com/sharedfiles/filedetails/?id=647753401 Extended_Base_Mod add to , but i place Mixer on mission.sqm so still need to play any problem or whatever feel free to ask me on discord.gg/rDxWpXb / ts.tko-gameserver.de
  15. Thomas TKO

    DMS - Defent's Mission System

    Add !! _dot setMarkerColor "ColorRed"; !! on a3_dms\scripts "fn_CreateMarker.sqf" line 102 Like private _dot = createMarker [format ["DMS_MissionMarkerDot%1_%2",_num,round(time)], _pos]; _dot setMarkerType _markerType; _dot setMarkerColor "ColorRed";//text color add it _dot setMarkerText _text;
  16. Thomas TKO

    DMS - Defent's Mission System

    Add _dot setMarkerColor "ColorRed"; on fn_CreateMarker.sqf line 102 private _dot = createMarker [format ["DMS_MissionMarkerDot%1_%2",_num,round(time)], _pos]; _dot setMarkerType _markerType; _dot setMarkerColor "ColorRed"; _dot setMarkerText _text;
  17. use exile plugin to make Trader , Buildings , this to make loot https://steamcommunity.com/sharedfiles/filedetails/?id=2504970130&searchtext=exile , for marker playerslots spawn points open exile tanoa mission.sqm on editor coppy all, then load new map and place all down change name Position save it , drop on exile.tanoa the mission.sqm rename the folder from Exile.Tanoa to Exile.Chernarus_2035 , drop export initserver and initplayer on it , add world name on class CfgExileEnvironment config.cpp like class Chernarus_2035: Altis
  18. Thomas TKO

    Extended Base Mod

    You need the custom Code override from ebm , its on the mod i think
  19. Thomas TKO

    Exile SafeX - Personal Trader Storage

    Safex_server.pbo go to @exileserver /addons folder , same place its exile_server_config.pbo and exile_server.pbo
  20. Thomas TKO

    Statusbar

    Ok its start with Statik timer 4h , why use this ? Dedi Box? Then use Windows and a stop.bat
  21. Thomas TKO

    Statusbar

    Then your Database on different time Zone? , check rpt for time you have,how make you restart its Dedicated or some shitty gameserver like nitrado
  22. Thomas TKO

    Statusbar

    I wrote you where you set it , but it's just a timer , it just looks at the database for the time !!!!!! Statusbar make not a restart !!!!!. set on Custom\StatusBar , statusBar_update.sqf , _restartTimes = [0,4,8,12,16,20,24];
  23. Thomas TKO

    Statusbar

    Custom\StatusBar , statusBar_update.sqf , _restartTimes = [0,6,12,18,24]; // Military Time ! _restartTimes = [0,4,8,12,16,20,24]; // Military Time
  24. Thomas TKO

    Statusbar

    true its extdb2 ,extdb3 its for arma3server_x64.exe and need this https://github.com/BrettNordin/Exile and then the extdb3 override for statusbar to check the time on database
×