•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Hosting Server Hosting multiple servers on single PC

Posts
28
Likes
0
Hey guys, any ideas on running multiple server of the same pc, I have tried different ports on each and different cfg files for the servers and it just says vm_create on game failed, Any help guys?
 

Puppytine

Slayed dreamer
Posts
2,237
Likes
1,487
We already got the whole thread about that:
Hosting Server - Start three servers on one host machine | Movie Battles II Community

tl;dr:
There are different ways to archive this; pick one whatever you want:

1. Use openjk: index · powered by h5ai 0.26.1 (http://larsjung.de/h5ai/)

2. (jampDed) Open "JediAcademy\GameData\MBII\MBII.pk3" with WinRAR or WinZIP, copy jampgamex86.dll to "JediAcademy\GameData".

3. (jampDed) Create a copy of whole "JediAcademy\GameData\MBII" folder, something like "JediAcademy\GameData\MBII2".
One instance of server should start with "+set fs_game mbii", and another one should use "+set fs_game mbii2".

Anyway, you'll need create second (third, fourth...) config file, also there should be additional shortcuts or .bat files to start servers.
"Target" field of first shortcut have to be like this:
Code:
"G:\Program Files\JediAcademy\GameData\openjkded.x86.exe" +set dedicated 2 +set fs_game mbii +exec jampserver1.cfg +set net_port 666
Second shortcut (in case of method N3 don't forget to modify fs_game parameter):
Code:
"G:\Program Files\JediAcademy\GameData\openjkded.x86.exe" +set dedicated 2 +set fs_game mbii +exec jampserver2.cfg +set net_port 777
 
Last edited:
Top