Skip to content

RebelliumGames/TechGiants-Mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Giants Mod

Steps to create your own mod

  1. First create your own copy of the template, Create a new repository from Template.

  2. In Repository name field write your mod name.

  3. Then click on Create repository.

  4. Make sure to create LICENSE.md file at the root of your repository.

  5. To classify your mod repository and make it easily discoverable, add tech-giants and mod topics

  6. Next enable github pages for your repository by going to Settings tab and scroll down to the Pages section.

  7. Under Branch which is set to None select main then Save.

  8. It might take a minute for you changes to take affect and be deployed to GitHub Pages.

  9. Using your browser visit https://username.github.io/repository/repository.json.

  10. You can edit the files on GitHub or clone/download them locally edit them, then upload/push them back to GitHub.

  11. Make sure to have a unique ID for your mod, you can get one here and put it in the uuid section of your manifest.json.

    Warning! all your manifest.json files must have the exact same uuid

If you want your mod to be automatically installed in the game, ask the developers to include your mod in this list. and set discoverable to true in repository.json.

Below is a diagram illustrating the structure and connections between the files:

flowchart LR
    A{repository.json} -->|Link to Manifest| B{manifest.json 
    v0.2.0-beta.7}
    A{repository.json} -->|Link to Manifest| C{manifest.json 
    v0.2.0}

    B -->|Link to Asset| D[language.json]
    C -->|Link to Asset| E[language.json]
Loading

If you incounter any problem please visit the Dicord server and ask the community for help.

About

This repository contains the modding guide for the Tech Giants game, along with JSON schema files, Preinstalled mod list and tools to create mods

Resources

License

Stars

Watchers

Forks

Contributors

Languages