Pathoschild / StardewMods

Mods for Stardew Valley using SMAPI.
MIT License
693 stars 374 forks source link

[Automate] add optional balanced mode #559

Open Pathoschild opened 4 years ago

Pathoschild commented 4 years ago

Automate is easy to set up by design, but many players would like a more challenging / balanced mode.

This just a tracking ticket for suggested ideas:

DannyDaemonic commented 4 years ago

One of the things I like about the mod is that I can send my save file out to someone else or otherwise remove the mod from the game and everything is still there. Adding a new kind of chest or a special fuel would complicate that. Re-purposing an Auto-Grabber is more reasonable in that sense but less aesthetically pleasing.

Instead you could just require a Battery Pack be stored in the chest for it to work. This has the effect of putting a time limitation on the number of automated chests you can have. To delay the automated "technology" more you could require a stack of X batteries to activate the chest. Or you could require X batteries per machine that would be automated by the chest. A chest would only be added to the automation group when it has the required number of batteries.

This is simple from a developmental point of view as you don't have to add a new machine or fuel and you wouldn't have to serialize any extra data to the save file. It also wouldn't be hard to put a simple text indicator somewhere showing a chest has "8 / 10 batteries required for automation."

Traehgniw commented 3 years ago

Maybe there could be a mode requiring a hopper somewhere in the group for the machine to work?

Pet-Slime commented 1 year ago

As some one who loves automation in Minecraft modpacks, the type of mod I tend to dislike most are "magic blocks" mods. It has one block that can do multiple functions, leading to really easy automation.

That said, there is value in what Danny said. Trying to bridge the gap between players who love being able to just drag and drop and those who want more complex requirements for automation... it would most likely be best as a seperate mod file. Like an automate[hardmode] or something.

WoosterUK commented 7 months ago

replace the chest with a custom automation chest that's more expensive / harder to craft

This is provided for in the mod Automators.