Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

Increlution Unlocking All Automations Guide

Posted on 11/08/2022 By myhf 1 Comment on Increlution Unlocking All Automations Guide
  • Title: Increlution
  • Release Date:
  • Developer:
  • Publisher:
Information about Increlution is still incomplete. Please help us fill the details of the game using this contact form.

Increlution is very close to the type of idle game that I really like: ones that reward me for getting engrossed in other tasks by accumulating progress whenever I am not paying attention to the game. In Increlution, this play style is not possible because Offline Time does not accumulate when the game pauses due reaching an automation-locked action, and the vanilla game is designed to make this happen for the majority of times that you interact with it.

Here is a mod to unlock all automations immediately, which makes the gameplay more “idle” and less “incremental”. As a side-effect, this will also reveal spoilers of the entire list of possible actions in the Automation Configuration screen.

Enable Modding

Find main.js in the local game files. In the Mac version, this is at

steamapps/common/Increlution/Increlution.app/Contents/Resources/app/main.js

Edit main.js and change this line:

devTools: false,

to

devTools: true,

Then (re-)launch the game, and open the Developer Tools by pressing Ctrl+Shift+I or Command+Option+I.

Unlock all Automations

Open the Developer Tools by pressing Ctrl+Shift+I or Command+Option+I.

In the Console tab of the Developer Tools, run this script:

for (const jobType of ["jobs", "construction", "exploration"]) {
for (const job of game[jobType]) {
if (!job.isAutomationUnlocked) {
job.isAutomationUnlocked = true;
job.shouldAutomate = 0;
}
}
}

That's everything we are sharing today for this Increlution guide. This guide was originally created and written by myhf. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:Increlution

Post navigation

Previous Post: Nature Escapes All Collectibles Guide
Next Post: Dome Keeper General Info and Strategy Guide

Comment (1) on “Increlution Unlocking All Automations Guide”

  1. Reincarnator says:
    10/10/2023 at 7:50 PM

    Some stuff I wrote to remind myself what to do.

    Whenever you get a farming action, set it to the highest priority. (need high farming for boss later)
    When you are stuck on chapter 7, go to auto thing in chapter 3, switch to board river.
    Switch to take shield to have more shield when stuck too.
    Don’t have cook bull on auto so you can beat the hydra. (Cooking bull during hydra fight lets you fight longer)
    At least 35 levels (if not less) after chapter 8 you can beat dragonslayer in the tavern.
    At end of chapter 10, start open vault manually before catch and cook koi fill up. Do this till it becomes automatic, then put cook koi down one notch in automation and put the architect? up one in automation (so that you will catch and cook them to have food in chapter 11).

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: Increlution
  • Release Date:
  • Developer:
  • Publisher:
Information about Increlution is still incomplete. Please help us fill the details of the game using this contact form.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme