Increlution

Increlution

Otillräckligt med betyg
Unlock all Automations
Av 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.
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
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 kommentarer
N 3 mar @ 6:22 
@Twitchy McNutz It really works! Thank you!
Twitchy McNutz 26 feb @ 13:57 
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 30 nov, 2024 @ 2:00 
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 @ 13:45 
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:05 
are there other command/script ? like add DNA, decrease health decay, ....
Kage_25 28 maj, 2023 @ 7:46 
ctrl+shift+i does not open the dev tool for me?
dilpuneetgrewal 23 apr, 2023 @ 15:10 
perfect. makes life so much easier after NG+
DachiMun 24 feb, 2023 @ 13:41 
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:09 
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:52 
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...