/MML

Multi MutLoader to power up your 20-30-40 votings

Primary LanguageUnrealScriptGNU General Public License v3.0GPL-3.0

Multi Mut Loader

GitHub all releases

Yet another KF1 MutLoader, but this one is special, because it allows you to have dozens of votings without hitting the KFMapVote.ini size limit.

Usage

  1. So, you have 50 classes to use (a bit overkill, but why not):

    • MML.ML01
    • MML.ML02
    • ...
    • MML.ML50
  2. Open your MML config file, and start to fill mutator lists by your taste. And you can name them properly / add comments, so in future you won't forget which list does what.

  3. Finally in your KFMapVote.ini replace your mutators with corresponding MML classes:

    GameConfig=(GameClass="KFMod.KFGameType",Prefix="KF-",Acronym="KF",GameName="01. Vanilla",Mutators="MML.ML01")
    ...
    GameConfig=(GameClass="KFStoryGame.KFStoryGameInfo",Prefix="KFO-",Acronym="KFO",GameName="30. Objetive",Mutators="MML.ML30")

Grats, you've saved lot's of file space for additional votings. Enjoy!

Building

Use KF Compile Tool for easy compilation.

EditPackages=MML

Credits

Additionally you can check Vel's MutLoader realization, which doesn't have this much flexibility, but has some other nice features.