This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
Releases: Aceba1/TerraTech-Mod-Manager-GTK
Releases · Aceba1/TerraTech-Mod-Manager-GTK
Fix: Extend query search to 100 mods
Update exectuing files for Linux & Mac OS
This update only updates executables for Linux & Mac OS, and provides instructions for how to install. No new improvements or changes.
Installation Guide
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 trustedor 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, withchmod +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
- It is possible to alternatively use
Further Mac support
0.3.1
- Replace instances of
mono
when in a Mac OS with/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono
- Including the
.sh
file. Should still runmono
on other forms of Linux
0.3.0
- TTMM can now modify Mac OSX installs of TerraTech!
- Typing in the Find entry box now updates the view to show mods containing the phrase in the name, description or author name
- Clicking on the column titles will sort the mods in ascending or descending order of that column type
- The Continue button on the Start page is highlighted by default so you can go faster
- The toggles on mods can now be clicked. Set from active to inactive and back, and download mods
- Added
.sh
file to zip so people don't freak out about trying to run it with a terminal on mac.
Download and extract the .zip anywhere or update from within TTMM to get the update.
Make sure you have the required mono framework for your OS.
Mac support, filtering, sorting
- TTMM can now modify Mac OSX installs of TerraTech!
- Typing in the Find entry box now updates the view to show mods containing the phrase in the name, description or author name
- Clicking on the column titles will sort the mods in ascending or descending order of that column type
- The Continue button on the Start page is highlighted by default so you can go faster
- The toggles on mods can now be clicked. Set from active to inactive and back, and download mods
- Added
.sh
file to zip so people don't freak out about trying to run it with a terminal on mac.
Download and extract the .zip anywhere or update from within TTMM to get the update.
Make sure you have the required mono framework for your OS.
Bug fixes and other things
- Fixed some bugs caused by graphical updating
- Basic mod filtering is now possible
- Changes to description previewer window
- Less likely to crash by doing anything:tm:
please support me on my patreon
0.2.0
- Disabled relocating mods upon disabling. There are only two options for mod state now. Have a good day
- Clean up mod JSON creation
- Make mod updates appear
- Update all mods from a menu operation
- Seek unfound mods for updating
- Clean up program updating
- Kill patcher before updating patcher
- Task synchronization
- Other bug fixes
Warning: Updating internally from 0.1.0 may not work, in that case please manually download and replace TTMM (You can do that from the "Go to site" button)
First public release
- This requires the Mono GTK# runtime to work
- Mac OS is not fully supported