I'm back! But need some help! | |
Achilles - Student |
Hey all, guess who's back? lol anyways, I need some help setting up a server: Okay, I've done everything to try and create a server, I do have a router, I believe it's a Linksys Wired Router. I've went into my Network Place, selected properties, and went into the IP settings, and selected TCP/IP Filtering, and then opened up all ports (when I open only 28060-28090 Internet Explorer does not work, nor does my messangers) Then I've turned off Zone Alarm, and started my server with my server.cfg file. Now, my server should show up in the list... well it still odesn't... any ideas? _______________ Padawan to the great Katan JA Brother to D@RTHM@ULR.I.P. Vladarion, may he find peace in the afterlife. |
Login and add your comment! |
Comments |
tarpman - The Tarped Avenger |
Your "This kicks the server into gear" section is kind of unorthodox, and probably doesn't work. I'd recommend the following (for the same effect) Quote: // THIS KICKS THE SERVER INTO GEAR seta g_automapcycle 1 set fs_game academy // loads the JAmod and automatically executes its default config exec "JediMaps.cfg" // exec "academy.cfg" // uncomment if you have a custom JAmod config map ffa_bespin There is no execmod command, writeconfig will overwrite your jk2mp cfg, making your client unplayable, and wait is definitely not required. From your mention of jk2mp.exe I deduced that you're launching the server from the MP client. A slightly better route to take is to download the dedicated server, paste your cfg (with the modifications above) as its server.cfg, and run that. _______________ Saving the world, one kilobyte at a time. This comment was edited by tarpman on Mar 10 2005 04:45am. |
Fizz of Belouve - Student |
you need to forward the port range on the router, to your server. DO NOT go crazy there. I heavily advise you to not put your rig with deactivated firewall (!) into the DMZ, or whatsoever. just open up the port range required for the gameserver. or just open up 20000-50000 UDP/TCP, but keep the low ports unforwarded. if u cant figure out how to do that, pup up ur ZA again, and gain the gameserver server rights (duh) and set security to high (if u dont have this already) and of course your mates will need your "outside IP", check whatismyip.com or similiar for that, coz that wil lbe the server IP then. you also might have to bind the server to that IP - but i think the jk games are smart enough. _______________ One of the Belouve boys, founder of the mighty FiZZsters Midbie council #20 - Fizz - #1933 - Jan '03 - Aug '04 "Renfield, you idiot!" |
Achilles - Student |
No, it shows up only on the list for ME, and NOT for others. _______________ Padawan to the great Katan JA Brother to D@RTHM@ULR.I.P. Vladarion, may he find peace in the afterlife. |
Setementor - Jedi Master |
It won't show up on the list to you, only for others. |
Achilles - Student |
Heres my Server.cfg file: // This file is automatically executed by jk2mp.exe seta g_motd "Welcome to The Connection" sets "Config File" "server" seta sv_hostname "^7|| ^7-<^1TC^7>-^1TheConnection ^7||" sets "Admin" "Achilles" sets "Admin E-Mail" "Achilles@theconnectionlcan.com" sets "Location" "USA" sets "Clan" "-<TC>-" //seta net_port "28070" seta sv_privatePassword "" seta rconPassword "*******" seta g_needpass "0" seta g_password "" //seta net_ip "***.***.***.***" <--- I type in my regular IP here, still nothing. sets "Configured by the TC Clan" seta sv_maxclients "24" seta sv_privateClients "0" seta sv_maxPing "0" seta g_inactivity "360" seta com_HunkMegs "32" seta sv_minclients "0" seta sv_maxRate "8000" seta sv_minPing "0" seta g_forcerespawn "3" seta sv_fps "50" seta com_zoneMegs "16" seta com_SoundMegs "16" seta sv_reconnectlimit "3" seta g_warmup "0" seta sv_zombietime "30" seta g_maxGameClients "0" seta g_minGameClients "0" //Advanced Saber Begin// seta g_saberboxtracesize "2" seta g_saberdmgvelocityscale "0" seta g_saberdmgdelay_idle "350" seta g_saberdmgdelay_wound "0" seta g_saberghoul2collision "0" seta g_sabertracesaberfirst "0" seta _saberalwaysboxtrace "0" //Advanced Saber End// seta g_gravity "800" seta g_speed "250" seta g_timeouttospec "70" seta g_dismember "500" seta g_maxForceRank "0" seta g_ForceRegenTime "200" seta sv_timeout "300" seta g_maxHolocronCarry "3" seta g_weaponrespawn "5" seta g_allowvote "0" seta sv_allowDownload "0" seta sv_allowAnonymous "0" seta g_doWarmup "0" seta sv_floodProtect "1" seta g_friendlyfire "0" seta g_teamForceBalance "0" seta g_forceBasedTeams "0" seta sv_pure "1" seta g_synchronousclients "0" seta g_teamAutoJoin "0" seta g_privateDuel "1" seta g_adaptrespawn "0" seta g_smoothClients "0" seta sv_padPackets "0" seta g_saberLocking "0" seta g_friendlySaber "0" seta g_forcePowerDisable "0" seta g_jediVmerc "0" seta g_weaponDisable "65534" // Weapons Disabled seta g_forcePowerDisable "384" // Force Power Disabled seta dmflags "0" // ------------------- Additional Master Server List ------------------- seta sv_master5 "" seta sv_master4 "" seta sv_master3 "master0.gamespy.com" seta sv_master2 "clanservers.net" seta sv_master1 "masterjk2.ravensoft.com" // -------------------------------------------------------------------- seta logfile "3" seta g_log "games.log" seta g_statLog "1" seta g_statLogFile "stats.log" seta fraglimit "0" seta timelimit "0" seta capturelimit "0" seta duel_fraglimit "0" // ZoneMegs = 16 // HunkMegs = 32 // SoundMegs = 16 // IP = ***.***.***.*** // Port = 28070 //---------------- //#### THE FOLLOWING KICKS THE SERVER INTO GEAR #### //---------------- g_autoMapCycle "1" //Starting map Map ffa_bespin exec "jediMaps.cfg" execmod academy.cfg (Any idea on what you have to type here to exec a mod?) // writeconfig jk2mpconfig.cfg wait //EOF _______________ Padawan to the great Katan JA Brother to D@RTHM@ULR.I.P. Vladarion, may he find peace in the afterlife. |
Login and add your comment! |