Announcement

Collapse
No announcement yet.

How to install mutators?

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

    How to install mutators?

    I tried to install this mutator on my server:

    http://www.unrealcentral.com/download.php?view.205

    I just followed the instructions of basically just dropping the files in the UTGame folder. I restarted the server, but the option wont show up in the mutators section. Is there another step that's missing? Do I have to edit any files too?

    #2
    Edit: Turns out the instructions were wrong. I put the files in Published/CookedPC but it was suppose to be just CookedPC. Is it normal that it takes forever to download though? I can download the same files off the same server through HTTP and it's much faster. It also pauses while downloading, then resumes later.

    Comment


      #3
      Looks like I got it. I don't know what I did, but after a while it just worked. It downloaded before the game and not during, so the download finished and it works. Is there a way to speed up patch downloads though? I have 100mbps up/down for that server yet it downloads at 56k like speeds. If I download the same file via http it's way faster.

      Comment


        #4
        hi there, I have a question about using mutators in the server's URL string, rather than "installing"

        How to use multi mutators in the string? -- Iam able to use multi mutators with WebAdmin, but I would like the server to start with them, rather than me starting them manually.

        I have UTComp starting with the server

        Code:
        "?mutator=utcomp3v4b2.UTMutator_utcomp3v4b2?"
        But now I want to add Server.Adverts to this, what is the separator in the string?, I have tried everything and Googled it, but not much success.

        Example what what I tried:

        HTML Code:
        "?mutator=utcomp3v4b2.UTMutator_utcomp3v4b2?mutator=ServerAdverts.ServerAdverts?
        Thanks.

        Comment


          #5
          Originally posted by WishfulThinking View Post
          hi there, I have a question about using mutators in the server's URL string, rather than "installing"

          How to use multi mutators in the string? -- Iam able to use multi mutators with WebAdmin, but I would like the server to start with them, rather than me starting them manually.

          I have UTComp starting with the server

          Code:
          "?mutator=utcomp3v4b2.UTMutator_utcomp3v4b2?"
          But now I want to add Server.Adverts to this, what is the separator in the string?, I have tried everything and Googled it, but not much success.

          Example what what I tried:

          HTML Code:
          "?mutator=utcomp3v4b2.UTMutator_utcomp3v4b2?mutator=ServerAdverts.ServerAdverts?
          Thanks.
          ?mutator=firstmutator,secondmutator,thirdmutator

          ?mutator=utcomp3v4b2.UTMutator_utcomp3v4b2,ServerA dverts.ServerAdverts

          and so on.

          Comment


            #6
            Thank you! ;D

            Comment


              #7
              You're welcome

              Comment

              Working...
              X