Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

What is that?

(+1)

There are cheatcodes you can use in the game. You can press V+M+T To basically cheat the game. There are others, like V+M+L To change the song playing in the background. If you stay outside when you win the game long enough secret dialogs will start show up revealing them all (Exept V+M+T).

Thanks. I've managed to do v + m + o to make my jumps o higher in different rooms

(1 edit)

How did you get that screenshot? I also want to edit the game too.

(+1)

I Used A Program Called DnSpy, Which You Can Download Here: https://www.majorgeeks.com/mg/get/dnspy,2.html.

It Is A Program Used To View Contents Of C# (The Programming Language Used To Make This Game) Compiled DLLs And Edit Them. The Specific Game File You Need To Open Is The "Assembly-CSharp.dll" File Found In The "[Game Directory]\Rooms_Data\Managed\" Folder. To Open The File You Can Simply Drag And Drop It Into The Application.

Thanks. I want to edit the player speed and jump height/distance.

(1 edit) (+1)

you can use another program to extract the unity project out of the game files called utinyripper (download here), however it will only extract assets like textures and audio, without any code. If you want to get the full unity project files, I managed to find them here. Download them by going to Code >  Download ZIP.

use Unity 5.4.5 to open the project (Get here), although there might be some problems with this.

How do you use the Unity Ripper?

1. Download the ripper here:  https://github.com/mafaca/UtinyRipper (Click "download now").


2. Run "uTinyRipper.exe", and drag the "Rooms_Data" folder into the window.


3. Click on "Export", and select where you want to extract the project files to.


4. Download unity 5.4.5p5 here, and open the exported project files in the editor.


It seems that uTinyRipper is unable to export scripts and shaders properly, so if you try to play the game in the editor, it won't work. A better way to do this is to Download the already existing project files from the creators github, and then open them up in unity.