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; } } }
15 Comments
N 30 Nov, 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 29 Aug, 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] 29 Aug, 2024 @ 9:05am 
are there other command/script ? like add DNA, decrease health decay, ....
Kage_25 28 May, 2023 @ 7:46am 
ctrl+shift+i does not open the dev tool for me?
dilpuneetgrewal 23 Apr, 2023 @ 3:10pm 
perfect. makes life so much easier after NG+
DachiMun 24 Feb, 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 4 Feb, 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 27 Jan, 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...
Wig Bang 20 Jan, 2023 @ 11:04pm 
i said harshly. don't forget it
Sad󠁳⁧⁧ Sisyphus 20 Jan, 2023 @ 11:35am 
Thanks! :smile_eol: I managed to open the DevTools with that. But... When I enter the console tab I get this error:
"DevTools failed to load SourceMap: Could not load content for file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Increlution/resources/app/helpers/popper.min.js.map :
DevTools failed to load SourceMap: Could not load content for file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Increlution/resources/app/helpers/bootstrap.min.js.map:
DevTools failed to load SourceMap: Could not load content for file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Increlution/resources/app/helpers/bootstrap.min.css.map" .

I tried uninstalling and doing a clean install but it didn't work. Could you help me? I have no idea about this. Sorry for the inconveniences.