Armor pockets


Equipment that increases inventory capacity.

Content
3 years ago
0.17 - 1.1
5.58K
Armor

b Compatibility issue with Jetpack(SE) and RPG System/Problem with inventory size

1 year, 8 months ago

When using your mod and attempting to fly with jetpack the inventory size gets reduces drastically.

The mod RPG System gives me the option to increase the inventory size when leveling up, but when using jetpack with your mod installed it basically gets reduced as if I havent skilled it at all

mods in question:
https://mods.factorio.com/mod/RPGsystem
https://mods.factorio.com/mod/jetpack

1 year, 3 months ago
(updated 1 year, 3 months ago)

That issue is now probably fixed if you update the Jetpack mod to the latest version. It works by making a copy of your character to turn into a new jetpack character when fly (hence why there was a delay when starting to fly). It then copies back to the original character when you land.

The Amor Pockets mod updates the 'character_inventory_slots_bonus' value when you insert or remove a pocket from the armor grid. This mod is doing it correctly by setting the new value equal to the current value + pocket size. The jetpack mod had an issue which was just overriding the bonus value, not adding to it. That mod has since been updated to fix that and its better optimized so there isn't a delay when starting to fly.

If you still have this issue after updating that mod, then its likely a different mod overriding the bonus value, such as the "Hand Craft Priority" mod by SerhiiS. I've had to edit the mod to not override the value. For some reason it sets the bonus value to 0. I'm going through that particular mod to rewrite it to handle the bonus value correctly.

New response