is there a way to mutate the redeemer to another weapon or to turn it off?
Announcement
Collapse
No announcement yet.
No redeemer
Collapse
X
-
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")
?mutator=UTGame.UTMutator_WeaponReplacement
Comment
-
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
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
-
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
-
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
Comment