Skip to content

Haubibban/GenLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GenLauncher

How to add and update your mod:

Create a PR to Mods.yaml with a link to your mod.

  1. PR example for Zero Hour mod:

    Mod:
      MyAwesomeMod:
        link: http://awesome-mod.com/Mod.yaml
  2. PR example for an addon to existing mod:

    Mod:
      MyAwesomeMod:
        CommmunityPatch:
          link: http://awesome-mod-patch.com/Mod.yaml

Create a file Mod.yaml in your github repository or your webpage, with link to .zip, containing the mod's .big files.

  1. Mod.yaml example:

    link: http://awesome-mod.com/BigFiles.zip
    version: 1.0.0

    WARNING: Links to moddb are not supported.

Updating your mod is simple and does not require any additional PRs:

  1. Modify your files in BigFiles.zip.
  2. Bump the version in Mod.yaml.

Congratulations. Now everyone can see and use your mod!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published