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 “게으른” 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
찾다 main.js in the local game files. In the Mac version, this is at
steamapps/common/Increlution/Increlution.app/Contents/Resources/app/main.js
편집하다 main.js and change this line:
devTools: 거짓,
에게
devTools: 진실,
그 다음에 (re-)게임을 시작하십시오, 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 또는 Command+Option+I.
에서 Console tab of the Developer Tools, run this script:
~을 위한 (const jobType of ["일자리", "건설", "탐구"]) { ~을 위한 (const job of game[jobType]) { 만약에 (!job.isAutomationUnlocked) { job.isAutomationUnlocked = true; job.shouldAutomate = 0; } } }
이것이 오늘 우리가 공유하는 모든 것입니다. Increlution 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. myhf. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.
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)
적어도 35 레벨 (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).