OpenRa Windows Server

Discussion about the game and its default mods.
Post Reply
JinxSwe
Posts: 2
Joined: Sun Apr 12, 2015 8:40 pm

OpenRa Windows Server

Post by JinxSwe »

Im guessing this has been posted a lot... but the few once i'v found hasn't been good.
Is there a guide for fixing a OpenRA server for windows?

ddd
Posts: 272
Joined: Sat Oct 23, 2010 5:04 pm

Post by ddd »


JinxSwe
Posts: 2
Joined: Sun Apr 12, 2015 8:40 pm

Post by JinxSwe »

But that tutorial is for Linux

Scott_NZ
Posts: 94
Joined: Thu Sep 13, 2012 9:09 am

Post by Scott_NZ »

Try something like the following (untested):

Code: Select all

@echo off

set Name=Dedicated-Server
set Mod=ra
set Dedicated=True
set DedicatedLoop=True
set ListenPort=1234
set ExternalPort=1234
set AdvertiseOnline=True

:loop

OpenRA.Game.exe Game.Mod=%Mod% Server.Dedicated=%Dedicated% Server.DedicatedLoop=%DedicatedLoop% Server.Name=%Name% Server.ListenPort=%ListenPort% Server.ExternalPort=%ExternalPort% Server.AdvertiseOnline=%AdvertiseOnline%

goto loop

Post Reply