With 0.20, you now have the ability to create custom kit presets that let you swap out all your weapons/equipment in a single click, rather than changing them one by one. Here's how:
Open cfg/config.ini with a simple text editor like Notepad and look under
[Loadout]
You'll find something like this
Preset0=Offense|3.0.0.1
Preset1=Defense|0.2.1.2
Preset2=Capper|1.3.0.2
Preset3=Support|0.3.1.3
Preset4=Chaser|1.0.0.3
- Preset0-4 are the 5 presets available to edit
- "|" is the divider
- To the left of the divider is the name of the preset, which you can change to whatever you'd like
- The text to the right of the divider is what determines which weapons/equipment are in your kit, separated by periods. First and second are weapons, third and fourth are equipment. The code for each weapon and equipment can be found on the wiki entry for Kits.
So setting Preset4 to
Preset4=My Custom Kit|2.1.2.1
Will create a preset called "My Custom Kit" in the last preset slot with Eye of Jupiter, Teleport Blade, Shield, Light of Apollo
If you try to assign the same weapon or equipment to both slots (like 0.0.1.1), it won't work.