Difference between revisions of "Hosting a Server"

(Moved Bogies faq entry here.)
 
Line 6: Line 6:
  
 
hcc.exe server 01_NYC_UNATCOIsland?Mutator=(mutatorname)
 
hcc.exe server 01_NYC_UNATCOIsland?Mutator=(mutatorname)
 +
 +
=== Linux ===
 +
After installing [https://www.winehq.org/ wine] You can use wineconsole to start hcc to launch the server commandlet.

Revision as of 23:02, 28 March 2020

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.