bindings

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

$hagratH

New Member
Jan 24, 2008
121
0
0
hi
is it possible to bind dropflag and suicide to a key??
and orders like "cover me" to keys??
and how do i get insta gib shot from middle instead of right or left side even if i play hidden weapon??

hope for answers or guides or links to solve this
thnx alot
S
 

Dark Pulse

Dolla, Dolla. Holla, Holla.
Sep 12, 2004
6,186
0
0
38
Buffalo, NY, USA
darkpulse.project2612.org
hi
is it possible to bind dropflag and suicide to a key??
and orders like "cover me" to keys??
and how do i get insta gib shot from middle instead of right or left side even if i play hidden weapon??

hope for answers or guides or links to solve this
thnx alot
S
setbind key command in the console will bind it, but not permanently. You'll need to do some INI hacking for that.

The commands you're looking for, however, are suicide and dropflag respectively. If you want them temporary while you play, just do, say, setbind o suicide.

If you're looking for a permanent solution, open up UTInput.ini and add the command in there. Example:

Code:
Bindings=(Name="P",Command="dropflag",Control=False,Shift=False,Alt=False)