Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

MAking a Dedicated Server

Page: 1 of 1
 pat3001
07-28-2004, 6:29 PM
#1
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
 acdcfanbill
07-28-2004, 6:37 PM
#2
say hello to the dedicated server forum :D
 pat3001
07-28-2004, 6:44 PM
#3
oh, sorry, thanks for moving it
 Amidala from Chop Shop
07-29-2004, 3:51 AM
#4
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.
Page: 1 of 1