Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I have a suggestion for the mod: Allowing item stacks to exceed 99.

If you try it in the base game, using save editing, it does actually work - you can even sell in bulk.
If you do something like use the item or interact with it, it will round the stack size down to 99 again though - but this implies that it's a limit Indivi created (for balance purposes?) likely using some function that manually checks the size of any stack you interact with. It should be easy to remove this limit by simply disabling the function or changing the limit of the function to a higher number (I'm not a game dev though, don't quote me on that). The saves should still be compatible with the base game, because it already works when save editors do it (again, don't quote me on that, I'm a mere mortal Python plebe who cowers at the feet of the gods who use real programming languages)

I will definitely look into it. It's probably hidden in one of the many plugins Indivi made for the game.

Also, I don't know how many people would say JavaScript is any more of a 'real programming language' than Python. xD

(3 edits)

Sorry for the necro. The stack size is set by plugins/YEP_CoreEngine.js, to change it change the "Default Max" in plugins.js. There is a small visual bug with the x being drawn under the number, but that can probably be fixed by changing the drawItemNumber functions in plugins/!Indivi-StorageSystem.js

And don't put yourselves down guys, programming isn't about languages. Once you can write something in one language, you can spend just a couple minutes to learn the syntax of a different language and write it that one, be it Rust, PHP, Java, C, Assembly or even as a transition function of a fucking Turing machine. It's all the same 

Committing necro to say thank you