Question about XPickups mutator...

Search, find and discuss about Mutators!
Post Reply
JimmyCognitti

Question about XPickups mutator...

Post by JimmyCognitti »

Turns out everytime I try to use the aforementioned mutator, it disables my selected key for translocator.
Just wondering if there's a way to fix this bug so I can fire the translocator anytime (I use mouse button 3 to do so) while using XPickups.

Thanks.
User avatar
Feralidragon
Godlike
Posts: 5489
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: Question about XPickups mutator...

Post by Feralidragon »

It's probably because the translocator is a different class in X-Pickups.

What you may do to try to fix that, is to open your User.ini file, and at the MiddleMouse= entry (since it's the button you mentioned), append the following:
|getweapon XPickups.UBersTranslocator

In the end the MiddleMouse line should look like this:
MiddleMouse=<stuff that was already there>|getweapon XPickups.UBersTranslocator
JimmyCognitti

Re: Question about XPickups mutator...

Post by JimmyCognitti »

Feralidragon wrote:It's probably because the translocator is a different class in X-Pickups.

What you may do to try to fix that, is to open your User.ini file, and at the MiddleMouse= entry (since it's the button you mentioned), append the following:
|getweapon XPickups.UBersTranslocator

In the end the MiddleMouse line should look like this:
MiddleMouse=<stuff that was already there>|getweapon XPickups.UBersTranslocator

I tried it and it worked like a charm, thanks! :tu:
Post Reply