Announcement

Collapse
No announcement yet.

Prevent Spawning

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

    Prevent Spawning

    Is there a way to prevent computer players from spawning at the start of the game? I want to be the only player in the level.

    #2
    How do you anwt to go about it??

    You can set the botnum to 0 (in game and via command prompt)

    You can also set it in a custom gametype

    Comment


      #3
      A custom gametype would probably be great. However, I'm new to modding unreal, and that sounds a bit too advanced. Is that true? Otherwise, is it possible for the botNum to be changed in the level properties by default? I turned on the bLonePlayer to true, and I thought that might do it. Thanks.

      Comment


        #4
        If your dealing with other peoples gametypes, then your set to whatever the bot configuration chosen was (in game, or via command prompt)

        Comment


          #5
          That's what I don't understand. Where in-game is the bot configuration? In MY UT2004 settings?

          Comment


            #6
            Under game rules -> Bots. make sure you set it to specify number an 0

            Comment


              #7
              Where is gamerules?

              Comment


                #8
                Code:
                UT2004\System\UT2004.exe ONS-Torlan?Game=Onslaught.ONSOnslaughtGame?LinkSetup=Split_Square?NumBots=0?QuickStart=true?Mutator=SomePackage.SomeMutator
                Modify as desired.

                Apologies for stretching the thread...

                Comment


                  #9
                  Whwn you go to vreate an instant action (opr net game) here is a tab called game rules


                  XYX's method works for command prompt starts

                  Comment

                  Working...
                  X