Announcement

Collapse
No announcement yet.

No redeemer

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

    No redeemer

    is there a way to mutate the redeemer to another weapon or to turn it off?

    #2
    I believe there's a no super pickups or some-such mutator you could use that might do the trick.

    Comment


      #3
      use the UTGame.UTMutator_WeaponReplacement mutator that comes with ut3


      edit UTGame.ini

      Code:
      [UTGame.UTMutator_WeaponReplacement] 
      WeaponsToReplace=(OldClassName="UTWeap_Redeemer_Content",NewClassPath="UTGame.UTWeap_Enforcer") 
      AmmoToReplace=(OldClassName=,NewClassPath="UTGame.UTAmmo_Enforcer")
      add the switch in ur command line
      ?mutator=UTGame.UTMutator_WeaponReplacement

      Comment


        #4
        ok heres wat i got....
        this is my command line

        Code:
        ut3.exe Server DM-Deck?Game=UTGame.UTDeathmatch?mutator=MutDodgeJump.MutDodgeJump,UTGame.UTMutator_WeaponReplacement?Numplay=2?MaxPlayers=6?NumPublicConnections=6?NumPrivateConnections=0?MinNetPlayers=1?TimeLimit=30?GoalScore=30?BotSkill=3?bIsDedicated=true?bUsesStats=true?ForceRespawn=0?bShouldAdvertise=true?PureServer=1?bIsLanMatch=false?bAllowJoinInProgress=true?AdminName=xxxx?AdminPassword=xxxxxx -Login=xxxxx -Password=xxxxx -Log=myserver.log -nohomedir -unattended
        in the server browser the Dodgejump and weapon replacement mutators shows up but ingame the redeemer still shows up. Is there something wrong wit my CMD line?

        also in the UTGame.ini i put this "[UTGame.UTMutator_WeaponReplacement]
        WeaponsToReplace=(OldClassName="UTWeap_Redeemer_Co ntent",NewClassPath="UTGame.UTWeap_Enforcer")
        AmmoToReplace=(OldClassName=,NewClassPath="UTGame. UTAmmo_Enforcer")"

        but everytime i started the game it would dump the heading and add the rest to the [UTGame.UTDeathmatch] section, so i set the ini to read only and it keeps the heading now but still redeemer is there.


        any help would b gr8ly appreciated

        Comment


          #5
          hmm.. at a quick glance, it looks like you have it set correctly. Im assuming ur editing the utgame.ini in the C:\Program Files\Unreal Tournament 3\UTGame\Config folder?

          Also have you checked the server.log file to see what happens at server start?

          Comment


            #6
            {hLk}Havok

            thanks for ur help i got it going.
            4 some reason it don't like replacing the deemer wit a enforcer so i changed it to a rocket launcher.


            Thanks again.

            Comment


              #7
              well cool glad you got it working. I replaced my redeemer with a enforcer, but really as long as you got rid of it! lol. I got rid of it as I hate the redeemer on complained about it that he had to work for kills in my server, lol.

              Comment


                #8
                For some reason, I too have this same problem of not being able to get the Weapons Replacement working.

                I'm fully patched, Weapons Replacement mutator shows up in the game browser, but the Deemer continues to pop up despite trying to replace it with the enforcer or rockets.

                Server logs show the mutator being loaded, but can someone tell me if the log is supposed to show that the deemer is actually being replaced? Could you post it for me plz.

                Plus, any ideas why this is so hard to get working?

                Comment


                  #9
                  same problem as above

                  Comment


                    #10
                    Hi guys !

                    There is 1 little thing i forgot to mention...
                    i did uninstall the server and reinstalled it. I patched it to 1.2, i don't no if that helped me but it worked for me.
                    so you might want to give it a try.

                    i got my weapon replacement code by starting a dedicated server from retail version and setting it up to do a weapon replacement(choose ur weapon), then lifting the code from the utgame.ini

                    but as i said in a previous post it would work if i used an enforcer

                    i hope this helps a little

                    Comment

                    Working...
                    X