NI Knight of Ni Posted April 2, 2002 Share Posted April 2, 2002 If anyone wants it, here is a good example of a duel server. Please, add more server commands that are vital that i am missing to this thread. Thanks, - - NI:Knight of Ni // Basic Server config seta .Admin "NI:Knight of NI" seta .Location "North Vancouver BC Canada" seta .Website "http://www.clan-ni.com" seta .E-Mail "knight-of-ni@clan-ni.com" seta sv_hostname "^3G^4ame^3A^4ction ^3LAN ^4Server" seta sv_maxRate "7000" seta k_language "american" seta g_gametype 3 seta dmflags "0" seta com_hunkMegs "64" seta sv_maxclients "4" seta sv_privateClients 4 seta sv_privatePassword ***** seta rconpassword ****** // Vote and Ban seta g_timeouttospec "70" seta g_allowVote "0" seta g_filterBan "1" seta g_banIPs "" seta g_statLogFile "statlog.log" seta g_statLog "0" seta g_logSync "0" seta g_log "games.log" // Map changing and Time seta timelimit "30" seta fraglimit "1" seta g_warmup "20" seta capturelimit "8" seta g_privateDuel "1" seta g_autoMapCycle "1" seta duel_fraglimit "5" seta ui_ffa_fraglimit "20" seta ui_ffa_timelimit "0" seta ui_tourney_fraglimit "0" seta ui_tourney_timelimit "15" seta ui_team_fraglimit "0" seta ui_team_timelimit "20" seta ui_ctf_capturelimit "8" seta ui_ctf_timelimit "30" // Teams seta g_teamForceBalance "0" seta g_forceBasedTeams "0" seta g_teamAutoJoin "0" seta ui_selectedModelIndex "12" seta ui_teamName "Canadians" seta ui_opponentName "Ni'ins" seta g_redTeam "Canada" seta g_blueTeam "Clan Ni" seta g_redTeam "Canada" seta g_blueTeam "Clan Ni" seta ui_team_friendly "1" seta ui_ctf_friendly "0" // Force / Sabre Settings seta ui_freeSaber "1" seta ui_forcePowerDisable "0" seta ui_redteam "Empire" seta ui_blueteam "Rebellion" seta g_friendlySaber "1" seta g_friendlyFire "0" seta g_saberInterpolate "1" seta g_forcePowerDisable "0" seta g_spawnInvulnerability "3000" seta g_forceRegenTime "200" seta g_duelWeaponDisable "0" seta g_maxForceRank "7" seta g_saberLocking "1" seta g_weaponDisable "0" seta g_maxGameClients "0" //Misc seta com_ignoreothertasks "0" seta sp_language "0" seta vm_cgame "2" seta vm_game "2" seta vm_ui "2" seta sv_minPing "0" seta sv_maxPing "0" seta sv_floodProtect "1" seta sv_master2 "" seta sv_master3 "" seta sv_master4 "" seta sv_master5 "" seta cl_anglespeedkey "1.5" seta cl_maxpackets "30" seta cl_packetdup "1" seta cl_run "1" seta cl_allowDownload "0" seta cl_maxPing "800" seta cg_predictItems "1" seta cg_viewsize "100" seta r_allowExtensions "1" seta g_spScores1 "" seta g_spScores2 "" seta g_spScores3 "" seta g_spScores4 "" seta g_spScores5 "" seta g_spAwards "" seta g_spVideos "" seta g_spSkill "4" seta net_noudp "0" seta net_noipx "1" seta net_forcenonlocal "0" seta cg_smoothClients "1" //Launch Map map duel_jedi Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 2, 2002 Share Posted April 2, 2002 Looks like you have a boat load of client-side settings in there. Although they don't hurt anything, they don't make any difference at all since those settings are not enforced on joining players. I suppose if they are there so you can play the game as a client from the same box, that would make at least some sense. You also have a lot of user interface settings. I'm guessing you're running a windows server and have those in there to help you decide which options to set? Either way, if you're running the server dedicated and console only....then those settings don't really change anything at all either. I noticed one graphics setting in there which may or may not be the right one for everybody -- r_allowExtensions Link to comment Share on other sites More sharing options...
NI Knight of Ni Posted April 2, 2002 Author Share Posted April 2, 2002 Could I request someone to copy my config to a reply, and remove server commands leaving only the non server commands remaining. Although I could probly do it if I spent the time. But if someone would make one of those .asp web sites that will generate you a config with the variable you input. Someone did that for urban terror, was a major hit for the community Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 2, 2002 Share Posted April 2, 2002 All the ones that start with "cl_" are client-side cvars. All the ones that start with "ui_" are user interface cvars. All the ones that start with "cg_" or "r_" are graphics settings and those that start with "s_" are sound settings. Server cvars start with "sv_" or "g_". Now, there are a few that don't start with anything, like timelimit, and some that start with "net_" that can be either client cvars, server cvars, or both. I'm not familiar with the asp page to which you are referring. If you give me a link, I'll take a peek at it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.