More options for requester_paste_multiplier
Posted: Wed Sep 21, 2016 3:41 pm
My suggestion is to add more in game options to change the default shift requester_paste_multiplier for assembly->chest to support more flexible play styles.
But if we want this value more or less, either we need to set manually or edit the data raw and restart the game.
The concept:
Lets say you start a new game, unlock logistic bots and build a hundred or so. You want the requests to be low enough that your new bots aren't over worked. Fast forward to 5 thousand bots with maxed inserter stack bonuses, and maxed speed assembly machines covered in beacons. You are going to need more though put than belts are going to support and a high enough amount of items to keep the assembly machines running before the bots restock. The ability to change the default multiplier in game would make scaling up much more streamlined.
- Current
- x4 = default
- x1 = select-able in options
- whole stack = If each is selected manually and x1 option is off
- modded value = I use x20 someone else might use x5 or x50, whoever loads last wins
Proposed - whole stacks by shift paste = available in options (wasteful "I don't care, just get it done and never stop" mode)
- Default and x1 = just as they are now but only effects player's request slots (rewording would be needed)
- player configurable multiplier bar = off would be default or modded value
Code: Select all
for _, r in pairs(data.raw["recipe"]) do
r.requester_paste_multiplier = 20
end
The concept:
Lets say you start a new game, unlock logistic bots and build a hundred or so. You want the requests to be low enough that your new bots aren't over worked. Fast forward to 5 thousand bots with maxed inserter stack bonuses, and maxed speed assembly machines covered in beacons. You are going to need more though put than belts are going to support and a high enough amount of items to keep the assembly machines running before the bots restock. The ability to change the default multiplier in game would make scaling up much more streamlined.