Skip to content

Game Setup

You must obtain clean, unmodified and complete data to proceed with our guides

Corrupted or incomplete files will cause unpredictable issues we can't cover.
TWO-TORIAL does not provide or distribute game data. Do not ask.

Preparing data

Ensure your game files are not marked as read-only:

  • Right click the directory containing your files
  • Click on Properties
  • Under the General tab, find Attributes and uncheck Read-only
  • Click Apply
  • When prompted, select Apply changes to this folder, subfolders and files
  • Click OK to confirm, then OK again to close Properties

The complete game data should be approximately 5 GB or larger.

Here's what the expected data structure should look like:

📂[SYSTEM]
📂MonoBleedingEdge
📂System Volume Information
📂Vision_Data
▶️game.exe
📄game.inf
▶️RunVisionProd.bat
▶️Setting.bat
▶️UnityCrashHandler64.exe
⚙️UnityPlayer.dll
▶️Vision.exe
⚙️WinPixEventRuntime.dll

Installing BepInEx

We need BepInEx 5 since as of writing, BepInEx 6 does not support the required plugin

  • Extract the archive to the root folder of your game data

You should now have these files added to your directory:

📂BepInEx
📄.doorstop_version
📄changelog.txt
📝doorstop_config.ini
⚙️winhttp.dll

Installing tetoco

  • Head over to tetoco releases
  • Download tetoco.dll
  • Create a folder called plugins in the BepInEx folder
  • Move the dll file to that newly created folder

You should end up with a file structure as follows:

📂BepInEx
┗ 📂plugins
  ┗⚙️tetoco.dll

Installing VCRedist & DirectX

Monitor orientation

With tetoco installed, the game won't automatically rotate to portrait mode when starting it

The game can be played in landscape mode but a lot of the play area will be lost, it's best to set your monitor to portrait mode before launching the game.

Manually rotating
  • Right click on your Desktop
  • Select Display settings
  • Look for Display orientation and set it to Portrait or Portrait (flipped)
  • Rotate your monitor 90°
Automatically rotating

Right click on this link then Save Link As and place the windows-display-orientation-script.ps1 file in your game's directory.

Create a new start.bat file, and set its content to this, it will set your monitor as Portrait (flipped), and automatically rotate it back once you close the game.

powershell.exe -ExecutionPolicy Bypass -File "windows-display-orientation-script.ps1" 0 90
Vision.exe
powershell.exe -ExecutionPolicy Bypass -File "windows-display-orientation-script.ps1" 0 0

Alternatively, you can set it to Portrait (not flipped) by changing 90 to 270.

powershell.exe -ExecutionPolicy Bypass -File "windows-display-orientation-script.ps1" 0 270
Vision.exe
powershell.exe -ExecutionPolicy Bypass -File "windows-display-orientation-script.ps1" 0 0

First launch

If you've followed all instructions correctly, you're ready to launch the game.

Start the game by running Vision.exe, or start.bat if you followed the automatic monitor rotation part.

You're all done! The game should load up properly now.

You can use the Login as Local button to use your local save profile.

The T key can be pressed to access the service menu.

Connecting to a network

By default, tetoco uses its own local network and saves data locally

Please follow this step only if you have a network to connect to.

Remote (Online Network)
  • Open the automatically created configuration file BepInEx\config\tetoco.cfg
  • Set UseLocalServer to false
  • Then, set RemoteServer to the address provided by your network
  • Finally, set the CardId provided by your network