Check out our discord at https://discord.gg/3u69jMa 

Create Basic Server (Windows)

From SWRC Wiki
Revision as of 08:04, 25 May 2024 by Plasma (talk | contribs)
Jump to navigation Jump to search

Note: This guide is intended for dedicated servers, not servers started from the ingame menu!

Requirements

Setup

  • Download Republic Commando UCC and install it into GameData/System folder
  • Create a shortcut for UCC.exe and add this parameter on target line: Engine.ServerCommandlet
  • It should like below (absolute paths may be different depending on installation location):
"C:\Program Files (x86)\Steam\steamapps\common\Star Wars Republic Commando\GameData\System\UCC.exe" Engine.ServerCommandlet
  • Forward the server connect port (default 7777) for TCP and UDP in your router/firewall
  • Optionally, forward the gamespy master server port 11138 for TCP and UDP if you want to see your server on the list

Configure System\System.ini

Open up GameData\System\System.ini file with notepad. (Notepad++ recommended)

[URL]

Change the lines

Map=Entry.ctm
LocalMap=Entry.ctm

to

Map=DM_Siege?Game=MPGame.DMGame
LocalMap=DM_Siege?Game=MPGame.DMGame

This will boot the server into Arena A17 on DeathMatch gamemode.

The commandline syntax is: Mapname, Gamemode, additional parameters.

  • Parameters get seperated by "?" symbol