-
Content count
87 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
11 NeutralAbout Surge132
-
Rank
Inmate
- Birthday December 25
Recent Profile Visitors
963 profile views
-
@BetterDeadThanZed Go to this website here and choose the color you want. Once the color is chosen go to the part on the bottom right where it says "ARMA" and change the numbers inside of the colorText array to match.
- 64 replies
-
I haven't had any experience with that thus far. To me that just sounds like an issue with your batch file not getting to the task where it says to kill it. I usually like to try and place and echo saying that it's gotten to a part to debug or trying to use the batch version of the if/else statements.
-
This is what I have for when it is supposed to kill the task and restart the server :KillRestartServer echo The server is restarting... timeout 1 >nul taskkill /F /IM arma3server.exe >nul timeout 5 >nul goto start Not entirely familiar with batch files but from what I can see you could probably remove that 2 from the 2>nul part and you can also remove the /t and /nobreak from timeout as to be honest they aren't really needed
-
Surge132 started following Vehicles deleted from DB after Serverstart, Restart script, Disable : Restart warning sound and and 2 others
-
You can look at this to do BE filters But if you require any more help with your server I recommend you go to https://www.altisliferpg.com/ and ask for assistance there as this is a forum for the Exile mod, not Altis Life.
-
If you don't intend to use this setting I would recommend disabling it as it may be the one causing you the trouble USE_RESTART_TIMES_ARRAY = "false"; /* if USE_RESTART_TIMES_ARRAY = "true"; -> {hour,minute} .. put in the times when your server restarts (server real world time) */ RESTART_TIMES[] = { {00,00}, {02,00}, {04,10}, {06,00}, {08,00}, {10,00}, {12,00}, {14,00}, {16,00}, {18,00}, {20,00}, {22,00}, {09,34} }; And if you have USE_RESTART_TIMER enabled I would double check that the RESTART_TIME_IN_M variable is equal to 180 (That's the default number but it's very possible you could've accidentally changed it. And the third thing you could do is just remove the alarm by doing what they said earlier and just making it look like this: RESTART_WARNING_SOUND = "";
-
If your server has BattlEye enabled than you've already done most of the work. Take a look at this forum post here and it should explain the rest of what you need to do
-
Instead of a night mode, wouldn't it be possible to just put a white border around all the icons so that they would be visible during the night? EDIT: Nevermind, I noticed just after saying that how the image itself is not black but is given a shadow of complete black. So disregard that last part
- 64 replies
-
Trader city objects doing kickflips on server restart
Surge132 replied to dj3hac's topic in Traders & Safe Zones
Are you using Maca's plugin or the one released by the devs? -
Trader city objects doing kickflips on server restart
Surge132 replied to dj3hac's topic in Traders & Safe Zones
And you're using the EDEN plugin for this correct? -
Trader city objects doing kickflips on server restart
Surge132 replied to dj3hac's topic in Traders & Safe Zones
Well, to me this looks like the objects are colliding with each other instead of having no collide enabled with them. You mind sending this server-side script so I can look into it and see what the culprit is? -
Which map are you using?
-
Ok, that fixed the issue I had with that being logged but the issue ingame still seems to persist. It pretty much goes in, loads my servers welcome message, and then just has a black screen in the background with no options to use ESC or anything so the only way to get out of the server is through Alt-F4
-
You do know this post is 5 months old right?
-
Hey, so I already know that this is a database issue so I just wanted to get straight to the point. My Exile server is getting a black screen after booting and loading. This is what my database logs are saying: [06:32:30:638983 +00:-1] [Thread 3468] extDB2: Database Type: MySQL [06:32:30:650627 +00:-1] [Thread 3468] extDB2: Database Session Pool Started [06:32:30:654626 +00:-1] [Thread 3468] extDB2: SQL_CUSTOM_V2: Loading Template Filename: C:\Program Files (x86)\Arma_Game_Servers\Exile_Chernarus\@ExileServer\extDB\sql_custom_v2\exile.ini [06:32:30:655062 +00:-1] [Thread 3468] extDB2: SQL_CUSTOM_V2: Version 12 Detected, Latest Version 12 Available [06:32:46:483849 +00:-1] [Thread 2624] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: wrong bind parameters count [statemnt]: UPDATE container SET abandoned = NOW(), pin_code = '0000' WHERE last_updated_at < DATE_SUB(NOW(), INTERVAL ? DAY) AND territory_id IS NULL [06:32:46:483963 +00:-1] [Thread 2624] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session [06:32:46:484439 +00:-1] [Thread 2624] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: addAbandonedSafes:7 Now, I've just recently completely reset my database by just completely deleting it and running exile.sql again so I don't entirely see what the issue could be here.