[ 3 / 27 users online ] - Mittwoch, 30. März 2016 - 17:26 
unrealEXTREME.de
» Home / Startseite
» Alte Startseite
» Forum
 
» Misc. / UX-Base
» Clans/Szene
» Unreal
» Unreal Tournament
» Unreal Tournament 2003
» Unreal Tournament 2004
» Unreal 2
» America's Army
» Devastation
» DukeNukem Forever
» Deus Ex 1/2
» Men of Valor
» Rune
» RS: Raven Shield
» Splinter Cell
» Tribes 3: Vengeance
» Tactical Operations
» XIII
 
login
    username:
    
    password:
    
 
    
 
lost password ?
register ?


latest news 
22.11: Raptor Race 2004 dra...
14.11: Raptor Race 2004...
05.09: Community eXpansion ...
03.09: XMP German Forum Pac...
09.07: U2:XMP Europa Versio...

vote 

there is currently no vote running...

Werbung 


Partner 

unrealLegacy.de - Unreal Tournament 3 und mehr...



wayFINDER.de - Das SpieleSeitenVerzeichnis von Gamern fuer Gamer...

TO-Nation.de/com...



Bungie.de - Halo Universe

OpenLeague.de


Link us ;)) 

unrealEXTREME.de



 
news 
 » news
 » archive

Unreal 2 
 » Gegner
 » Konsolen Befehle
 » Mods
 » Screenshots
 » Story
 » Umgebung und Maps
 » UnrealEngine
 » Waffen
 » FAQ

community 
 » clanList
 » forum
 » guestbook
 » userlist
 » server

gallery 
 » overview
 » statistics

filewizard 
 » fileBASE
 » Unreal II

links 
 » Unreal II

staff 
 » impressum
 » datenschutz
 » contact

 


 news

Allgemein  XMP Demo: Dedicated Server   lara 06.12.2003
text (short)
Ihr wollt einen XMP Demo Dedicated Server aufmachen? Dann schaut in diesem Forenthread oder unter SHOW MORE vorbei.

text (long)
quote:
XMP Dedicated Server
By Sharkie ripped from the beta forums:

This is my personal, unoffical guide to setting up a dedicated server. All the information listed below was collected by me, and used to setup the west coast server that you can see in the game list. This server is not behind a firewall or using NAT.

Other admins please feel free to add anything that you have come along to help out other admins. Hopefully this guide helps most of you out there.

NAT and Firewall ports:

UDP
28900
27900
7778
7777

TCP
none

Command line options:
To get you server started without the use of the in game menus (mainly for those setting up remote servers) try using all or some of the following command line options

C:\games\U2XMP\SYSTEM\U2XMP.EXE -server -noddraw -nohard -ndsound

-server = dedicated only
-nodraw = no directdraw
-nohard = no d3d
-ndsound = no directsound

EDITING YOUR MYU2XMP.INI
To get you server to start on a given map add the following:

[URL]
Map=xmp-lowlands.unr
LocalMap=xmp-lowlands.unr

To set a map rotation add the following:
(Set order to whatever you want....add/remove what maps you want as well)

[U2.MapListXMP]
MapNum=1
Maps=XMP-SunsetBeach
Maps=XMP-Sirocco
Maps=XMP-Garden
Maps=XMP-NaKoja
Maps=XMP-Sirocco
Maps=xmp-rampant
Maps=XMP-Lowlands

Customizing you server:
Edit the following lines as you want the info displayed to users, or just leave blank.

[Engine.GameReplicationInfo]
ServerName=
AdminName=
AdminEmail=
MOTDLine1=
MOTDLine2=
MOTDLine3=
MOTDLine4=

Setting maxplayers, scoring, etc:

{Edited: these settings are better}

[Engine.GameInfo]
bWeaponStay=False
bChangeLevels=True
TeamDamage=0.500000
PreMatchWait=40
MaxSpectators=2
MaxPlayers=24
GoalScore=0
TimeLimit=45


--------------------------------------------------------------------------------u2xmp xmp-garden -server--------------------------------------------------------------------------------


I've uploaded a version of UCC.EXE that should work with the demo. Grab it here.


code:--------------------------------------------------------------------------------ucc server--------------------------------------------------------------------------------


Also if you're using a firewall, make sure to open up ports 7777 and 7778. I'm seeing lots of unaccessable servers up that's likely due to this.

I'll dig up an old post from the beta forums that goes into server admin in more detail.

Sample batch file to start server, and reload it if it crashes:

code:--------------------------------------------------------------------------------
cd \program files\XMPserver\system
ne
ucc server XMP-Garden
goto one
--------------------------------------------------------------------------------


Multihome command

Running a server on a box that has multiple IP addresses? Then you need to tell the XMP server application which one it should bind itself to. Use the 'multihome=' command like this:


code:--------------------------------------------------------------------------------
ucc server XMP-Garden multihome=123.123.123.123
--------------------------------------------------------------------------------


Custom log file + log backup on crash

Using the example batch file above, we can speficy a custom logfile name and then back that file up if the server crashes so that you can save the logging information and go back and find out why it crashed:


code:--------------------------------------------------------------------------------
cd \program files\XMPserver\system
ne
ucc server XMP-Garden log=server.log
copy server.log server.bak
goto one
--------------------------------------------------------------------------------

__________________
Aaron R Leiby


[ back to the news ]
related links:
  • UnrealED.info
  • comments


     06.12.2003 - relative - wow   
    das nenn ich mal haufen von news
    nice job!
    da kommt man ja mit dem lesen kaum noch nach

    zum thema:
    bevor ich nen gameserver aufmach muss ich mir die straße aufreißen lassen um ne dementsprechende leitung legen zu lassen



     comment error

    you have to be registered and loged in to write comments. if you lost your password click here.