Chronic Posted April 23, 2002 Share Posted April 23, 2002 What do i put in my dedicated.cfg file to get coloured server names? And could someone tell me why my server isn't showing up in the server list? here's my config: ////////////////////////// // Server Information // ////////////////////////// seta g_motd "Mexican Wookies Server 1.02c" seta sv_hostname "Mexican Wookies" seta Administrator "Chronic" seta Email "audio_x86@hotmail.com" seta url "http://www.mexicanwookies.com.au" seta Location "Aus" ////////////////////////// // Server Configuration // ////////////////////////// seta g_needpass "0" seta sv_privatePassword "" seta rconpassword ":P" seta sv_maxclients "8" seta sv_minclients "0" seta sv_privateClients "0" seta sv_maxRate "6000" seta sv_maxping "700" seta g_ghostRespawn "3" seta g_forcerespawn "0" seta g_inactivity "0" seta g_warmup "20" seta sv_pure "1" seta sv_master5 "" seta sv_master4 "" seta sv_master3 "" seta sv_master1 "masterjk2.ravensoft.com" seta sv_master2 "master.gamespy.com:27900" seta g_allowvote "0" seta cl_allowDownload "1" seta g_friendlyfire "0" seta g_teamForceBalance "1" seta g_teamAutoJoin "1" seta sv_floodProtect "1" //Enable IP banning set g_filterban 1 //seta g_gravity 800 ////////////////////////// // Game Settings // ////////////////////////// seta fraglimit "0" seta timelimit "20" seta capturelimit "8" seta g_quadfactor "4" seta g_knockback "500" seta g_weaponrespawn "0" seta g_adaptrespawn "1" seta cg_forceModel "0" seta cl_run "1" seta cg_autoswitch "0" seta cl_noprint "0" seta cg_drawCrosshairNames "1" seta cg_footsteps "0" seta cg_drawFPS "0" seta cg_drawTimer "0" seta cg_thirdPerson "0" seta sv_cheats "0" seta g_logSync 0 "1" seta g_log "logs\games.log" ////////////////////////// // BOT Settings // ////////////////////////// seta bot_nochat "0" seta bot_fastchat "0" seta bot_grapple "0" seta bot_minplayers "1" // 2 BOTS added because you selected add bots but no minimum players! seta bot_thinktime "100" seta g_spSkill "2" ////////////////////////// // MODE Settings // ////////////////////////// // // Set one line for gametype and one for PMOD // //Normal CTF is gametype 4 seta g_gametype 4 // Map Stuff // Maps for Normal CTF set d1 "map ctf_ns_streets ; set nextmap vstr d2" set d2 "map ctf_imperial ; set nextmap vstr d3" set d3 "map ctf_bespin ; set nextmap vstr d4" set d4 "map ctf_Yavin ; set nextmap vstr d1" vstr d1 also just tell me if anything should be diff in here, thanks Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 23, 2002 Share Posted April 23, 2002 seta sv_hostname "Mexican Wookies" to add colors, you use ^# and replace # with a number from 1-7. You can use all kinds of characters, but ultimately you end up with the same basic color set. For instance you could use: seta sv_hostname "^1Mexican ^2Wookies" to get a 2 color name (red and blue? I forget offhand which colors are which #'s). Anyway, experiement and have fun. As far as the config, I've seen that one a bunch of times and hate it. It's a personal taste thing I guess. There's serveral cg_ settings in there which are completely irrelevant for a dedicated server and although g_gametype 4 might work, the info from Raven says that 7 is CTF. *shrug* As far as the server not showing up, there seems to be a LOT of people with that problem and not consistent explaination for it. The easiest things to check would be to make sure you have all the necessary ports open if you have a firewall. Make sure you are using +set dedicated 2 in your command line/batch file. After that, it just seems like the master server has been very reluctant to list some servers. Why? I have no idea. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.