Announcement

Collapse
No announcement yet.

Why doesnt this cmd line work?

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

    Why doesnt this cmd line work?

    I cannot get our server to run a 5v5 ctf match correctly. I want it to wait for players to click in before map starts, but with this cmd line, it starts map as soon as the 10th player joins game.

    UT3.exe server CTF-Reflection?Game=UTGameContent.UTCTFGame_Content?
    Maxplayers=10?NumPublicConnections=10?MinNetPlayer s=10?TimeLimit=20?
    GamePassword=xxx?bTournament=true?bPlayersMustBeRe ady=true?
    bUsesStats=True?bIsDedicated=True?AdminPassword=xx x?GameMode=1 -login=xxx -password=xxx -multihome=66.128.56.3 -port=7777 -log=66.128.56.3-7777.log -unattended -nohomedir


    Any ideas to why this isn't working?

    #2
    MinNetPlayers=10?

    That means it will need a minimum of 10 players to start the game!

    Should be MinNetPlayers =1? or MinNetPlayers =0?

    Comment


      #3
      I was reading that ?bPlayersMustBeReady shouldn't have the "b". Just PlayersMustBeReady.

      Comment


        #4
        In the .ini you can set bPlayersMustBeReady=true, but from the cmd line it is ?PlayersMustBeReady

        Comment


          #5
          wish someone would of said that early!

          Comment


            #6
            Psst..we got a new Epic forum guy. Welcome!

            Comment


              #7
              I am thinking of adding this to my server command line generator would make a good choice...

              Also the demo command...

              http://commandgen.mfdclan.com/ for whomever needs it

              Comment

              Working...
              X