Announcement

Collapse
No announcement yet.

Mutator downloaded from cache doesn't show up in mutator list

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

    Mutator downloaded from cache doesn't show up in mutator list

    I downloaded this awesome mutator (a weapon called the Vortex) that I got while playing on a DM server a few days ago. It consisted of the U and UPL files and a few sound and texture files as well, which the UT2004 Cache Extractor automatically puts in the proper folders.

    However, when I look in the list of mutators, the Vortex doesn't show up as a mutator I can add. Are there any further steps I need to take to enable it?

    #2
    you have to dump the int and ucl files for it to show up


    on your cmd prompt use

    this is for the int file
    C:/UT2004/System/ucc.exe dumpint mycoolmutator.u

    this is for the ucl file
    C:/UT2004/System/ucc.exe exportcache mycoolmutator.u

    or you can use it in a batch file like this copy this into a text file and save as .bat
    remember to change the mycoolmutator name to the mutator that you want to dump

    PHP Code:
    @echo off
    ucc dumpint mycoolmutator
    .u
    ucc exportcache mycoolmutator
    .u
    :10
    goto 10 
    after you do this then the mutator will be on the list

    Comment


      #3
      Will try that today. Thanks.

      edit: Got it working. Now I just need to learn to use it effectively.

      One last question: Is there a way to replace the Redeemer with this new weapon I downloaded as the default superweapon in the game, or is it map specific?

      Tappin' and talkin' with Tapatalk.

      Comment


        #4
        you can use swaptool

        http://mattmillerdev.com/downloads/m...apTool_v11.zip

        Comment


          #5
          Oooooh. Seems like there's a mutator for everything.

          Thanks!

          Tappin' and talkin' with Tapatalk.

          Comment

          Working...
          X