Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
🔒 NordVPN Premium – 3 Months
hrdilshan
Updated:
Thursday at 8:29 PM
🚀 Microsoft Office 365 Pro Plus – Lifetime Access! 🚀
hrdilshan
Updated:
Thursday at 8:28 PM
Linkedin Premium Business / Careere /Sales Navigator - 1/2/3/6/9/12 Months - Reddem Link
hrdilshan
Updated:
Thursday at 8:27 PM
Colombo
YEYE 3 in 1 Instant Coffee Mix 50 Sachet
Romeshka
Updated:
Wednesday at 12:16 AM
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Jul 3, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
Vote for a Elakiri Halo CE Server
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="MassMaxy" data-source="post: 14925073" data-attributes="member: 420820"><p><strong>Running A Halo CE Dedicated Server..!!!!</strong></p><p></p><p><span style="font-size: 15px">A. Installation </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">The Halo CE Dedicated Server is released in the self-extracting Zip file that installs the Halo Custom Edition Game: </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Since most of the files for the Halo CE game are required for the dedicated server you should either run the install of the Halo CE game on the dedicated server machine or preferably use WinZip or WinRAR to extract all the files to a directory. (I recommend using \HaloCE) </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">B. Running Halo CE Dedicated Server </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">There are two ways to start your dedicated server: </span></p><p><span style="font-size: 15px">1. Browse to your Halo Dedicated Server installation directory. </span></p><p><span style="font-size: 15px">2. Double-click haloceded.exe. </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Or </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">1. Create a batch file with the start up commands - see below </span></p><p><span style="font-size: 15px">2. Double Click on the Batch File to start the Server. </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Each Dedicated server instance requires a init.txt file so that the server knows what maps to run and in what order. There are many other commands that can be executed in the init.txt file. </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">C. init.txt configuration file </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Halo Dedicated Server uses init.txt file (located in the installation directory) to pre-set some of the server options and setup map cycling. Any console command can be invoked in the init.txt file (see Console Commands list of available console commands). </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">For example, to launch a server with the following parameters: </span></p><p><span style="font-size: 15px">• Name: "My HaloCE Server" </span></p><p><span style="font-size: 15px">• Listed on the GameSpy Master Server list? Yes </span></p><p><span style="font-size: 15px">• Maximum number players: 12 </span></p><p><span style="font-size: 15px">• Password: "halo" </span></p><p><span style="font-size: 15px">• Timeout between maps rotations: 15 seconds </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Create the following init.txt file: </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">sv_name "My HaloCE Server" </span></p><p><span style="font-size: 15px">sv_public 1 </span></p><p><span style="font-size: 15px">sv_maxplayers 12 </span></p><p><span style="font-size: 15px">sv_password "halo" </span></p><p><span style="font-size: 15px">sv_mapcycle_timeout 15 </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">To setup map cycling, you need to create a game entries map cycling list (a game entry is a map name and a game type). To do so, simply use the sv_mapcycle_add command in the init.txt file. </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">For example, to have the following maps and game types cycle: </span></p><p><span style="font-size: 15px">• Timberland CTF </span></p><p><span style="font-size: 15px">• Danger Canyon Assault </span></p><p><span style="font-size: 15px">• Gephyrophobia Slayer </span></p><p><span style="font-size: 15px">• Blood Gulch Crazy King </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Add the following lines to the init.txt file: </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">sv_mapcycle_add timberland CTF </span></p><p><span style="font-size: 15px">sv_mapcycle_add dangercanyon assault </span></p><p><span style="font-size: 15px">sv_mapcycle_add gephyrophobia slayer </span></p><p><span style="font-size: 15px">sv_mapcycle_add bloodgulch "crazy king" </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Then, to start the dedicated server, use the following command: sv_mapcycle_begin. </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Every time you launch haloceded.exe, it will look for init.txt to find the initialization (unless you specify a different file using –exec. See Dedicated Server Command Line arguments for more details on –exec). </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">For the previous example, the final init.txt file would look like this: </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">sv_name Halo_DS </span></p><p><span style="font-size: 15px">sv_public True </span></p><p><span style="font-size: 15px">sv_maxplayers 12 </span></p><p><span style="font-size: 15px">sv_password halo </span></p><p><span style="font-size: 15px">sv_mapcycle_timeout 15 </span></p><p><span style="font-size: 15px">sv_mapcycle_add timberland "CTF" </span></p><p><span style="font-size: 15px">sv_mapcycle_add dangercanyon "assault" </span></p><p><span style="font-size: 15px">sv_mapcycle_add gephyrophobia "slayer" </span></p><p><span style="font-size: 15px">sv_mapcycle_add bloodgulch "crazy king" </span></p><p><span style="font-size: 15px">sv_mapcycle_begin </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">The default game types available are the following: </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">oddball </span></p><p><span style="font-size: 15px">slayer </span></p><p><span style="font-size: 15px">juggernaut </span></p><p><span style="font-size: 15px">king </span></p><p><span style="font-size: 15px">crazy king </span></p><p><span style="font-size: 15px">race </span></p><p><span style="font-size: 15px">ctf </span></p><p><span style="font-size: 15px">assault </span></p><p><span style="font-size: 15px">team slayer </span></p><p><span style="font-size: 15px">team oddball </span></p><p><span style="font-size: 15px">team race </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Classic game variants are also supported as default game types (check out the Client version of Halo CE for a list of all classic game variants). </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">You can create custom game types (using the client version of Halo CE) and include these game types on your server rotation. This would enable you, for example, to include a Rockets only game on your server rotation. To do so, follow these steps: </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Launch the client version of Halo CE. </span></p><p><span style="font-size: 15px">Under Multiplayer, choose Edit Game Types. </span></p><p><span style="font-size: 15px">Create a new game type (refer to the Halo CE documentation if you need help to do this). </span></p><p><span style="font-size: 15px">Save your new game type. </span></p><p><span style="font-size: 15px">Quit Halo CE. </span></p><p><span style="font-size: 15px">Open your HaloCE save games folder (by default, this would be "My Documents\My Games\HaloCE\savegames"). </span></p><p><span style="font-size: 15px">You will see the name of the custom game type you created as a folder directory. </span></p><p><span style="font-size: 15px">Make sure this folder is available on your server (in the same location on disk). </span></p><p><span style="font-size: 15px">Use the name of your custom game type in your mapcycle.txt file. </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">D. Creating a Batch File to Run the server </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">There are several command lines parameters that can be used to control the operation of the Halo CE dedicated server. It is often times easier to create a batch file to contain all of these options on a single command line. </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">To create a startup batch file: </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Open Notepad (or a similar pure text editor) </span></p><p><span style="font-size: 15px">On the first line enter: </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">start {drive}:\{path}\haloceded.exe -exec {drive}:\{path}\init.txt </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">Click "File" > "Save As" and then navigate to where you want to save the file and name it "HaloCEStart.bat" - Change Save as Type to "All Files" and Encoding to "Ansi" then click "Save" </span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">You can now double click on the batch file to start your Halo CE server</span></p><p style="text-align: center"> |</p> <p style="text-align: center"> |</p> <p style="text-align: center"><img src="/styles/default/xenforo/smilies/default/D.gif" class="smilie" loading="lazy" alt=":D" title="Big grin :D" data-shortname=":D" /><span style="font-size: 18px">That's it Enjoy the Game From Ek Member:- MassMaxy</span><img src="/styles/default/xenforo/smilies/default/D.gif" class="smilie" loading="lazy" alt=":D" title="Big grin :D" data-shortname=":D" /></p> <p style="text-align: center"></p></blockquote><p></p>
[QUOTE="MassMaxy, post: 14925073, member: 420820"] [b]Running A Halo CE Dedicated Server..!!!![/b] [SIZE="4"]A. Installation The Halo CE Dedicated Server is released in the self-extracting Zip file that installs the Halo Custom Edition Game: Since most of the files for the Halo CE game are required for the dedicated server you should either run the install of the Halo CE game on the dedicated server machine or preferably use WinZip or WinRAR to extract all the files to a directory. (I recommend using \HaloCE) B. Running Halo CE Dedicated Server There are two ways to start your dedicated server: 1. Browse to your Halo Dedicated Server installation directory. 2. Double-click haloceded.exe. Or 1. Create a batch file with the start up commands - see below 2. Double Click on the Batch File to start the Server. Each Dedicated server instance requires a init.txt file so that the server knows what maps to run and in what order. There are many other commands that can be executed in the init.txt file. C. init.txt configuration file Halo Dedicated Server uses init.txt file (located in the installation directory) to pre-set some of the server options and setup map cycling. Any console command can be invoked in the init.txt file (see Console Commands list of available console commands). For example, to launch a server with the following parameters: • Name: "My HaloCE Server" • Listed on the GameSpy Master Server list? Yes • Maximum number players: 12 • Password: "halo" • Timeout between maps rotations: 15 seconds Create the following init.txt file: sv_name "My HaloCE Server" sv_public 1 sv_maxplayers 12 sv_password "halo" sv_mapcycle_timeout 15 To setup map cycling, you need to create a game entries map cycling list (a game entry is a map name and a game type). To do so, simply use the sv_mapcycle_add command in the init.txt file. For example, to have the following maps and game types cycle: • Timberland CTF • Danger Canyon Assault • Gephyrophobia Slayer • Blood Gulch Crazy King Add the following lines to the init.txt file: sv_mapcycle_add timberland CTF sv_mapcycle_add dangercanyon assault sv_mapcycle_add gephyrophobia slayer sv_mapcycle_add bloodgulch "crazy king" Then, to start the dedicated server, use the following command: sv_mapcycle_begin. Every time you launch haloceded.exe, it will look for init.txt to find the initialization (unless you specify a different file using –exec. See Dedicated Server Command Line arguments for more details on –exec). For the previous example, the final init.txt file would look like this: sv_name Halo_DS sv_public True sv_maxplayers 12 sv_password halo sv_mapcycle_timeout 15 sv_mapcycle_add timberland "CTF" sv_mapcycle_add dangercanyon "assault" sv_mapcycle_add gephyrophobia "slayer" sv_mapcycle_add bloodgulch "crazy king" sv_mapcycle_begin The default game types available are the following: oddball slayer juggernaut king crazy king race ctf assault team slayer team oddball team race Classic game variants are also supported as default game types (check out the Client version of Halo CE for a list of all classic game variants). You can create custom game types (using the client version of Halo CE) and include these game types on your server rotation. This would enable you, for example, to include a Rockets only game on your server rotation. To do so, follow these steps: Launch the client version of Halo CE. Under Multiplayer, choose Edit Game Types. Create a new game type (refer to the Halo CE documentation if you need help to do this). Save your new game type. Quit Halo CE. Open your HaloCE save games folder (by default, this would be "My Documents\My Games\HaloCE\savegames"). You will see the name of the custom game type you created as a folder directory. Make sure this folder is available on your server (in the same location on disk). Use the name of your custom game type in your mapcycle.txt file. D. Creating a Batch File to Run the server There are several command lines parameters that can be used to control the operation of the Halo CE dedicated server. It is often times easier to create a batch file to contain all of these options on a single command line. To create a startup batch file: Open Notepad (or a similar pure text editor) On the first line enter: start {drive}:\{path}\haloceded.exe -exec {drive}:\{path}\init.txt Click "File" > "Save As" and then navigate to where you want to save the file and name it "HaloCEStart.bat" - Change Save as Type to "All Files" and Encoding to "Ansi" then click "Save" You can now double click on the batch file to start your Halo CE server[/SIZE] [CENTER] | | :D[SIZE="5"]That's it Enjoy the Game From Ek Member:- MassMaxy[/SIZE]:D [/CENTER] [/QUOTE]
Insert quotes…
Verification
Dawasata paya keeyak thibeda?
Post reply
Top
Bottom