Terraformers

Join the largest
modding community

More mods

Explore all mods
No results

News & Updates

  • How to Mod Terraformers' Projects

    In this article I'm going to share how I did this mod, and the structure for the projects.

    Terraformers projects are all cards, buildings, space projects, technologies, leader abilities and lifeforms in the game. They all share the same structure, and are differenciated by some booleans in them. On this mod's optional files, I uploaded the dump of the Projects that exist in the game.

    All projects are loaded from an csv file included with the game, in clear text, at "Terraformers\Terraformers_Data\StreamingAssets". This files are also loaded from the web in a google spreadsheet if the game calls a dev console command.

    The structure is:

    Id => The internal identifier of the project
    HandOrder => The order the project shows in ...