Skip to content
Thomas Mann edited this page Dec 4, 2022 · 20 revisions

Setup and Installation

System Requirements

  • Windows 10 or 11
  • DirectX 11.3 compatible graphics card (we recommend a GTX970 or later)

Installation

  • Download and install .net 5.0 SDK
  • On Windows 10 you also need Windows Graphics tools:
    • Open Window Settings > Apps> Apps & features/Optional features.
    • If Graphics Tools is already listed under Installed features, then you're done. Otherwise, click Add a feature.
    • Search for and/or select Graphics Tools, and then click Install.
  • Download and unzip the latest release
  • Start StartT3.exe

Installing with development environment

For developing and debugging c# Operators we recommend setting up the development environment and running it from an IDE like Visual Studio:

Please follow the steps in Readme.

Setting the startup directory in Visual Studio:

image

Setting the startup directory in Rider:

image image

Pitfalls

Bass.DLL not found...

image

Solution: Make sure to run Install/install.bat.

Can't create fonts texture

image

Solution: Make sure to properly adjust the working directory.

Clone this wiki locally