Superclass HudBase not found

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

aardvarkk

New Member
May 7, 2004
64
0
0
Compile Error -- Superclass HudBase not found

A little confused about this to say the least...

My code will compile if I set my class to extend HUD, but not HudBase, HudBDeathMatch, etc. I tried setting up an exec directive (My syntax may have been incorrect), but it just can't seem to find this package. What am I doing wrong?!

Thanks.
 
Last edited:

Shambler[sixpack]

New Member
May 3, 2001
564
0
0
Ireland
Visit site
Make sure that in the .ini your package goes AFTER the XInterface package in the EditPackages array, otherwise the compiler will try to compile your package without any references to the HUDBase class. (which is part of XInterface)