Page 1 of 1

Question about XPickups mutator...

Posted: Mon Aug 20, 2018 6:34 pm
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.

Re: Question about XPickups mutator...

Posted: Mon Aug 20, 2018 7:31 pm
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

Re: Question about XPickups mutator...

Posted: Mon Aug 20, 2018 11:20 pm
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: