DanMan Posted April 14, 2002 Share Posted April 14, 2002 I need a very good nice working FFA Config... desperatly... Link to comment Share on other sites More sharing options...
agent001 Posted April 15, 2002 Share Posted April 15, 2002 set bot_enable "0" set bot_minplayers "0" set fraglimit "0" set rconpassword "_" // This is the remote console password - change this and keep it a secret set timelimit "20" // seta the timelimit for map duration set g_friendlyFire "0" // Teamkill/Friendlyfire (0 = disabled, 1 = enabled) set g_motd "_" // seta the Message of the day set g_password "_" // seta the normal client password ("" = none) set g_syncronousClients "0" // 1=Demo Recording Enabled, 0=Disabled (enabling causes jerky play) set g_weaponrespawn "1" // seta weapon respawn times in seconds. set g_forcerespawn "1" set g_ghostRespawn "3" set g_intermissionTime "30" set g_allowvote "0" set g_logsync 0 set g_log empire.log set logfile 0 seta g_maxGameClients "20" set sv_allowdownload "1" // Recomended setting is disabled to stop 40mb downloads @ 1k/sec set sv_floodprotect "1" // Recomend you disable (protects client data being sent to the server) set sv_hostname "Star Wars Galaxies Gen Boarders" // Server Hostname and Message of the Day set sv_maxclients "20" // Maximum number of clients (including spectators + private clients) set sv_maxRate "10000" // Maximum allowable rate for a client. 8000 to 10000 recommended. Max: 25000 (Default =0) set sv_minPing "0" set sv_maxPing "0" set sv_pure "1" set g_teamAutoJoin "1" set g_teamForceBalance "1" set g_doWarmup 1 //seta if you want a map_restart. 1=on, 0=off (Default: 1) set g_warmup 30 //seta time in seconds until map_restart. set g_automapcycle "1" set d1 "set g_gametype 0 ; map ffa_yavin ; set nextmap vstr d2" set d2 "set g_gametype 0 ; map ffa_ns_streets ; set nextmap vstr d3" set d3 "set g_gametype 0 ; map ffa_ns_hideout ; set nextmap vstr d4" set d4 "set g_gametype 0 ; map ffa_imperial ; set nextmap vstr d5" set d5 "set g_gametype 0 ; map ffa_bespin ; set nextmap vstr d6" set d6 "set g_gametype 0 ; map ffa_deathstar ; set nextmap vstr d7" set d7 "set g_gametype 0 ; map ffa_raven ; set nextmap vstr d1" Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 15, 2002 Share Posted April 15, 2002 I'd like to comment that the above config has at least one inconsistency in it--namely that it sets autoMapCycle on, but then provides a rotation. Additionally, the rotation is never started, nor is any other map (unless that's in the command line we don't see) and would just sit. It seems like you're running through all the maps one time anyway, so I suppose that g_autoMapCycle "1" would be the way to go. I just don't understand why you'd put all that extra stuff in there. On a few other items, personally I recommend leaving g_allowDownload set to 0. I noticed that g_friendlySaber is not set. I believe the default is 0 (off), but I like to include that anyway to make a complete config. It also seems odd to have g_logfile set to 0 and then provide a logfile name--since a log should not be produced. Some of the descriptions provided aren't exactly 100% accurate, but most are workable. If you have any specific questions, just ask. Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 15, 2002 Share Posted April 15, 2002 Gah...darn server timeouts. Deleted double post. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.