Quick Gear – Requipped update

If you liked this item, please rate it up on Steam Workshop page.

Author: Tony Abbott

Last revision: 5 May at 17:33 UTC (1)

File size: 219.26 KB

On Steam Workshop

Description:

This mod lets you automatically add selected items to mercs easily, as well as quickly requip gear previously worn by the merc.

Quick Equip basics items

You define a list of items you want a merc to get, then press G (by default) and the mod attempts to automatically add those items to the currently selected merc’s inventory. If no merc is selected, it will attempt to add the items to EVERY merc.

You can change what is added in the config, by default it attempts to give everyone:
2 military medkits
A bottle of water.

Quick Equip previous items

Each time you go on a mission, your mercs equipped gear (including implants and limbs) is saved. Double press G to quickly requip that gear.

Setting the items / Config

The config should be at

%appdata%..LocalLowMagnum Scriptum LTDQuasimorph_ModConfigsQuickGearconfig.json

For me thats

C:UsersMEAppDataLocalLowMagnum Scriptum LTDQuasimorph_ModConfigsQuickGearconfig.json

You can set the items you want in there as well as the hotkey for the mod (Default G)

Per Save Config

Each save slot also has its own config, you can find it in the same directory.

Premade settings

Not everyone is big on playing around in files (who tf is jason) so heres some presets/examples that can be pasted directly into config.json:

2 military medkits and a bottle of water

{"Items":[{"ItemId":"medical_kit_2","Count":2},{"ItemId":"water_bottle_1","Count":1}],"HotkeyCode":"G"}

2 normal medkits and 2 packets of smokes

{"Items":[{"ItemId":"medical_kit_1","Count":2},{"ItemId":"cigarettes_1","Count":2}],"HotkeyCode":"G"}

1 set of antibiotics, 3 bandages, and 3 splits

{"Items":[{"ItemId":"pills_antibiotics","Count":1},{"ItemId":"bandage","Count":3},{"ItemId":"splint","Count":3}],"HotkeyCode":"G"}

The config uses the games internal names for items, you can find them on the wiki.

Issues

Why can’t I just make it work for my currently selected merc? Why does it have to give items to everyone?
Limit of the game and my own ability. I couldn’t find a way to see what the currently selected merc is so it just gives them to everyone.

Why did I make this

I made this as I suck and keep dying, and I’m sick of requipping the same setup: Bantages, Splints, Medpacks, etc

If you want to change something, the repo is here:
Github [github.com]

Download
Revisions:

Old revisions of this mod are available below. Click the link to download.