Catalogs for Junction-VIII - Maintained by the Tsunamods community
- Fork this project
- Create a new directory for you mod inside the mods folder.
- Create your entry for the catalog (see template below)
- Commit your work into your fork. (push if using a local system)
- Create a pull request from your fork to this Repository
- Automated system will report if there are any errors you need to fix.
- Wait for a manager to provide feedback on your Pull Request.
<?xml version="1.0"?>
<Mod>
<ID></ID>
<Name></Name>
<Author></Author>
<Category></Category>
<Description></Description>
<LatestVersion>
<Link></Link>
<Version></Version>
<ReleaseDate></ReleaseDate>
<CompatibleGameVersions></CompatibleGameVersions>
<PreviewImage></PreviewImage>
<ReleaseNotes>
</ReleaseNotes>
<DownloadSize></DownloadSize>
</LatestVersion>
<Link></Link>
<DonationLink></DonationLink>
<Tags>
<string></string>
</Tags>
</Mod>
You may also have a look at any of the mods already present in this repository to have a look at the structure.