Increlution

Increlution

Not enough ratings
Unlock all Automations
By myhf
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" instead of purely "incremental". As a side effect, this will also reveal spoilers of the entire list of possible actions in the Automation Configuration screen.
   
Award
Favorite
Favorited
Unfavorite
Enable Modding
Find main.js in the local game files. In the Mac version, this is at
In the Windows version, it is at
steamapps/common/Increlution/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]) { job.isAutomationUnlocked = true; if (job.shouldAutomate === null) { job.shouldAutomate = 0; } } }
17 Comments
N Mar 3 @ 6:22am 
@Twitchy McNutz It really works! Thank you!
Twitchy McNutz Feb 26 @ 1:57pm 
Even tho they are 2 years old I tested out the tools at the following link and they did still work to unlock all of the automations. I have yet to check out the other "cheats" with the tools as I was only looking for working automations unlock. https://github.com/lgl017temp/increlution-tools
N Nov 30, 2024 @ 2:00am 
Would you be so kind to update this guide? None of the options work for me, you can't open the dev tools with Ctrl+Shift+I anymore. Adding win.webContents.openDevTools(); works but then adding the code in the console only shows a bunch of errors like one of the comments explained. It used to work before though, but no anymore. I hate unlocking automations, it's the worst part of an entire game, having automations unlocked from the start makes the game a thousand times better.
DachiMun Aug 29, 2024 @ 1:45pm 
the gniller-min.js can be edited to reduce the cost of NG+ perks making it so rebirth 1 can beat everything so dna can be farmed until desired amount then going back to an unedited copy of the file.
hellby-[OIG] Aug 29, 2024 @ 9:05am 
are there other command/script ? like add DNA, decrease health decay, ....
Kage_25 May 28, 2023 @ 7:46am 
ctrl+shift+i does not open the dev tool for me?
dilpuneetgrewal Apr 23, 2023 @ 3:10pm 
perfect. makes life so much easier after NG+
DachiMun Feb 24, 2023 @ 1:41pm 
recent changes made it so game[jobType] no longer has a defined game in the gniller.min.js, unless there is a workaround for that this method no longer works
Aurelio Feb 4, 2023 @ 11:09am 
opening the dev console works with adding the line from comment. Anyone knows the command to add DNA points by chance?
Fuzzy Jan 27, 2023 @ 5:52am 
I checked the file and the location has changed, but the DevTools=true is still there.

Sadly the option to open the DevTools In-Game does not work anymore, pressing any combination of SHIFT+CTRL+buttons, the only one that did anything as far as I could see was with R to reload the game.
Am a bit saden by this as some areas are impossible to complete for a long time so you don't get a chance to automate it for 100's of retries...