pat3001 Posted July 28, 2004 Share Posted July 28, 2004 Hi, I am trying to make a dedicated server and the game is not showing up on the main "internet" games list after i launch the server. it does show up for me locally, and always says [uDP] next to the title (even though i never put that in). I am confused about why it is not showing up and what this [uDP] thing means. the code for my server is simple and runs as follows: // Server Config seta sv_hostname "............Server!" //seta g_motd "woot" //rconpassword "a clever password" // gametypes // 0 = FFA // 3 = DUEL one on one tournament // 4 = POWER DUEL // 6 = TEAM DEATHMATCH // 7 = SIEGE // 8 = CTF set g_gametype 0 seta sv_maxclients 16 seta g_inactivity 0 sv_maxRate 10000 set g_allowvote 1 set timelimit 20 set capturelimit 20 seta g_forcePowerDisable 163837 seta g_weaponDisable:65531 set g_autoMapCycle 0 map mp/ffa1 map mp/ffa3 i'm using the jedi academy server pack for winrar and i have all the latest patches. can someone please help me!!! thanks, pat3001 Link to comment Share on other sites More sharing options...
acdcfanbill Posted July 28, 2004 Share Posted July 28, 2004 say hello to the dedicated server forum Link to comment Share on other sites More sharing options...
pat3001 Posted July 28, 2004 Author Share Posted July 28, 2004 oh, sorry, thanks for moving it Link to comment Share on other sites More sharing options...
Amidala from Chop Shop Posted July 29, 2004 Share Posted July 29, 2004 This has been covered before in the Dedicated Server forum. It's always a good idea to do a Search before asking a question, as your question has probably been asked before. When you make a server locally, it will always be in your Local list because.....it is local. You are connecting to it locally, not over the Internet. Pretty obvious, isn't it? If you have succeeded in making your server visible to others over the Internet, it will be in their Internet section because.....they are conecting to your server over the Internet. Makes sense, doesn't it? Again, please read or Search the other threads in the Dedicated Server forum. There is a lot of information there waiting to be discovered. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.