No categories assigned

Hosting a Server

Revision as of 23:02, 28 March 2020 by Nah (talk | contribs)

There are several ways to go about hosting a server. One can do it from in game from the Host Game menu, or using a CMD line to launch it like so:

hx.exe server 01_NYC_UNATCOIsland?Mutator=(mutatorname)

Which will give access to a built in Unreal commandline for putting in console commands and such. If limited to a command window only, one can also use HCC (a derivative of Unreal's UCC) to host a server, like so:

hcc.exe server 01_NYC_UNATCOIsland?Mutator=(mutatorname)

Linux

After installing wine You can use wineconsole to start hcc to launch the server commandlet.