trouble with creating server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • strider114

    #1

    trouble with creating server

    me and my "mates" are trying to make a dedicated server, we downloaded the tools and have yet to figure out how we can get the server available to other people. it just simply wont work or dosent show up at all in the server list. We have tried lots of diffrent things in an attempt to get the server up and running yet no resolution to our problem has been found. So i end up here trying to figure out how to get this dam thing running.

    any advice and help will be accepted and we will very much appreciate it :)
  • ptegan
    Member
    • Jul 2006
    • 2666

    #2
    Re: trouble with creating server

    These are the most important settings, found in settings/serversettings.con

    sv.internet must be = 1 for Internet play.

    It doesn't matter if it's in the browser though, people can connect directly with an IP. If they can't then make sure that your friends can ping the IP address and that the IP you're giving them is your public one and not a private one (normall starts with 192.x or something)



    sv.serverName "BF2 Server" // Name of your BF2-Server
    sv.welcomeMessage "text line 1 | text line 2 | [...]" // Server welcome message,
    // use ' |' for a linebreak.
    sv.password "" // Password needed for players to join the server
    sv.internet 0 // 0 = LAN server, 1 = internet server
    sv.serverIP "192.168.1.1" // IP of your server
    sv.serverPort 16567 // Port of your server
    sv.punkBuster 1 // 0 = disable Punkbuster, 1 = enable Punkbuster
    sv.maxPlayers 32 // Maximum number of allowed players (16, 32, 64)
    sv.numPlayersNeededToStart 10 // For ranked servers, this needs to be:
    // 6 for maxPlayers 16, 10 for 32, 10 for 64
    sv.roundsPerMap 2 // How often each map will be replayed
    sv.[*]FriendlyFire 100 // For ranked servers: FF on and at 100% damage
    sv.friendlyFireWithMines 1 // same as above
    sv.tkPunishEnabled 1 // For ranked servers, you need FF-punish on
    sv.interfaceIP "192.168.1.1" // IP of your server

    Comment

    • strider114

      #3
      Re: trouble with creating server

      thanks alot we got the server to show up in the internet browser :) but
      whenever someone trys to join outside our network it says could not connect
      to server please check your connection. we tried forwarding the ports but that didnt work ither. so far we see the server in the server list but are unable to join it thanks so far for your help and would appreciate it if someone would reply

      Comment

      Working...