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

EvilDrWong

Every line of code elevates you
Jun 16, 2001
932
0
0
40
Inside the machine
Visit site
kwd69 said:
Is there a way to tie all my Ini using mutators to a single INI file???

Thanks
after the class declaration use something like Config(Bananas) where bananas is the name of the ini you want to use.
so itd look like this
Code:
Class MutBananas extends Mutator config(Bananas);
 

kwd69

New Member
Apr 20, 2003
20
0
0
Visit site
I Got It Working

I got all working now!!!

Just some time to finish up my serverpackage for all my mutators into one

thanks