-
Content count
124 -
Donations
0.00 EUR -
Joined
-
Last visited
-
[Release] ZCP - Zupa's (& City) Capture Points 3.1 ( 23 september update )
KillingRe replied to Zupa's topic in Add-ons
missing file? 7:38:22 Warning Message: Script x\addons\ZCP\functions\fn_createEdenConvertedCity.sqf not found -
9999 Ping in A3Launcher & server no longer displayed in ArmA 3 server list
KillingRe replied to Ironside's topic in Arma Tools
Just got a OVH windows server 2012 rk2 and are getting the same problem some people can join just fine but alot of our users are seeing ping 9999 and are unable to join we have all ports open that are req we even submitted a ticket about it to OVH and they did hardware reboot. Alsowent to http://a3.launcher.eu/check and got the all Green for connecting to Steam Query port , so any info would be helpful if someone knows how to solve this. -
Day/Night - Server Automatic Restart - Admin Tools -
KillingRe replied to BiNoX's topic in Configuration
/* Self-explanatory 0 = off 1 = on */ useRestartMessages = 1; Change it to a 1 to turn it on this is also in @ExileServer\addons\exile_server_config\config.cpp -
Day/Night - Server Automatic Restart - Admin Tools -
KillingRe replied to BiNoX's topic in Configuration
in @ExileServer\addons\exile_server_config\config.cpp /* Number of minutes before the restart to inform your players. Only use full minutes here. Value like 5.5 have not been tested. */ restartWarningTime[] = {15, 10, 5, 3, 2, 1}; also go into mission.pbo open config.cpp find class CfgExileCustomCode and add ExileClient_gui_toaster_addToast = "overwrite\ExileClient_gui_toaster_addToast.sqf"; so it looks like this class CfgExileCustomCode { ExileClient_gui_toaster_addToast = "overwrite\ExileClient_gui_toaster_addToast.sqf"; // Toast time on screen }; then add this file in overwrites or what ever folder you make the path just remember to change the path in the CfgExileCustomCode if you do ExileClient_gui_toaster_addToast.sqf /** * ExileClient_gui_toaster_addToast * * Exile Mod * exile.majormittens.co.uk * © 2015 Exile Mod Team * * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/. */ private["_rawText","_stripeColor","_display","_toastControl","_toastPosition","_textControl","_textHeight","_textPosition","_backgroundControl","_backgroundPosition","_stripeControl","_stripePosition"]; disableSerialization; if !(ExileClientToastAreaVisible) exitWith { false }; _rawText = _this select 0; _stripeColor = _this select 1; _display = uiNameSpace getVariable ["RscExileToastArea", displayNull]; _toastControl = _display ctrlCreate ["RscExileToast", -1]; _toastPosition = ctrlPosition _toastControl; _textControl = _toastControl controlsGroupCtrl 102; _textControl ctrlSetStructuredText (parseText _rawText); _textHeight = ctrlTextHeight _textControl; _textPosition = ctrlPosition _textControl; _textPosition set [3, _textHeight]; if (_textHeight < ((_toastPosition select 3) - 14 * pixelH)) then { _textPosition set [1, (_toastPosition select 1) + ((_toastPosition select 3) - _textHeight) * 0.5]; } else { _toastPosition set [3, _textHeight + 14 * pixelH]; _textPosition set [1, 7 * pixelH]; }; _textControl ctrlSetPosition _textPosition; _textControl ctrlCommit 0; _backgroundControl = _toastControl controlsGroupCtrl 100; _backgroundPosition = ctrlPosition _backgroundControl; _backgroundPosition set [3, _toastPosition select 3]; _backgroundControl ctrlSetPosition _backgroundPosition; _backgroundControl ctrlCommit 0; _stripeControl = _toastControl controlsGroupCtrl 101; _stripeControl ctrlSetBackGroundColor _stripeColor; _stripePosition = ctrlPosition _stripeControl; _stripePosition set [3, _toastPosition select 3]; _stripeControl ctrlSetPosition _stripePosition; _stripeControl ctrlCommit 0; _toastPosition set [0, safeZoneX + 300 * pixelW]; _toastPosition set [1, safeZoneY + (60 - 10) * pixelH - (_toastPosition select 3)]; _toastControl ctrlSetPosition _toastPosition; _toastControl ctrlSetFade 1; _toastControl ctrlCommit 0; reverse ExileClientToasts; ExileClientToasts pushBack [_toastControl, 0, diag_tickTime + 10]; // Toast time on screen reverse ExileClientToasts; playsound "HintExpand"; call ExileClient_gui_toaster_pushToBottom; Change diag_tickTime + 10 to diag_tickTime + 15 don't go pass 15 try out 10 it keeps the msg up pretty amount of time its what i use -
Day/Night - Server Automatic Restart - Admin Tools -
KillingRe replied to BiNoX's topic in Configuration
Sadly i can't think of any, i am surprised that the host does not have BEC or have any auto scheduler in the Control panel its kind of mandatory on all hosted arma servers -
Hello @Taylor Swift and @John I looked at all 21 pages and there was people who had the same problems i do now when looking for instructions that "covered step 8" there where non i am running ExAd virtual garage "ExileServer - Network message dispatch failed: Invalid function call! Called: ExileServer_ClaimVehicles_network_saveVehicleRequest" i looked at the readme in the github but it just leads to Johns profile, Sorry John your profile didn't cover this Thanks
-
Day/Night - Server Automatic Restart - Admin Tools -
KillingRe replied to BiNoX's topic in Configuration
Glad to hear @BiNoX things are working for you. If your on a hosted server they may already have bec installed look in the main DIR for a folder called BEC or on the Contorl panel for I have a Rented host and they have it installed but i also have a Dedicated and i did need to install that manually for that. As for infiSTAR for exile there really is not any other but if you get some funds i would invest in it as its free updates. -
installed the lastest update and around line 4000 i got this 21:59:42 Subgroup leader candidate was not found, NUnits() = 1, nUnits = 0 <------------STARTED HERE 21:59:42 Subgroup leader candidate was not found, NUnits() = 1, nUnits = 0 21:59:42 Group O Bravo 3-3 (0x8573b880) - network ID 2:6489 21:59:42 - no leader 21:59:42 Subgroup O Bravo 3-3:<No leader> (0x7966f060) - network ID 2:6490 21:59:42 - no leader 21:59:42 Subgroup leader candidate was not found, NUnits() = 1, nUnits = 0 21:59:42 Group O Bravo 3-3 (0x8573b880) - network ID 2:6489 21:59:42 - no leader 21:59:42 Subgroup O Bravo 3-3:<No leader> (0x7966f060) - network ID 2:6490 21:59:42 - no leader 21:59:42 Subgroup leader candidate was not found, NUnits() = 1, nUnits = 0 21:59:42 Group O Bravo 3-3 (0x8573b880) - network ID 2:6489 21:59:42 - no leader 21:59:42 Subgroup O Bravo 3-3:<No leader> (0x7966f060) - network ID 2:6490 21:59:42 - no leader and it spammed my RPT for over 700,000 lines with it, any idea's? here is my dms config to
-
nvm my mistake i disabled the load cargo into Veh some time ago and thought this was load cargo into back of veh lol, everything works thanks.
-
[SOLVED] 3rd Person View no longer working "Any Idea's?"
KillingRe replied to KillingRe's topic in Programming
//3rdPersonView = 1; //Comment out thirdPersonView = 1; //This works [SOLVED] -
solved [Solved] TRYK not loading?
KillingRe replied to Bloodshot_pico's question in Third Party Mods
its alot of mods to load glad it worked out. -
solved [Solved] TRYK not loading?
KillingRe replied to Bloodshot_pico's question in Third Party Mods
hmmm nothing is coming to mind can you post your startup mod parameters -
err you got mei don't see anything right but i never used XAMPP before i'v only useded https://dev.mysql.com/downloads/installer/
-
solved [Solved] TRYK not loading?
KillingRe replied to Bloodshot_pico's question in Third Party Mods
did you add it to your startup parameters? -
look in xampp\mysql\bin for my.ini