Aso das war ein Link habe es net gecheckt xDD
Beiträge von GAMING
-
-
Habe ich auch Fl0rixn
-
Ich hab das versucht ich habe den radios eingestellt aber wenn man vom radius weider weggeht kann man weider überall einkaufen.
-
Und wie genau mache ich das muss ich da in den editor?
-
Guten Tag ich habe seit anfang an das problem wenn ich zum beispiel am marktplatz bin kann ich beim Kleidungs shop einkaufen wenn ich auf den boden schaue.
Kann man da irgendwie die range umstellen wo mann das im mausrad sieht?
-
-
-
Okay die sache hat sich gelöst. Der shoXy hat mir dabei geholfen.
Danke nochmal an ihn.
-
Falls es noch jemand hilft das wurde diesmal in der console ausgegeben:
-
Ne funktioniert noch immer nicht.
-
Ja es haben sich neue datein generiert und die dll's wurden gelöscht keine ahnung wieso hier die neuen scrennshots:
-
Es ist eine extDB3.so vorhanden TRS_Nils
-
Ja die dll's habe ich entfernt. TRS_Nils
-
So hab das im wiki gemacht und funkt noch immer net, ich versteh nicht wieso.
Code14:48:01 "---------------------------------------------------------------------" 14:48:01 "---------------------------------------------------------------------" sh: 1: objdump: not found Call extension 'extDB3' could not be loaded 14:48:01 "extDB3 Failed to Load, Check Requirements @ https://bitbucket.org/torndeco/extdb3/wiki/Installation" 14:48:01 "" 14:48:01 "If you are running this on a client, Battleye will random block extensions. Try Disable Battleye" 14:48:01 "---------------------------------------------------------------------" 14:48:01 "---------------------------------------------------------------------"
Bin glaube für alles zu dumm xd.
-
Wenn du meinst was da alles in der Zip drinnen war dann ja
.
Also falls du das meinst
-
Ehm welche sachen?
-
läuft die datenbank aufm gleichen server und heißt der datenbankuser root?
Ja sind auf den gleichen server und er heißt root
stimmt der port?
Ja stimmt auch
und warum sind da zwei datenbank konfigs?
Das weis ich selber nicht.
-
Okay ne hat auch nicht geholfen.
Hier nochmal die console was die jetzt ausgegeben hat:
CodeError: Object(2 : 662) not found 13:35:16 ../lib/Network/networkServer.cpp OnClientStateChanged:NOT IMPLEMENTED - briefing! CallExtension 'extDB3' could not be found 13:35:16 "extDB3: Error with Database Connection" Attempt to override final function - bis_fnc_storeparamsvalues_data 13:35:29 Mission id: c740022df862f6687ab6832b0ea344d9c296e210
-
Oh bin ich dumm
1 schreib fehler ich versuchs mal
-
Hat die Datenbankverbindung überhaupt schon einmal funktioniert?
Ja hat sie schon mal aber nach einem neu start net mehr.
Nutzt du Windows oder Linux?
Linux Ubuntu
Welche Startparameter werden angewandt?
./arma3server -config=server.cfg -cfg=basic.cfg -mod=@extDB2 -mod=@life_server >> "log.rpt"
ZitatHast du alle extDB3 Abhängigkeiten installiert?
Okay da weis ich nicht was du meinst.
Und hier die config:
Code
Alles 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 /proc Randomize 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 Server Port = 2302 Password = rcon [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 = 999999999 BanDuration = 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.db minSessions = 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 = altislife Username = root Password = ********** IP = 127.0.0.1 Port = 3306 minSessions = 1 ;maxSessions = 4 idleTime = 60 compress = false ; Should only use this if MySQL server is external. Also only for MySQL Secure Auth = false ; Recommend you turn this on [A3W] Type = MySQL Name = a3wasteland Username = root Password = password IP = 127.0.0.1 Port = 3306 minSessions = 1 ;maxSessions = 4 idleTime = 60 compress = false ; Should only use this if MySQL server is external. Also only for MySQL Secure Auth = false ; Recommend you turn this on