Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Aceba1/TerraTech-Mod-Manager-GTK

Repository files navigation

Recreation of my mod manager for TerraTech

Installing

Most-recent release

For Windows users:

  • Download & unzip TTMM.zip
  • Make sure to install Mono 32-bit and GTK# for .NET (both found here)
  • Double-click TerraTechModManager-GTK.exe. Be aware that Windows SmartScreen may interfere, either mark this executable as trusted or disable SmartScreen

For Mac OS users:

  • Download & unzip TTMM.zip
  • Ensure Mono is installed
  • Control-click the Execute.command file to run it the first time, otherwise Finder will prohibit it

For Linux users:

  • Download & unzip TTMM.zip
  • Ensure the mono-complete package is installed (instructions here)
  • Mark Execute.sh as an executable, with chmod +x Execute.sh, or with user interface if applicable
  • Run with ./Execute.sh, or with interface
    • It is possible to alternatively use mono TerraTechModManager-GTK.exe
    • You can create a desktop entry to also run this, for example, with Alacarte

Note

  • Mac support has been added! (ver. 0.3.0)

  • Compiling through Monodevelop might produce an executable that does not function on Windows. Visual Studio Community is still necessary.

  • The developers are working towards official mod support, meaning TTMM may be left behind or integrated.