Using TCAdmin Panel

From COD Modding & Mapping Wiki
Revision as of 12:47, 5 November 2008 by Zeroy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Web based server setup for mods

  • Log into your TCAdmin control panel
  • Click on Game Servers
  • Stop your server
  • Click on Command Line Changer
  • Create a New command line
  • Select the checkbox next to Sets default game "+set fs_game"
  • Set the value for this as...
mods/modwarfare
  • Select the checkbox next to Custom commandline! "+"
  • Set the value for this as...
set net_ip 192.168.0.1 +set net_port 28960 +exec server.cfg +map_rotate
  • Save your newly created command line
  • Make sure your newly created command line is selected in Command Line Changer; not your default command line. The whole command line should look something like this...
+set dedicated 2 +set fs_game mods/modwarfare +set net_ip 192.168.0.1 +set net_port 28960 +exec server.cfg +map_rotate
  • Go back to your servers main page and open the File Manager
  • Click on the Mods folder
  • Create a New Folder and name this to whatever mod you are running
  • Upload all the files included with the mod you wish to run to this newly created folder; such as mod.ff, z_modwarfare.iwd, server.cfg, etc.
  • Start your server from the servers main page
  • You have successfully setup your game server. Enjoy!