How much should a network controlled entity can on it's own?

Place to post guides, observations, things related to modding that are not mods themselves.
Post Reply
ss_Baum
Long Handed Inserter
Long Handed Inserter
Posts: 58
Joined: Wed Apr 04, 2018 10:58 am
Contact:

How much should a network controlled entity can on it's own?

Post by ss_Baum »

Hi everyone,

I am setting up the GUI for my mod, so that you could control the belt-speed with a circuit-network. At the moment it looks like this:
Screenshot 2021-02-05 091424.png
Screenshot 2021-02-05 091424.png (41.96 KiB) Viewed 1232 times
The belts slow every 60 ticks down or speeds up every 60 ticks, the condition is true. Is that too much functionality on it's own. Should I force the player to use comparators if he/she wants to change the speed? like with stack-size for the inserters

User avatar
NotRexButCaesar
Smart Inserter
Smart Inserter
Posts: 1120
Joined: Sun Feb 16, 2020 12:47 am
Contact:

Re: How much should a network controlled entity can on it's own?

Post by NotRexButCaesar »

I like the more player created logic (every person has an interesting time coming up with a solution), but I know some people like the simplicity and ease of “just do what I want”.

I think it is really up to you; what kind of mod do you want it to be?

Have you considered adding an option to switch between the GUI vs combinator logic?
—Crevez, chiens, si vous n'étes pas contents!

ss_Baum
Long Handed Inserter
Long Handed Inserter
Posts: 58
Joined: Wed Apr 04, 2018 10:58 am
Contact:

Re: How much should a network controlled entity can on it's own?

Post by ss_Baum »

AmericanPatriot wrote:
Sat Feb 06, 2021 1:44 am
Have you considered adding an option to switch between the GUI vs combinator logic?
I didn't considered this yet. So thank you for the hint.
I think I will add an Option for this.

Post Reply

Return to “Modding discussion”