tcngs Posted August 14, 2006 Share Posted August 14, 2006 I have tried the config from the earlier post that is actually JK Acadamey, it will run fine from a command line from the server but will not run from the gamepanel. Does any one have a JK II Outcast config? Thank you Link to comment Share on other sites More sharing options...
Tom22 Posted August 15, 2006 Share Posted August 15, 2006 yes below is the code. <?xml version="1.0" standalone="yes"?> <GAME> <GAMEID>TC5281003324418</GAMEID> <NAME>Star Wars: Jedi Outcase 1.02</NAME> <SHORTNAME>JK2: 1.02</SHORTNAME> <DEFAULTPORT>28070</DEFAULTPORT> <DEFAULTQUERYPORT>28070</DEFAULTQUERYPORT> <DEFAULTRCONPORT>28070</DEFAULTRCONPORT> <FILESFOLDER>JK2102</FILESFOLDER> <RELATIVEEXECUTABLE>jk2Ded.exe</RELATIVEEXECUTABLE> <RELATIVEWORKINGDIRECTORY>/</RELATIVEWORKINGDIRECTORY> <RELATIVEUSERFILES>/</RELATIVEUSERFILES> <INSTALLEDPATCH /> <FILEMAN_ACCESS>True</FILEMAN_ACCESS> <FTP_ACCESS>True</FTP_ACCESS> <IS_VOICE_SERVER>False</IS_VOICE_SERVER> <DEFAULTCMDLINE /> <DEFAULTCUSTOMCMDLINE>+set dedicated 1 +set net_ip %serverip% +set net_port %serverport% +set com_hunkmegs 32 +exec server.cfg</DEFAULTCUSTOMCMDLINE> <PRIVATECMDLINE /> <PRIVATECUSTOMCMDLINE>+set dedicated 1 +set net_ip %serverip% +set net_port %serverport% +set com_hunkmegs 32 +exec server.cfg</PRIVATECUSTOMCMDLINE> <PBFOLDER /> <PBURL /> <STEAMGAMETYPE /> <PORTINCREMENT>1</PORTINCREMENT> <QUERYPORTEXPRESSION /> <RCONPORTEXPRESSION /> <STOPDELAY>3</STOPDELAY> <CUSTOMPORT1>0</CUSTOMPORT1> <CUSTOMPORT2>0</CUSTOMPORT2> <CUSTOMPORT3>0</CUSTOMPORT3> <CUSTOMPORT4>0</CUSTOMPORT4> <CUSTOMPORT5>0</CUSTOMPORT5> <CUSTOMPORT1EXPRESSION /> <CUSTOMPORT2EXPRESSION /> <CUSTOMPORT3EXPRESSION /> <CUSTOMPORT4EXPRESSION /> <CUSTOMPORT5EXPRESSION /> <OS>1</OS> <ONLYDEFAULTPORT>False</ONLYDEFAULTPORT> <INTERACTDESKTOP>False</INTERACTDESKTOP> <DEFAULTCONFIGFILES> <CONFIGFILE> <GAMEID>TC5281003324418</GAMEID> <CONTENTS>// Server Config seta sv_hostname "%hostname%" //seta g_motd "woot" rconpassword "%rconpassword%" seta sv_maxclients %slots% seta g_inactivity 0 sv_maxRate 10000 set g_allowvote 1 set timelimit 20 set capturelimit 20 set g_autoMapCycle 1 map ffa_bespin</CONTENTS> <DESCRIPTION>server config file</DESCRIPTION> <DISPLAYNAME>server.cfg</DISPLAYNAME> <RELATIVEPATH>base/server.cfg</RELATIVEPATH> <EDITOR_CONTENTS /> </CONFIGFILE> </DEFAULTCONFIGFILES> <RCONCOMMANDS /> </GAME> That works fully for us. Link to comment Share on other sites More sharing options...
Recommended Posts