Noxys StackSizeMultiplier

by _Noxy_

Change stack size of most items.

Content
1 year, 2 months ago
0.15 - 1.1
8.16K
Storage

i Ignore Stack Sizes of 1

1 year, 10 months ago

Hi,

I love your mod for how clean and elegantly it seems to work, however I always find myself editing the logic when using it and was curious if it'd be possible to have the option added to the main mod:

I add a new setting I can check/uncheck so that when running the is-stackable function it will return false if the stack size in question is already 1, essentially like checking the item flags, but upon inspection I could not find a single item that actually used the flags. I do this to avoid being able to stack things like satellites, or other mod items like that, that can not easily be limited by logic inserting into rocket silos. Saving 20x, or whatever multiplier is used, the satellites when auto-launching.

It is a fairly niche request, and does affect things other than satellites, but is a very simple solution to making them not overfill silos. There are other options, like just manually flagging/limiting Vanilla and Mod Satellites, so whatever you'd think a better option to limit them to 1 would be great. If not, no worries, it's still a relatively small fix to make on my side.

Thanks for the mod and Cheers!

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

Generally I'd want these to be able to stack too but I understand that what I want isn't what everyone wants. So yeah a setting might be neat. You say you already wrote the code so it should be fairly trivial for yo to write a Pull Request on github I would appreciate that.

New response