This guide will show you how to play the few secret levels of Infinitode 2. This guide requires minor modification of the game’s .json files through Notepad++.
시작하기
Since you’ve clicked on this guide, you’re clearly interested in finding some interesting levels. These levels are filled with weird levels the developer has made, for testing or maybe other reasons.
우선, if you don’t have Notepad++, get it. Modifying the game through the normal text editor can sometimes mess with, or ruin code. At least from my experiences.
둘째, you’ll need to go to your steam folder. If you don’t know where this is, simply look it up elsewhere.
구체적으로, we’re looking into
Steam\steamapps\common\Infinitode 2
Searching for the File
Looking for the right file may be tricky, 하지만, it really isn’t that hard! You typically just need to know where to go to find the files you want.
To find those pesky secret levels, we’ll need to go to the levels file.
When you click in the levels file, you’ll see a bunch of .json files. We’ll need to scroll to the bottom to find the right files.
The two files we’re interested in are zecred
, and sandbox. “모든 것” is not a playable level, and simply contains… 잘, 모든 것!
Opening one of the files with notepad++ brings up a single line of code similar to this.
{"이름":"zecred","단계":"-1","stagePosition":20
We’re only interested in the starting portion of the code, or the part of the code shown in the picture. It’s very crucial that you make sure you are ONLY editing the CORRECT values! editing any other text without knowing what it does could cause several critical problems to arise on your game file.
그 말은, you’ll need to edit ONLY the following values: stage
그리고 stagePosition
{"이름":"zecred","단계":"6","stagePosition":20
The exact stage position number shouldn’t matter too much, as long as it is not the same as another stage.
Playing the Secrets
All you need to do to play the stage now is to start your game! If you had this running in the background, then it will not work. The game reads this file once upon startup, 그게 다야.
Once you click “New game” you should have something like this appear on stage 6.
Now you can play the two secret stages of Infinitode 2! Please note that these stages do not give stars. There is zero advantage for playing these levels! These are just for fun!
Try not to modify anything other than these files, 당신이 있다면, you may have caused a bug somewhere. We are not responsible for mistakes made during this process.
이것이 오늘 우리가 공유하는 모든 것입니다. Infinitode 2 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. Conga Dispenser. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.