Maps, Tags, Tutorials and Assets for the Halo Custom Edition Game

MENU

Search

Troubleshooting

Website FAQ
Troubleshooting Halo CE
Dedicated Server

Extras

Official HEK Mapping Tutorial
Ghost's Tutorials Index
Top 100 Favorites Lists
Top 50 Year 2007 Lists
Top 50 Year 2008 Lists
Top 50 Year 2009 Lists
Top 50 Year 2010 Lists

Email Notices


File Sections

All Files
Halo CE Maps
Modifed Single Player Maps
Custom Single Player Maps
CMT Single Player v1
CMT Single Player V2
Modified Multiplayer Maps
Maps for Machinima
Custom UI Files
Halo Utilities
Tutorials
3D Model Files
Halo CE Misc. Tags
Halo CE Biped Tags
Halo CE Scenery Tags
Halo CE Tag Packs
Halo CE Vehicle Tags
Halo CE Weapon Tags
Misc. Halo Files
The Halo CE Chronicles
Official Halo CE Files


Donate

Help us defer the
cost of bandwidth.

RSS Feed

RSS Feed

Halo Custom Edition Article

Running multiple instances of the Server
The Halo CE Dedicated Server supports multiple instances running on one computer. Obviously, each of these instances must be using a different network port and or IP number. The maximum number of instances that can be run on a server is 8.

When running multiple instances, each instance should use its own init.txt file and unless you desire it should have it's own path for GameTypes and log files.

Refer to the document: Dedicated Server Command Line arguments.

Here is an example on how to run multiple instances, assuming the Halo CE Dedicated Server is installed in the C:\HaloCE folder:

instance 1:
C:\HaloCE\haloceded.exe -exec C:\halopc\init1.txt -cpu 0 -path C:\haloCE\variants1 -port 2301

instance 2:
C:\HaloCE\haloceded.exe -exec C:\halopc\init2.txt -cpu 1 -path C:\haloCE\variants2 -port 2305

instance 3:
C:\HaloCE\haloceded.exe -exec C:\halopc\init3.txt -cpu 0 -path C:\haloCE\variants31 -port 2308

instance 4:
C:\HaloCE\haloceded.exe -exec C:\halopc\init4.txt -cpu 1 -path C:\haloCE\variants1 -port 2322

[Posted: Apr-23-2005 15:06 EST -  (Link)]