Beiträge von TyReSS
-
-
Hallo Community.
ich habe alles so gemaht wie NoX oben erklärt hat um den Server zu insterllieren, jedoch kommt immer und immer wieder die fehler meldung "The Server-side extension extDB was not loaded into the engine, report this to the server admin."
Habe die extDB, runtergeladen die verlinkt worden ist und habe in den klammern "AVS" zu "database2" umbenannt. Und auch in den Startparameter eingefügt, alles was benötigt wird. Aber RPT Log sagt nicht viel aus bei mir, und extDB führt keine Logs mit komischerweiße. Werde jedoch trzt alles mal hier rein Spoilern
extdb-conf
Spoiler anzeigen
[Main]
;Threads = 0
; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2)
; Linux Chroot Environment might only Detect 1 CPU Cores i.e bind /procRandomize Config File = false
;This is a legacy option to randomize config file for Arma2 Servers.[Rcon]
;; this is functional, should be working fine. Just needs abit of testing on a live ServerPort = 2302
Password = lk3881[Steam]
;; this is for VAC Protocol for VAC Bans + Steam Friends.
;; this currently has a bug in it, will be fixed next version.
;; Think of it as tech preview option.
;; https://steamcommunity.com/dev/apikey
API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[VAC]
;; this feature requires Steam + Rcon to be enabled.
;; Also this feature is called via SQF Code atm, i.e it doesn't auto detect players joining server yet....Auto Ban = false
;; For Player to get banned ( their total VAC Bans => NumberOfVACBans) AND ( Days Since their Last Ban was <= DaysSinceLastBan)
;; this is also used extDB Protocol VAC:VACBanned returned results
NumberOfVACBans = 1
DaysSinceLastBan = 999999999BanDuration = 0
;; 0 = Forever, otherwise its x Minutes
BanMessage = Steam VAC banned[Log]
;; this is just config options for Rcon Logging + BE Logging
;; Has no effect on extDB Logging
Mode = sync
;; sync / async
;; ASync is just kinder on your Harddrive, may be lose of data in the event of a crash.[Database1]
;; Example of SQLite
Type = SQLite
Name = sqlite.dbminSessions = 1
; minSession Default Value = 1;maxSessions = 4
; maxSession Default Value = number of Main->Threads
; You really should leave this value alone
idleTime = 60
; idleTime no Default Value yet, needs to be defined.
; idleTime is the time before a database session is stopped if not used.
; If Database Sessions are greater than minSessions[AltisLife]
;; Example of MySQL
;; AtlisLifeRPG uses Database2 by default
Type = MySQL
Name = arma3lifeUsername = root
Password = DATENBANKPASSWORT
IP = 127.0.0.1
Port = 3306minSessions = 1
;maxSessions = 4
idleTime = 60compress = false
; Should only use this if MySQL server is external. Also only for MySQLSecure Auth = false
; Recommend you turn this on[Database2]
Type = MySQL
Name = arma3life
Username = MeineDaten
Password = MeineDaten
IP = 127.0.0.1 "Auchmeine Server IP getestet"
Port = 3306
minSessions = 1
;maxSessions = 4
idleTime = 60compress = false
; Should only use this if MySQL server is external. Also only for MySQLSecure Auth = false
; Recommend you turn this onim A3Master : Liegen die tbb.dll, und die tbbmalloc.dll im Ordner @extDB der Ordner extDB, extDB.dll, und extdb-conf.ini
Startparameter
Spoiler anzeigen
C:\ArmA3\A3Master\arma3server.exe -autoinit -mod=@extDB;@life_server -port=2302 -profiles=C:\ArmA3\A3Master -config=server.cfg -bepath=C:\ArmA3\A3Master\battleye
Auch wenn ich @life_server zuerst mache immer noch selbe fehlermeldung.
Version 3.1.4.8 konnte ich nicht runterladen von hier da der Link nicht mehr funktioniert. Somit habe ich mein mpmissions, und @life_server hochgeladen.
MYSQL Datenbank habe ich meine in den Navicat rein geschmießen.
Habe soweit nun alles geschrieben was ich weiß und wo es happert hoffe ist alles detaliert genug...
mfg
TyReSSps: RPT Log musste ich als Anhang machen da er zu groß ist für den Beitrag