• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Code Any KF Specific things?

Xioden

Member
May 15, 2009
6
0
I was trying to make a mutator to remove the corona effect from the end of the flashlights, Couldn't get it to appear in the mutator list. I went back and ran through "Hello World" to refresh in case I had forgotten some things. I've got it listed in EditPackages in Killinglfoor.ini, Its compiled, I've got the .int, .u, and .ucl for it in the system folder. Still not appearing in the mutator list though.
 
Yes...

There is a mod-specific thing to keep in mind (that I found out myself :p)

In your .ucl file, you need to add something to the Mutator lines.


Example:

Mutator=(ClassName=HelloWorld.HelloWorld,GroupName=KF-HelloWorld,IconMaterialName=MutatorArt.nosym,FriendlyName=HelloWorld.HelloWorld.FriendlyName,Description=HelloWorld.HelloWorld.Description,FriendlyName=HelloWorld.HelloWorld.FriendlyName,FallbackName="HelloWorld",FallbackDesc="Mutates the world")

The important part is marked in bold. You NEED to specify a GroupName that is prefixed with KF-

Try it :)
 
Upvote 0