
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
Generaltab, findAttributesand uncheckRead-only - Click
Apply - When prompted, select
Apply changes to this folder, subfolders and files - Click
OKto confirm, thenOKagain to close Properties
The complete game data should be approximately 5 GB or larger.
Here's what the expected data structure should look like:
Installing BepInEx
- Download the most recent BepInEx 5 release (
BepInEx_win_x64_5.x.y.z.zip)
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:
Installing tetoco
- Head over to tetoco releases
- Download
tetoco.dll - Create a folder called
pluginsin theBepInExfolder - Move the dll file to that newly created folder
You should end up with a file structure as follows:
Installing VCRedist & DirectX
Download and install:
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 orientationand set it toPortraitorPortrait (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.
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
UseLocalServerto false - Then, set
RemoteServerto the address provided by your network - Finally, set the
CardIdprovided by your network