Rudsky Posted June 5, 2002 Share Posted June 5, 2002 ok i've been workin on gettin my ded server up for the past hour, its all working now except i dont think its sending heartbeat, because wen it loads up the last lines are.. Hitch warning: 6827964 msec frame time Hitch warning: 1766 msec frame time shouldnt resolving host masterjk2.ravensoft.com or something like that come after that? Link to comment Share on other sites More sharing options...
torowa-sdg Posted June 5, 2002 Share Posted June 5, 2002 Hitch warning is unrelated -- it's the lag that's caused by loading assets (if it happens mid-match, it can be a problem, but otherwise, don't worry about it). But yes, you should see sending heartbeat. What's your server.cfg look like? Link to comment Share on other sites More sharing options...
Rudsky Posted June 5, 2002 Author Share Posted June 5, 2002 ////////////////////////// // Server Information // ////////////////////////// seta g_motd "Rudskys House of Pancakes" seta sv_hostname "^1R^7HOP" seta Administrator "Rudsky" seta Email "usdsk8386@comcast.net" seta url "http://www.starwars.com" seta Location "USA" ////////////////////////// // Server Configuration // ////////////////////////// seta g_needpass "0" seta sv_privatePassword "starwars" seta rconpassword "*****" seta sv_maxclients "2" seta sv_minclients "0" seta sv_privateClients "0" seta sv_maxRate "25000" seta sv_maxping "200" seta g_ghostRespawn "3" seta g_forcerespawn "0" seta g_inactivity "0" seta g_warmup "10" seta sv_pure "1" seta sv_master5 "" seta sv_master4 "" seta sv_master3 "" seta sv_master2 "" seta sv_master! "masterjk2.ravensoft.com" seta g_allowvote "1" seta cl_allowDownload "1" seta sv_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_banIPs "" //seta g_gravity 800 ////////////////////////// // Game Settings // ////////////////////////// //Free For All is gametype 0 //Holocron FFA is gametype 1 //Jedi Master is gametype 2 //Duel is gametype 3 //Team FFA is gametype 5 //CTF is gametype 6 //CT Ysalamiri is gametype 7 seta fraglimit "1" seta timelimit "0" seta capturelimit "10" seta g_weaponrespawn "1" seta g_adaptrespawn "1" seta sv_cheats "0" seta g_logSync "0" seta g_log "games.log" seta g_gametype "3" seta g_timeouttospec "70" seta g_statLog "0" seta g_teamForceBalance "0" seta g_teamAutoJoin "1" seta g_friendlySaber "0" seta g_friendlyFire "0" seta g_saberInterpolate "1" seta g_weaponDisable "65531" seta g_forcePowerDisable "262143" seta g_spawnInvulnerability "3000" seta g_forceRegenTime "300" seta g_autoMapCycle "1" seta g_maxGameClients "0" seta ui_gametype "1" seta ui_forcePowerDisable "32767" seta ui_freeSaber "1" seta ui_rankChange "0" seta ui_opponentName "Rebellion" seta ui_teamName "Empire" seta ui_ctf_friendly "0" seta ui_ctf_timelimit "20" seta ui_ctf_capturelimit "8" seta ui_team_friendly "0" seta ui_team_timelimit "20" seta ui_team_fraglimit "0" seta ui_tourney_timelimit "15" seta ui_tourney_fraglimit "50" seta ui_ffa_timelimit "20" seta ui_ffa_fraglimit "20" seta g_blueTeam "Rebellion" seta g_redTeam "Empire" seta sv_minPing "0" seta sv_maxRate "30000" seta g_duelWeaponDisable "65531" seta g_forceBasedTeams "0" seta duel_fraglimit "10" seta g_maxForceRank "7" seta g_saberLocking "1" seta g_privateDuel "1" seta timelimit "0" seta fraglimit "1" ////////////////////////// // MODE Settings // ////////////////////////// // Duel Maps rotationcycle set d1 "map duel_training ; set nextmap vstr d2" set d2 "map duel_bay ; set nextmap vstr d3" set d3 "map duel_kaazim ; set nextmap vstr d4" set d4 "map duel_bunker-zero ; set nextmap vstr d5" set d5 "map duel_wls11 ; set nextmap vstr d1" vstr d1 // CTF Maps rotationcycle // 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_wls11 ; set nextmap vstr d1" // vstr d1 Link to comment Share on other sites More sharing options...
torowa-sdg Posted June 5, 2002 Share Posted June 5, 2002 You have a typo, that's why it's not sending the heartbeat. Replace: seta sv_master5 "" seta sv_master4 "" seta sv_master3 "" seta sv_master2 "" seta sv_master! "masterjk2.ravensoft.com" <==== see the typo? "!" instead of "1" With this line: seta sv_master1 "masterjk2.ravensoft.com" Link to comment Share on other sites More sharing options...
Rudsky Posted June 5, 2002 Author Share Posted June 5, 2002 seta sv_master1 doesnt work either.. what could it be? Link to comment Share on other sites More sharing options...
Jasco Smlee Posted June 6, 2002 Share Posted June 6, 2002 Check that there isn't still a sv_master! in your jk2mpserver.cfg file. Link to comment Share on other sites More sharing options...
MatrixCPA Posted June 7, 2002 Share Posted June 7, 2002 I'd be curious if you are using +set dedicated 2 in your command line. Link to comment Share on other sites More sharing options...
Rudsky Posted June 7, 2002 Author Share Posted June 7, 2002 thank u matrix u have solved my problem. i had it at 1 Link to comment Share on other sites More sharing options...
wiseduck Posted June 10, 2002 Share Posted June 10, 2002 this also helped me, basicly because I needed to ADD such. thx from me and others. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.