Jump to content

Home

Need someone to check my .CFG


D66

Recommended Posts

Posted

OK Complete Ded Newbie Here

JKII is the first to get my attention enough to set up a ded...

Got the exe with the +setting all set...

BUT

Nothing reported from master server (Just read that it may take a day to report)

And

Nothing when I try to Add Favorites and select my own server... Is it something in my CFG?

 

//Server Settings

set sv_hostname "[MONG]FFA"

set sv_maxclients 9

set sv_zone FFA

set sv_timeout 15

seta g_motd "Good Sportsmanship is Apreciated"

 

seta net_port 28071

seta port 28071

seta sv_master1 "masterjk2.ravensoft.com:28071"

 

//Conditions

set rconpassword "********"

set timelimit 15

set fraglimit 30

set logfile 1

 

//Gameplay Options

set g_maxForceRank: 4

set g_privateDuel: 1

set g_gametype 0

set g_forcerespawn 0

set g_weaponrespawn 15

seta sv_pure 1

seta sv_allowdownload 1

seta g_allowvote 1

seta g_autoMapCycle 1

seta sv_privatePassword "********"

seta sv_privateClients 1

seta sv_floodProtect 1

set g_saberLock: 1

 

//Enable IP banning

set g_filterban "1"

seta g_banIPs ""

 

// Map Rotation

set d1 "map ffa_bespin ; set nextmap vstr d2"

set d2 "map ffa_deathstar ; set nextmap vstr d3"

set d3 "map ffa_imperial ; set nextmap vstr d4"

set d4 "map ffa_ns_hideout ; set nextmap vstr d5"

set d5 "map ffa_ns_streets ; set nextmap vstr d6"

set d6 "map ffa_raven ; set nextmap vstr d7"

set d7 "map ffa_yavin ; set nextmap vstr d1"

 

 

Note: I am on a DSL line with DHCP, I would also like to know how I can set the thing to keep up or restart once my IP resets...

 

Using a Linksys Router (I know there are aparent problems with these but lets assume It works right) Any thing I need to change Router wise (Port forwarding ETC...)

Posted

put this at the very end of the config:

 

vstr d1

 

Otherwise the rotation never starts. To verify the server is running, after all the startup spam goes by in the console type: status You should get a display of the current map and players (probably none since you just fired it up). If it says, "server not running" you can type: map ffa_bespin That will start the map manually, but not the rotation. You could also type: vstr d1 yourself to start it from the console.

Posted

That Sounds like EXACTLY what I needed to know!!! Thank you.

Will let you know if it worked after I get home tonight and give it a whirl

Archived

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

×
×
  • Create New...