Jump to content

Home

Dedicated Server questions


BigTeddyPaul

Recommended Posts

Posted

Where to begin. I made a dedicated server for my clan (Crimson Masters) and I use the Jedi Runner program. I am having a few problems.

 

First off there is a setting where the computer will post a phrase every 15 minutes (or whenever I tell it to) and it says I need a RCON password, I believe it was, for this to function. What is a RCON password?

 

Also the onyl game type it seems I can choose if FFA. I set it to duel and TFFA on the runner but when I start the dedicated server it always shows up in the FFA section and doens't behave the way a duel or TFFA program should run. I think it has something to do with the fact that there isn't the command seta g_gametype in my configuration file. What do I do?

 

 

 

// JK2 Server Configuration File

///////////////////////////////////////////////////////////////

// File Created by: Jedi Runner ver: 1.6.0 February 10 2003

// File Created On: Friday, February 28, 2003 at 5:20:38 PM

// Aphextwin@gameadmins.com.com

///////////////////////////////////////////////////////////////

 

// This file is automatically executed by jk2mp.exe

 

 

seta g_motd "Visit us at http://clancm.hyperboards2.com/"

sets "Config File" "Luke"

seta sv_hostname "Crimson Masters "

sets "Admin" "BigTeddyPaul"

sets "Admin E-Mail" "sexyprz@hotmail.com"

sets "Location" "Sunny California"

sets "URL" "http://www.geocities.com/crimsonmasters/index"

sets "Clan" "Crimson Masters"

//seta net_port "28070"

seta sv_privatePassword ""

seta rconPassword ""

seta g_needpass "0"

seta g_password ""

//seta net_ip " "

sets ".Configured By" "Jedi Runner: 1.6.0 February 10 2003"

 

seta sv_maxclients "10"

seta sv_privateClients "0"

seta sv_maxPing "0"

seta g_inactivity "360"

seta com_HunkMegs "32"

seta sv_minclients "0"

seta sv_maxRate "5000"

seta sv_minPing "0"

seta g_forcerespawn "3"

seta sv_fps "50"

seta com_zoneMegs "16"

seta com_SoundMegs "16"

seta sv_reconnectlimit "3"

seta g_warmup "15"

seta sv_zombietime "30"

seta g_maxGameClients "0"

seta g_minGameClients "0"

//Advanced Saber Begin//

seta g_saberboxtracesize "2"

seta g_saberdmgvelocityscale "0"

seta g_saberdmgdelay_idle "350"

seta g_saberdmgdelay_wound "0"

seta g_saberghoul2collision "0"

seta g_sabertracesaberfirst "0"

seta _saberalwaysboxtrace "0"

//Advanced Saber End//

seta g_gravity "800"

seta g_speed "250"

seta g_timeouttospec "70"

seta g_maxForceRank "0"

seta g_ForceRegenTime "200"

seta sv_timeout "300"

seta g_maxHolocronCarry "3"

seta g_weaponrespawn "5"

seta g_allowvote "1"

seta sv_allowDownload "0"

seta sv_allowAnonymous "0"

seta g_doWarmup "0"

seta sv_floodProtect "1"

seta g_friendlyfire "1"

seta g_teamForceBalance "0"

seta g_forceBasedTeams "0"

seta sv_pure "1"

seta g_synchronousclients "1"

seta g_teamAutoJoin "0"

seta g_privateDuel "1"

seta g_adaptrespawn "1"

seta g_smoothClients "1"

seta sv_padPackets "0"

seta g_saberLocking "1"

seta g_friendlySaber "1"

seta g_forcePowerDisable "0"

seta g_jediVmerc "0"

seta g_weaponDisable "0" // Weapons Disabled

seta g_forcePowerDisable "0" // Force Power Disabled

seta dmflags "0"

// ------------------- Additional Master Server List -------------------

seta sv_master5 ""

seta sv_master4 ""

seta sv_master3 "master0.gamespy.com"

seta sv_master2 "clanservers.net"

seta sv_master1 "masterjk2.ravensoft.com"

// --------------------------------------------------------------------

 

seta logfile "3"

seta g_log "games.log"

seta g_statLog "1"

seta g_statLogFile "stats.log"

 

seta fraglimit "40"

seta timelimit "15"

seta capturelimit "0"

seta duel_fraglimit "1"

 

// ZoneMegs = 16

// HunkMegs = 32

// SoundMegs = 16

// IP =

// Port = 28070

 

//----------------

//#### THE FOLLOWING KICKS THE SERVER INTO GEAR ####

//----------------

 

g_autoMapCycle "0"

Map ffa_ns_streets

exec "jediMaps.cfg"

//

writeconfig jk2mpconfig.cfg

wait

//EOF

 

 

 

 

Is there a better program out there that I could/should use for running a dedicated server?

 

Thanks a lot.

 

BigTeddyPaul

Posted

rcon is short for remotecontrole, i don tknow much about this, but its a pass you can set so that anyone who isnt admin can execute commands, like change map, kick player etc. i mean if one of your friends wanted to admin for a while, you'd give him the rcon pass, so he could look after the server. :)

Posted

yeah its a password, basically you set it server side. then say your gone one day, and you tell your friend the rcon password. he can then join the server and in the console type

 

 

rcon 'password' kick 'playername'

 

 

 

for example.

 

 

 

:wavey:

Posted

Basically, RCON is for remote control, or admin access from a remote computer that isn't actually hosting the game. Its used for friends and clans to help control the game and the flow of it, and to change stuff in case the server host isn't there. to access it you friend theoretically would first need to type in

 

/rconpassword (Enter password

 

that allows him access to the admin controls, from there, you can change maps, change gameplay, change fraglimts, kick players, shut down the server(if needed), change forcepowers, etc.

Posted

Many more questions

 

I ran the server today and I was trying to kick one of my fellow clan mates out of the server to test it out just in case we really needed to someday. It didn't work. It kept telling me the server wasn't running. I was like Okay.

 

For the Jedi Runner program I set I put the admin as BigTeddyPaul. Should I change it to [CM]BigTeddyPaul or will it recognize me with just the BigTeddyPaul in the title? AND if I do need to change it to the [CM] version do I have to make sure I put the ^7 and ^4s in because I use colors.

 

Now when I try to use the RCON do I have to type it in once and have unlimited power or do I have to type it in every single time I need to make an admin change?

 

Example: I bring up the screen and type /rconpassword hockey (hockey is the pretend password). Can I then just type in any Admin decisions or do I have to type /rconpassword hockey ENTER COMMAND each and every time?

 

{chants of Andy getting louder}

 

BigTeddyPaul

Posted

after entering the rcon password, you just have to type recon before each command ex

 

/rcon status

 

/rcon clientkick 4

 

things like that.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...