Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

My working CFG file

Page: 1 of 1
 Angel of death
05-09-2002, 8:32 PM
#1
For those of you who cannot get your cfg file to work and such this should help you out abit

// Server Config
seta sv_hostname "Angels Jedi Haven 1.03 "
seta g_motd "Welcome To Angel Of Deaths Jedi Haven"
seta g_warmup 0
seta g_doWarmup 1
seta g_warmup 1
seta sv_minPing 0
seta sv_maxPing 300
seta sv_floodProtect 1
seta g_logfile 3 // 0=None
seta g_log "games.log" // Default location is ~/.jkii/base/
seta g_logSync 1 // 1=Write complete lines
seta g_statLog 1 // Probably similar to g_logfile. Untested.
seta g_statLogFile "stats2.log"
seta g_gametype 0
seta g_password ""
seta sv_maxclients 10
seta timelimit 20
seta capturelimit 20
seta fraglimit 25
seta g_inactivity 120
seta rconpassword "what you want it to be"
seta duel_fraglimit 10
seta g_forcePowerDisable 0
seta g_maxForceRank 7
seta g_duelWeaponDisable 0
seta g_weaponDisable 0
seta g_allowvote 0
// Map Rotation
set d1 "map duel_bay ; set nextmap vstr d2"
set d2 "map duel_carbon ; set nextmap vstr d3"
set d3 "map duel_jedi ; set nextmap vstr d4"
set d4 "map duel_pit ; set nextmap vstr d5"
set d5 "map ffa_bespin ; set nextmap vstr d6"
set d6 "map ffa_deathstar ; set nextmap vstr d7"
set d7 "map ffa_imperial ; set nextmap vstr d8"
set d8 "map ffa_ns_hideout ; set nextmap vstr d9"
set d9 "map ffa_ns_streets ; set nextmap vstr d10"
set d10 "map ffa_raven ; set nextmap vstr d11"
set d11 "map ffa_yavin ; set nextmap vstr d1"
//set the start map
vstr d1
my servers are running fine with this one and they show up on the list for me and my friends best of luck to you all
 MatrixCPA
05-09-2002, 9:26 PM
#2
For most people I'd recommend adding the following line:

seta g_autoMapCycle "0"

..if they use the custom rotation at the end. Although chances are your jk2mpconfig.cfg contains that setting already, the default is "1" (on) and most people will have that set right off the bat and need to disable it to get the rotation to function correctly. I noticed a few of the comment lines in there look familar. ;) I always enjoy seeing that people get a benefit from my efforts. Good basic config. If anyone needs comments for a line, just let me know.
 Angel of death
05-09-2002, 11:15 PM
#3
i compiled 7 different configs from this message board and fixed what didnt work in one with something from another it took me a week to get my server up it was a pain as usual i hope that this helps people who had the same problems as me or some

Thanks to anyone and everyone whos .cfg file had a part in putting mine together =)
 AtomicRoach
05-10-2002, 12:43 AM
#4
Any way I can get a copy of those config files? I just got a server and I'm kindof lost as to how to make them.


Roach
Page: 1 of 1