- last post: 01.01.0001 12:00 AM PDT
I finally got my dedi working, but how do i make it run more than one server (multiple instances)? I've read the DS guide, but all it said was:
Here is an example on how to run multiple instances, assuming Halo Dedicated
Server is installed in the E:HaloPC folder:
E:HaloPChaloded.exe -exec e:halopcinit1.txt -cpu 0 -port 2301
E:HaloPChaloded.exe -exec e:halopcinit2.txt -cpu 1 -port 2305
E:HaloPChaloded.exe -exec e:halopcinit3.txt -cpu 0 -port 2307
What is this? Do you add this into the 'Target:' box? Do you add all three into the same one? This is what i tried. Since the dedi is located in C:\Dedicated Server\Halo Server\haloded_1.07.exe, the first init file was named init1.txt, and the second init file was named init2.txt, this is what was in the Target: box.
"C:\Dedicated Server\Halo Server\haloded_1.07.exe" -exec init1.txt -cpu 0 -port 2301 -exec init1.txt -cpu 0 -port 2304
However, when i did this, the DS would say "WARNING: sv_name not specified in init.txt set to default Halo" in the lines of text. Anyone know what to do?