jetzt geht es wohl bekommt aber irwie die server.cfg nicht rein und der sername ist halt VMDblablabla
[TUTORIAL] BEC Auto Neustart alle 6 Stunden + Nachrichten
-
- Altis Life
-
Exodoos -
17. September 2016 um 22:29
-
-
Vielleicht mal updaten, Link z.B. nicht mehr erreichbar
-
- Offizieller Beitrag
Vielleicht mal updaten, Link z.B. nicht mehr erreichbar
Ich habe fertig.
-
Vielleicht mal updaten, Link z.B. nicht mehr erreichbar
Wurde geupdatet. Link funktioniert wieder, Rest sollte weiterhin so gehen.
-
Wie viele Personen auf Seite 2 geschrieben haben, habe ich das Problem auch. BattleEye findet meinen Server nicht. Hat jemand ein Tipp? Ich wüsste jetzt nicht was ich euch senden könnte also wenn ich etwas braucht, sagt bescheid.
-
SporeSee wie startest du deinen BEC?
und poste mal deine server.cfg
-
Am Anfang per .bat aber die habe scheinbar soweit mittlerweile verändert sodass es nicht mehr möchte aber in der .bat stand es so:
start "C:\server\A3Master\BEC\Bec.exe"
Ich habe auch extra alles so original gelassen erstmal wie nur möglich aber scheinbar habe ich etwas übersehen.und meine server.cfg:
Spoiler anzeigen
/*
################## Arma 3 Servereinstellungen ###################
### EDIT: Andre Reinhardt (Nox) ###
### WEB: http://www.ntechit.de ###
### QUELLE: Bohemia Interactive Studios ###
### Die bereits vorhandenen Einstellungen sind lediglich eine ###
### Empfehlung von uns, können jedoch verändert werden ###
#################################################################
*/
steamPort = 8766;
steamQueryPort = 27016;
// ███████████████████████████████████████████████████████████████████████
// █████████████████████████ GRUNDEINSTELLUNGEN ██████████████████████████
// ███████████████████████████████████████████████████████████████████████
hostname = "[GER] Life-of-Workaholics.de | Community | Emergency | Polizei";
password = "Test123"; //Bei keinem Passwort einfach leer lassen...
passwordAdmin = "Ux-3SFir";
logFile = "arma3server.log";
verifySignatures = 2; // Verhindert dass Spieler welche unbekannte Mods verwenden deinen Server betreten und hält so eine Menge Hacker fern. Standart: 2
equalModRequired = 0; // Prevent players who don't have the exact same mods as the server from joining (best kept at 0)
requiredSecureId = 2; // was used to define type of secureID
maxPlayers = 100; // Slotzahl deines Servers. Empfohlen: 64
kickDuplicate = 1; // Each player normally has its own unique ID. If set to 1, players with an ID that is identical to another player will be kicked
BattlEye = 1; // BattlEye Ein- oder Abschalten. 1 = Eingeschaltet | 0 = Ausgeschaltet (Nicht empfohlen!)
motd[] =
{
"Willkommen auf Life-of-Workaholics",
"Besuch unsere Homepage auf http://www.life-of-workaholics.de.de :)"
};
motdInterval = 120; // Time interval (in seconds) between each message
// ███████████████████████████████████████████████████████████████████████
// ███████████████████████ MISSIONSEINSTELLUNGEN █████████████████████████
// ███████████████████████████████████████████████████████████████████████
voteMissionPlayers = 1; // Tells the server how many people must connect before displaying the mission selection screen, if you have not already selected a mission in this config
voteThreshold = 2; // Percentage (0.00 to 1.00) of players needed to vote for something, for example an admin or a new mission, to become effective. Set to 9999 to prevent people from voting random players as admins.
class Missions
{
class Mission1
{
template="Altis_Life.Altis";
difficulty="Regular";
};
};
// ███████████████████████████████████████████████████████████████████████
// █████████████████████ ERWEITERTE EINSTELLUNGEN ████████████████████████
// ███████████████████████████████████████████████████████████████████████
disableVoN = 0; // If set to 1, voice chat will be disabled
vonCodecQuality = 10; // Supports range 1-30; 8kHz is 0-10 (narrowband), 16kHz is 11-20 (wideband), 32kHz is 21-30 (ultrawideband); higher = better sound quality
persistent = 1; // If set to 1, missions will continue to run after all players have disconnected
timeStampFormat = "short"; // Set the timestamp format used on each line of the server RPT log file. Possible values are "none" (default), "short", "full".
allowedVoteCmds[] = {}; //Deaktiviert ALLE Votefunktion, solange in den Klammern keine Funktionen angegeben sind.
allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; // only allow files with those extensions to be loaded via loadFile command (since Arma 3 build 1.19.124216)
allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; // only allow files with those extensions to be loaded via preprocessFile/preprocessFileLineNumber commands (since Arma 3 build 1.19.124323)
allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; // only allow files with those extensions to be loaded via HTMLLoad command (since Arma 3 build 1.27.126715)
onUserConnected = ""; // command to run when a player connects
onUserDisconnected = ""; // command to run when a player disconnects
doubleIdDetected = ""; // command to run if a player has the same ID as another player in the server
onUnsignedData = "kick (_this select 0)"; // command to run if a player has unsigned data
onHackedData = "kick (_this select 0)"; // command to run if a player has data with invalid signatures
onDifferentData = ""; // command to run if a player has modified data
-
Am Anfang per .bat aber die habe scheinbar soweit mittlerweile verändert sodass es nicht mehr möchte aber in der .bat stand es so:
start "C:\server\A3Master\BEC\Bec.exe"
Ich habe auch extra alles so original gelassen erstmal wie nur möglich aber scheinbar habe ich etwas übersehen.und meine server.cfg:
Spoiler anzeigen
/*
################## Arma 3 Servereinstellungen ###################
### EDIT: Andre Reinhardt (Nox) ###
### WEB: http://www.ntechit.de ###
### QUELLE: Bohemia Interactive Studios ###
### Die bereits vorhandenen Einstellungen sind lediglich eine ###
### Empfehlung von uns, können jedoch verändert werden ###
#################################################################
*/
steamPort = 8766; <-------steamPort = 2302;
steamQueryPort = 27016; <------steamQueryPort = 2303
// ███████████████████████████████████████████████████████████████████████
// █████████████████████████ GRUNDEINSTELLUNGEN ██████████████████████████
// ███████████████████████████████████████████████████████████████████████
hostname = "[GER] Life-of-Workaholics.de | Community | Emergency | Polizei";
password = "Test123"; //Bei keinem Passwort einfach leer lassen...
passwordAdmin = "Ux-3SFir";
logFile = "arma3server.log";
verifySignatures = 2; // Verhindert dass Spieler welche unbekannte Mods verwenden deinen Server betreten und hält so eine Menge Hacker fern. Standart: 2
equalModRequired = 0; // Prevent players who don't have the exact same mods as the server from joining (best kept at 0)
requiredSecureId = 2; // was used to define type of secureID
maxPlayers = 100; // Slotzahl deines Servers. Empfohlen: 64
kickDuplicate = 1; // Each player normally has its own unique ID. If set to 1, players with an ID that is identical to another player will be kicked
BattlEye = 1; // BattlEye Ein- oder Abschalten. 1 = Eingeschaltet | 0 = Ausgeschaltet (Nicht empfohlen!)
motd[] =
{
"Willkommen auf Life-of-Workaholics",
"Besuch unsere Homepage auf http://www.life-of-workaholics.de.de :)"
};
motdInterval = 120; // Time interval (in seconds) between each message
// ███████████████████████████████████████████████████████████████████████
// ███████████████████████ MISSIONSEINSTELLUNGEN █████████████████████████
// ███████████████████████████████████████████████████████████████████████
voteMissionPlayers = 1; // Tells the server how many people must connect before displaying the mission selection screen, if you have not already selected a mission in this config
voteThreshold = 2; // Percentage (0.00 to 1.00) of players needed to vote for something, for example an admin or a new mission, to become effective. Set to 9999 to prevent people from voting random players as admins.
class Missions
{
class Mission1
{
template="Altis_Life.Altis";
difficulty="Regular";
};
};
// ███████████████████████████████████████████████████████████████████████
// █████████████████████ ERWEITERTE EINSTELLUNGEN ████████████████████████
// ███████████████████████████████████████████████████████████████████████
disableVoN = 0; // If set to 1, voice chat will be disabled
vonCodecQuality = 10; // Supports range 1-30; 8kHz is 0-10 (narrowband), 16kHz is 11-20 (wideband), 32kHz is 21-30 (ultrawideband); higher = better sound quality
persistent = 1; // If set to 1, missions will continue to run after all players have disconnected
timeStampFormat = "short"; // Set the timestamp format used on each line of the server RPT log file. Possible values are "none" (default), "short", "full".
allowedVoteCmds[] = {}; //Deaktiviert ALLE Votefunktion, solange in den Klammern keine Funktionen angegeben sind.
allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; // only allow files with those extensions to be loaded via loadFile command (since Arma 3 build 1.19.124216)
allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; // only allow files with those extensions to be loaded via preprocessFile/preprocessFileLineNumber commands (since Arma 3 build 1.19.124323)
allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; // only allow files with those extensions to be loaded via HTMLLoad command (since Arma 3 build 1.27.126715)
onUserConnected = ""; // command to run when a player connects
onUserDisconnected = ""; // command to run when a player disconnects
doubleIdDetected = ""; // command to run if a player has the same ID as another player in the server
onUnsignedData = "kick (_this select 0)"; // command to run if a player has unsigned data
onHackedData = "kick (_this select 0)"; // command to run if a player has data with invalid signatures
onDifferentData = ""; // command to run if a player has modified data
probiere mal das aus
-
hat leider nichts verändert. Ist mir garnicht aufgefallen das ich es nicht angepasst habe weil ich trotzdem joinen konnte.
-
okay hast du BEC auch in der Firewall mit erweiterten Sicherheit eingetragen ?
und poste mal bitte noch deine .bat Datei
-
- Offizieller Beitrag
probiere mal das aus
Das sind NICHT die Ports vom ArmA 3 Server.
Starte BEC bitte mit folgenden Parametern: -f Config.cfg --dsc
-
Ja habe die .exe einfach genommen. Ich habe sogar testwweise die Firewall ausgemacht ( ja sollte man nicht machen).
Vielleicht habe ich auch etwas in der Config.cfg falsch gemacht.
RCON IP: 127.0.0.1
Port: 2305
Sollte doch so oder?
Meine start.bat. Habe sie bisschen zusammengeworfen:Spoiler anzeigen
ECHO off
taskkill /f /fi "status eq not responding" /im arma3server_x64.exe
taskkill /f /im arma3server_x64.exe
timeout 1
cd C:\server\A3Master
timeout 3
start "arma3" /min /high "C:\server\A3Master\arma3server_x64" -mod=@Life_server;@extDB3 -autoinit -profiles=config -config=server.cfg
timeout 3
echo ARMA 3 launch
timeout 90
start "C:\server\A3Master\BEC\Bec.exe"
exit
-
Das sind NICHT die Ports vom ArmA 3 Server.
Starte BEC bitte mit folgenden Parametern: -f Config.cfg --dsc
so?
Code
Alles anzeigen@echo off taskkill /f /fi "status eq not responding" /im arma3server_x64.exe taskkill /f /im arma3server_x64.exe timeout 1 cd C:\server\A3Master timeout 3 start "arma3" /min /high "C:\server\A3Master\arma3server_x64" -mod=@Life_server;@extDB3 -autoinit -profiles=config -config=server.cfg timeout 3 echo ARMA 3 launch timeout 90 start "C:\server\A3Master\BEC\Bec.exe" -f Config.cfg --dsc exit
-
hast du anydesk könnte mal darüberschauen
-
Das sind NICHT die Ports vom ArmA 3 Server.
Starte BEC bitte mit folgenden Parametern: -f Config.cfg --
Das habe ich bei mir eingetragen und bei anderen und es funktioniert
habe keinen Fehler gefunden das da nicht was ist
-
Der @ExEKiller001 hat mir über die Schulter geschaut und sehr geholfen. Nochmal vielen vielen Dank.
Kurze Erklärung der Probleme:
- Meine .bat war zu einfach und auch zu fehlerhaft
- wir haben die Config.cfg vereinfach von BEC
- Portfreigabe war nur teilweise getätigt -
I want to set the restart times every 4 hours. But I couldn't set it because it was too complicated. Can you help me? So it will be like this.
00:00 - 04:00
08:00 - 12:00
16:00 - 20:00
20:00 - 00:00
XML
Alles anzeigen<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <Scheduler> <!-- Server restarts every 6 hours warning--> <job id='0'> <day>1,2,3,4,5,6,7</day> <start>001500</start> <runtime>004500</runtime> <loop>-1</loop> <cmd>say -1 This server automatically restarts every 12 hours at 12 AM MDT, and 12 PM MDT</cmd> </job> <!-- Server restarts in 2 hours warning--> <job id='1'> <day>1,2,3,4,5,6,7</day> <start>22:00:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in two hours!</cmd> </job> <!-- Server restarts in 1 hour warning--> <job id='2'> <day>1,2,3,4,5,6,7</day> <start>23:00:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in one hour!</cmd> </job> <!-- Server restarts in 30 minutes warning--> <job id='3'> <day>1,2,3,4,5,6,7</day> <start>23:30:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 30 minutes!</cmd> </job> <!-- Server restarts in 20 minutes warning--> <job id='4'> <day>1,2,3,4,5,6,7</day> <start>23:40:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 20 minutes!</cmd> </job> <!-- Server restarts in 15 minutes warning--> <job id='5'> <day>1,2,3,4,5,6,7</day> <start>23:45:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 15 minutes!</cmd> </job> <!-- Server restarts in 10 minutes warning--> <job id='6'> <day>1,2,3,4,5,6,7</day> <start>23:50:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 10 minutes!</cmd> </job> <!-- Server restarts in 5 minutes warning--> <job id='7'> <day>1,2,3,4,5,6,7</day> <start>23:55:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 5 minutes!</cmd> </job> <!-- Server restarts in 3 minutes warning--> <job id='8'> <day>1,2,3,4,5,6,7</day> <start>23:57:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 3 minutes!</cmd> </job> <!-- Server restarts in 1 minute warning--> <job id='9'> <day>1,2,3,4,5,6,7</day> <start>23:59:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 1 minute!!!</cmd> </job> <!-- Server restarting warning--> <job id='10'> <day>1,2,3,4,5,6,7</day> <start>23:59:50</start> <runtime>000001</runtime> <loop>10</loop> <cmd>say -1 Alert: This server is automatically restarting now!!!</cmd> </job> <!-- Shutdown Server --> <job id='11'> <day>1,2,3,4,5,6,7</day> <start>23:59:55</start> <runtime>000000</runtime> <loop>0</loop> <cmd>#shutdown</cmd> </job> <!-- Server restarts in 2 hours warning--> <job id='12'> <day>1,2,3,4,5,6,7</day> <start>10:00:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in two hours!</cmd> </job> <!-- Server restarts in 1 hour warning--> <job id='13'> <day>1,2,3,4,5,6,7</day> <start>11:00:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in one hour!</cmd> </job> <!-- Server restarts in 30 minutes warning--> <job id='14'> <day>1,2,3,4,5,6,7</day> <start>11:30:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 30 minutes!</cmd> </job> <!-- Server restarts in 20 minutes warning--> <job id='15'> <day>1,2,3,4,5,6,7</day> <start>11:40:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 20 minutes!</cmd> </job> <!-- Server restarts in 15 minutes warning--> <job id='16'> <day>1,2,3,4,5,6,7</day> <start>11:45:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 15 minutes!</cmd> </job> <!-- Server restarts in 10 minutes warning--> <job id='17'> <day>1,2,3,4,5,6,7</day> <start>11:50:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 10 minutes!</cmd> </job> <!-- Server restarts in 5 minutes warning--> <job id='18'> <day>1,2,3,4,5,6,7</day> <start>11:55:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 5 minutes!</cmd> </job> <!-- Server restarts in 3 minutes warning--> <job id='19'> <day>1,2,3,4,5,6,7</day> <start>11:57:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 3 minutes!</cmd> </job> <!-- Server restarts in 1 minute warning--> <job id='20'> <day>1,2,3,4,5,6,7</day> <start>11:59:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Alert: This server will automatically restart in 1 minute!!!</cmd> </job> <!-- Server restarting warning--> <job id='21'> <day>1,2,3,4,5,6,7</day> <start>11:59:50</start> <runtime>000001</runtime> <loop>10</loop> <cmd>say -1 Alert: This server is automatically restarting now!!!</cmd> </job> <!-- Shutdown Server --> <job id='22'> <day>1,2,3,4,5,6,7</day> <start>11:59:55</start> <runtime>000000</runtime> <loop>0</loop> <cmd>#shutdown</cmd> </job> </Scheduler>
-
-
-
Spoiler anzeigen
There is a problem with the link, I think it is not opening.
-