Eco

Eco Dev Tracker




18 May

Post
    /u/ on Steam - Thread - Direct
A lil somethin somethin: You can find the details for this event on the announcement page here.

17 May


12 May


11 May


06 May

Comment
    Ice Forge on Steam Forums - Thread - Direct
Originally posted by Enel: I am looking for the possibility to adjust the consumption of the tools or tables. That would help me. For example, one should consume 50% more calories with the Pickaxe or at the Sawmill or other places. We have the paradoxical case that we don't need a calorie reduction through the levels but rather an increase because there is currently too much food supply for too little demand. Everything is moulding away or you have little to do as a cook.

That would be the aforementioned Multiplicative demand, if you change those values out this will translate into the calorie impact multiplier for the Calorie to labor shift, so if you change the base value to say 1.5 then all calorie cost of all tables are... Read more

05 May


02 May

Comment
    SLG-Dennis on Steam Forums - Thread - Direct
No, there was no such function.
Comment
    Ice Forge on Steam Forums - Thread - Direct
All labor is used per recipe specifically so that would need to be adjusted for each specific part.
However inside each of the profession specialty scripts you have an array of values that are representing the multiplier reduction for calorie % bonus towards labor.

So if you were to override the specific skills it would limit the amount of overrides you would need to only those instead of every single recipe.
Mods/Core/AutoGen/Tech is where you can find these .cs files (follow mod override procedures )

The piece that needs to be altered is these values where the right numbers are the deductive
of the default value at 1, these go from level 0 to level 7 (so first is no reduction, second is 1 - 0.2f meaning 20% calorie reduction and so on)

public static MultiplicativeStrategy MultiplicativeStrategy =
new MultiplicativeStrategy(new float[] {
1,
1 - 0.2f,
1 - 0... Read more

01 May

Comment
    Ice Forge on Steam Forums - Thread - Direct
Hello!
Just to clarify a bit about what your actually referring to as there is a couple of different impact points where as "Calorie Consumption" is in regards to.

- Driving vehicles (HumanPowered is considered for any vehicle not using "Fuel".
- The passive calorie usage over time (the one that ticks once every 30s for your level multiplier).
- Calories used by specific tools.
- The multiplier for applying sprint/run effect.
- Calories applied to Labor

The calories used for vehicles, tools and labor can be applied and edited in their specific type and use case and we don't have a global modifier for this yet as it has a lot of different impacts and making all of these special case conditions take lot of maintenance as we scale or rework the project internals where we do work towards extending more settings as they make sense or are requested some are just not available at the moment.
Comment
    SLG-Dennis on Steam Forums - Thread - Direct
It's a sole decorative housing object currently.

28 Apr

Comment
    SLG-Dennis on Steam Forums - Thread - Direct
No, the description is wrong.
Comment
    SLG-Dennis on Steam Forums - Thread - Direct
Thanks for that, I'm not sure if that is simply the german community translation not being updated yet or an error in the actual english source files, but if there is an issue in the source files we'll make sure it gets adjusted respectively.
Comment
    SLG-Dennis on Steam Forums - Thread - Direct
Can you give me a screenshot on where it does say that?