Using TCAdmin Panel: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
[[Category:Call of Duty]]
[[Category:Call of Duty 4]]
[[Category:Server Help]]
[[Image:tcadmin_logo.jpg|right]]
[[Image:tcadmin_logo.jpg|right]]
Web based server setup for mods
Web based server setup for mods

Latest revision as of 12:47, 5 November 2008

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!