Skip to content

Nuterra/Nuterra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuterra Mod for Terra Tech

License Downloads for All Releases Donate

Installation

Check the Releases page for the latest version of the mod.

  1. Download and extract Nuterra release package (.zip)
  2. Close the game (if running)
  3. Run Nuterra.Installer.exe
  4. Start the game

For more detailed information on installing Nuterra and troubleshooting, see this wiki page.

Development

The main language for the project is C#. Mods are developed in Visual Studio with buildscripts available to automate deployment on your local machine. The Nuterra API is also developed in Visual Studio and has its own set of buildscripts for automating the modding process.

Roadmap

0.4.0 - Mod API, initial release

  • Create event/hook system such that hooking will only be used for nuterra code
  • Restructure project and refactor into per-feature mods
  • Separate mods into individual projects/dlls
  • Add loading external dll support to modloader
  • Update wiki with aquired knowledge and tutorials

0.4.1 - Mod API, improvements

  • Configuration API
  • Improving build tool to add properties for hidden fields
  • Improving build scripts to copy over mods to local TT install
  • In-game console
  • Console commands API
  • Adding new HUD elements API
  • Mod reloading

Future works

  • UI/HUD elements
  • World generation
  • Recipies
  • Custom factions
  • Robuust saves