Bots and custom guns

  • 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.

Dexter13

The Coding Machine
Dec 18, 2001
111
0
0
Visit site
When I add a mutator to make bots use my custom guns, they always seem to use their default weapons. Does anyone know how I can make them treat my guns normally, like the U.T weapons?
 

Captain Kewl

I know kewl.
Feb 13, 2001
794
0
0
IN YOUR HOUSE
Visit site
It's a defaultproperty for the Weapons classes... the higher the value, the more likely the bot is to use/seek it. For example a bot would opt for the UT_EightBall, which as AIRating=0.750000, instead of the ripper, which has AIRating=0.500000.