HX3 Foren

HX3 Foren (https://hx3.de/)
-   Multiplayer (https://hx3.de/multiplayer-164/)
-   -   Dedizierter Server lädt mods nicht sauber (https://hx3.de/multiplayer-164/dedizierter-server-laedt-mods-sauber-20735/)

Zakath 05.06.2011 10:48

Dedizierter Server lädt mods nicht sauber
 
Moin,

Ich habe auf meinem Rechner einen dedizierten ArmA2:Operation Arrowhead Server laufen. Nun möchte ich mit einem Freund ACRE ausprobieren. Die Mods sind auf allen Rechner installiert. Nun mein Problem: Auch wenn bei allen der Mod Parameter gleich ist, kann ich mich nicht mit dem Serververbinden. Es kommt immer die Meldung, dass die Datein mit einem "nicht vom Server unterstützten Schlüssel" signiert sind. Ich gehe davon aus, das der Server die Mods nicht mitgeladen hat. Kann mir jemand sagen, was ich falsch mache?
Meine Parameter: arma2oaserver.exe -port=2302 -config=server.cfg -cfg=arma.cfg -profiles=serverprofiles mod=@CBA;@CBA_OA;@JayArma2Lib;@ACRE
Betriebssystem: Windows XP 32-Bit

Vielen Dank schon mal.

Gruß
Zakath
(Christian)

Moerderhoschi 05.06.2011 11:14

Ich gehe mal stark davon aus damit du in deiner Server.cfg den Parameter "verifySignatures" auf 1 gesetzt hast und darin liegt das problem.

Setze diesen Parameter auf 0 und es sollte gehen.

Beispiel server.cfg:

Code:

//
// server.cfg
//
// comments are written with "//" in front of them.



// GLOBAL SETTINGS
hostname = "Fun and Test Server";        // The name of the server that shall be displayed in the public server list
password = "";                                                // Password for joining, eg connecting to the server
passwordAdmin = "xyz";                                        // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz'
reportingIP = "arma2oapc.master.gamespy.com";                // This is the default setting. If you change this, your server
logFile = "server_console.log";                        // Tells ArmA-server where the logfile should go and what it should be called



// WELCOME MESSAGE ("message of the day")
// It can be several lines, separated by comma
// Empty messages "" will not be displayed at all but are only for increasing the interval
motd[] = {
        "", "", "",
        "Welcome to the Testing",
        "Server Settings: Veteran, Crosshair = off, 3rdPerson = off, MapInfo = off, VoN = off, CustomFiles = 200KByte, Voting = 33%, PersistentMaps = on",
        "We are looking for fun - Join us Now !",
        "http://www.mypage.org/",
        "",
        "You should use mumble, its better than",
        "TS2 Server for recruits: mypage.org:8767"
};
motdInterval = 5;                                                // Time interval (in seconds) between each message



// JOINING RULES
checkfiles[] = {};                                                // Outdated.
maxPlayers = 30;                                                // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.
kickDuplicate = 0;                                        // Each ArmA version has its own ID. If kickDuplicate is set to 1, a player will be kicked when he joins a server where another player with the same ID is playing.
verifySignatures = 0;                                        // Verifies the players files by checking them with the .bisign signatures. Works properly from 1.08 on
equalModRequired = 0;                                        // Outdated. If set to 1, player has to use exactly the same -mod= startup parameter as the server.



// VOTING
voteMissionPlayers = 1;                                          // Tells the server how many people must connect so that it displays the mission selection screen.
voteThreshold = 0.33;                                        // 33% or more players need to vote for something, for example an admin or a new map, to become effective



// INGAME SETTINGS
disableVoN = 1;                                                // If set to 1, Voice over Net will not be available
vonCodecQuality = 0;                                        // Quality from 1 to 10
persistent = 0;                                                // If 1, missions still run on even after the last player disconnected.



// SCRIPTING ISSUES
onUserConnected = "";                                        // self-explaining
onUserDisconnected = "";
doubleIdDetected = "";
regularCheck = "";

// some ArmA specific stuff - signature verification
onUnsignedData = "kick (_this select 0)"; // unsigned data detected
onHackedData = "ban (_this select 0)"; // tampering of the signature detected
onDifferentData = ""; // data with a valid signature, but different version than the one present on server detected
BattlEye = 0; //Server to use BattlEye system


gruß

hoschi

Zakath 06.06.2011 18:03

Danke soweit erstmal.

Ich habe jetzt nur das Problem, dass ich zwar im Spiel das ACRE Radio habe, ich aber nicht mit der PPT Taste die Funkmitteilung bekomme(sprich: kein Squawk und kein Gelbes Feld) sondern das Standart Arma Funksymbole
(das Mikrofon). Zudem kann ich das Radio nicht öffnen und verstellen.

Und, wo ich schon am Fragen stellen bin, kennt jemand ne gute ArmA 2 coop Map (wenn möglich mit ACRE)?

Kennt auch hier jemand eine Antwort?

Vielen Dank und Gruß
Zakath
(Christian)

burns 06.06.2011 18:16

Für solch spezifisches Troubleshooting lieber den vorhandenen ACRE Thread nutzen, dort gibt es auch schon Anleitungen zum Betrieb, und evtl. auch helfende Hände ;)

http://hx3.de/mods-addons-165/acre-v...ronment-19335/

Xeno 06.06.2011 18:19

Zitat:

Zitat von Zakath (Beitrag 374532)
Moin,
mod=@CBA;@CBA_OA;@JayArma2Lib;@ACRE

Ich hoffe das fehlende Minuszeichen (-) vor mod ist nur ein Tippfehler, oder ?
(Der Server braucht die JayArma2Lib nicht, Clients müssen es aber mitladen).

Die Server Keys, also die .bikey Dateien, gehören auf dem Server in das Keys Verzeichnis (OA Server neu starten).
Erst dann kann der Server Clients mit den jeweils dazugehörigen Addons auch durch lassen.

Der Rest, wie schon o.a., im Acker Thread.

Xeno


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:20 Uhr.

Angetrieben durch vBulletin, Entwicklung von Philipp Dörner & Tobias


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119