Rise of Industry

Rise of Industry

[Outdated] Power Up!
 This topic has been pinned, so it's probably important
Hohoz  [developer] 13 Sep, 2018 @ 2:58am
FAQ
A place to answer and group common questions about the Mod.
Please read the Main page Description fully before looking here.

Q) Power Hub shows Factories at 150% efficency, But production time at the factory doesn't change ?

It works the same way as Events that affect efficiency, where it does in fact speed (or slow) your production without changing the number shown on the Recipes itself.
The Power Hub panel shows you the actual efficiency it applies to your Buildings

Q) How do I switch modes or change the UserDefined mode?
Short answer is on the main description page.
Here is the long one...

You need any text editor, and to locate our Settings.xml
For Steam, You will find it under:
\steamapps\workshop\content\671440\1510415068\code\


The setting file looks like this.
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <EffSettings> <!--Mode=0 UserDefined Uses the values in this file (Other modes are presets)--> <!--Mode=1 Boost(Default) (Farms 100-125, Factories 100-150) --> <!--Mode=2 MediumNeeds (Farms 75-100, Factories 50-100) --> <!--Mode=3 MajorNeeds (Farms 50-100, Factories 25-100) --> <Mode>1</Mode> <baseFarm>50</baseFarm> <maxFarm>125</maxFarm> <baseFactory>50</baseFactory> <maxFactory>150</maxFactory> </EffSettings>

Anything between <!-- --> is a comment and doesn't affect the mod.
it's there to help you understand what is going on.

To change the Mode, you change this number
<Mode>1</Mode>
Where 1,2,3 is the 3 current presets Boost, MediumNeeds, MajorNeeds respectively.
If you chose any of these presets, then the rest of values after that doesn't matter.

Now, if you want to define your own values, set the Mode value to 0
<Mode>0</Mode>
Then the mod will use the values stated below it.
Where baseFarm/baseFactory is the minimum efficiency without power.
maxFarm/maxFactory is the maximum efficiency with full power provided.

Don't forget to Save the file, relaunch the game, the new values/mode should be in effect.

Final note, Boost Mode is the default mode (any Mode number other than stated will default to this one)
Also, when The Mod is updated, it may revert the setting to default (Boost Mode)
Last edited by Hohoz; 22 Sep, 2018 @ 1:21pm