Mutator .int help

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

_MAGGOT_

New Member
Jan 10, 2004
102
0
0
I wanted to use the Unreal 2 XMP Weapons stuff in the Weaponstuff mutator, but the n2xmp weapons beta didnt come with an .int file, and one was not created, so weaponstuff does not recodnize the weapons in that mutator. Can anyone create one or tell me how?

MAGGOT
 

monkey8

New Member
Apr 4, 2004
87
0
0
Code:
ucc dumpint SomeMod.u
ucc exportcache -a SomeMod.u
You may or may not need the second command, depending if that file is generated.
 

_MAGGOT_

New Member
Jan 10, 2004
102
0
0
I .... C... lol. I'm new to editing, so you'll have to forgive my ignorance, but I have no idea what that means. lol. I've taken a peak at other .int files, but i don't know what I should do, and looking at the files that came with the mutator for the weapons, I'm equally stumped. lol

MAGGOT