Config() and config files

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

onnel

New Member
Dec 1, 1999
4
0
0
Visit site
I understand the use of the config() command config files, but is there any way to have a Class use it's config file not only for its config variables, but also for its super class config variables?

Specifically, I have subclassed Player with my own class Mod config(mod). The problem is, I want everything that is currently specified in user.ini to instead be specified in mod.ini (specifically, I wanted to have different key bindings for my mod).

Is there a way to do this or is there a way to override only the keybindings?

Any help appreciated!

Thanks!

Onnel