Armed-Assault.de Twitter
 
 
Themen-Optionen Ansicht
Alt 29.05.2013, 15:13   #1 (permalink)
Newbie
 
Registriert seit: 29.05.2013
Beiträge: 1
Standard Problem mit Wasteland auf Gameserver

Hey,

Habe mir vor ein paar Tagenbei professional-gameserver.com einen ArmA II (OA) Server mit 4Slots gemietet. Wollte da jetzt Wasteland Utes darauf laufen lassen, damit ich und ein Kollege gegeneinander spielen können . Nur leider läuft das Ding nicht rund. Wenn ich joine, erhalte ich nur "Waiting for host", auch wenn ich via #missions nochmal die Mission Wasteland auf Utes auswähle.

Hier mal die config:

server.cfg

Zitat:

/*
Example ArmA2 server configuration file
by [KH]Jman, 3rd July 2009. Kellys Heroes ArmA Clan | Home
*/

// Password for private servers. Uncomment this if you wish to run a private server
// password = "serverpw";

/*
Password to protect admin access
type: #login mypassword
in ingame client chatbox to login as admin
type: #missions
in ingame client chatbox to display the mission list
*/
passwordAdmin = "asdf";

// The name of the server that shall be displayed in the public server list
hostname="Wasteland by AbGedreht";

/*
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[]= {
"asdf",
};


// Time interval (in seconds) between each message of the day
motdInterval=3000;

/*
25% or more players need to vote for mission to become effective
set to 1.5 to turn off missions voting
*/
voteThreshold=1.25;


/*
Maximum amount of server slots
server will always display 64 slots if maxPlayers is >64 and server is empty
*/
maxPlayers=4;


/*
Gamespy reporting url for public server list inclusion
use 127.0.0.1 for LAN server
*/
reportingIP="arma2oapc.master.gamespy.com";


/*
If specified player connects/disconnects and player id are written to file.
log file is persistant and appends data on server restart.
*/
logfile="myserver.log";


/*
Specifies the mission rotation and related difficulty settings.
leave blank i.e class Missions {};
to enable player's selection from mission list & difficulty settings
(voted on if no admin logged in)
*/
class Missions
{
class Wasteland
{
template=Wasteland_United_Utes.utes;
difficulty=Regular;
};
};


// If class missions is blank start voting when 1 players connect.
voteMissionPlayers=0;

// Do not allow players with duplicate ids to connect
kickduplicate=0;

// If set to 1 players must use exactly the same -mod= startup parameter as the server.
equalModRequired=0;

// If set to 1, Voice over Net will not be available
disableVoN=0;

/*
Quality from 1 to 10
refer to:
http://community.bistudio.com/wiki/A...r#VOIP_support
for codec info. 7 is the best.
*/
vonCodecQuality=7;


/*
Set the timestamp format used on each report line in server-side RPT file.
possible values are:
none (default), short & full
*/
timeStampFormat=full;

/*
Enables persistent battlefield
dependent on the mission specifiying persistence, otherwise has no effect.
missions must contain either instant respawn or base respawn options located in the missions description.ext file
*/
persistent=1;

/*
Enables signature verification for addons
this will prevent pbo hacks by only allowing pbos that pass servers public key checks
*/
verifySignatures=0;

// Signature timeout fix
regularcheck="{}";

// some ArmA specific stuff - signature verification
onUnsignedData = "kick (_this select 0)"; // unsigned data detected
onHackedData ="kick (_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

// See ArmA Biki for additional signature commands

// EOF

arma2.cfg

Zitat:

language="German";
adapter=-1;
3D_Performance=-4194304;
Resolution_Bpp=32;
Windowed=0;

Unter MPMissions ist die Utes Wasteland (pbo) Datei. Auf dem Server ist anstatt einer default.ArmA2OAprofile eine SYSTEM.ArmA2OAprofile.

Hier noch die Paramter und World, die ich ändern kann:



Weiß leider nicht mehr weiter, und wäre echt froh wenn mir hier einer helfen könnte (:

lg
AbGedreht ist offline  
 


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 
Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Installations Problem Arma X Verus Technische Fragen & Probleme 20 29.07.2012 21:47
Connection Problem ArmA -=Spine=- Technische Fragen & Probleme 0 11.03.2011 10:47
Fenstermodus und Taskleisten Problem MaSch0815 Technische Fragen & Probleme 9 28.12.2010 09:44
Problem mit Mainboard Sn4pSh0teR Software & Hardware 19 28.09.2010 19:37
ArmA2 OA Problem Thunderbird Technische Fragen & Probleme 17 10.07.2010 18:15


Kontakt - HX3.de - Archiv - Nach oben

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