Einzelnen Beitrag anzeigen
Ungelesen 20.04.11, 15:22   #472
Blutaar
Anfänger
 
Registriert seit: Jan 2010
Beiträge: 7
Bedankt: 3
Blutaar ist noch neu hier! | 0 Respekt Punkte
Standard

Vll. hast du so ne Chance:

Zitat:
SERVER.BAT:

- Mit einem Texteditor erstellen und in den crysis2 Ordner packen -

@echo off
echo Starting server...
"Bin32\Crysis2DedicatedServer.exe" +exec server.cfg

SERVER.CFG:

- Mit einem Texteditor erstellen und in den crysis2 Ordner packen -

sv_servername = "Private Server"
g_useOnlineServiceForDedicated 1
sv_lanonly = 0
sv_maxplayers = 16
sv_packetrate = 30
sv_cheatprotection = 1
sv_levelrotation = 1
net_enable_voice_chat = 0
net_profile_enable = 1
sv_gs_report = 0
sv_gs_trackstats = 0
sv_ranked 0
g_revivetime = 5
g_deathCam = 1
g_fraglimit = 30
g_infiniteammo = 1
g_godmode = 0
g_infinitesuitenergy = 0
g_mpRegenerationRate = 1
g_multiplayerEnableVehicles = 1
g_roundScoreboardTime = 15
g_idleKickTime = 600
g_tk_punish = 1
g_tk_punish_limit = 3
g_friendlyfireratio = 1
g_punishFriendlyDeaths = 0
gl_skip = 1; map cw2_pier

wait_seconds 25
g_timelimit = 30

exec scheat.cfg

levelrotation.xml:

- Mit einem Texteditor erstellen und in den crysis2(5620)_01_13 Ordner packen -

<levelrotation>
<level name="cw2_pier" gamerules="InstantAction" />
<level name="cw2_alien_vessel" gamerules="InstantAction" />
<level name="cw2_church" gamerules="InstantAction" />
<level name="cw2_city_hall" gamerules="InstantAction" />
<level name="cw2_collided_buildings" gamerules="InstantAction" />
<level name="cw2_cxp_liberty" gamerules="InstantAction" />
<level name="cw2_alien_vessel_small" gamerules="InstantAction" />
<level name="cw2_downtown" gamerules="InstantAction" />
<level name="cw2_lighthouse" gamerules="InstantAction" />
<level name="cw2_rooftop_gardens" gamerules="InstantAction" />
<level name="cw2_terminal" gamerules="InstantAction" />
</levelrotation>
Blutaar ist offline   Mit Zitat antworten