Find and follow instructions for your particular distro.
- Log in with a Github account here: https://gitlab.tetrarch.co
- Add your SSH public key here: https://gitlab.tetrarch.co/profile/keys
- Have me add you to the tetrarch/mod-repo project
git clone ssh://[email protected]:20000/skwerlman/solderingiron.git
cd solderingiron
git checkout dev
pip3 install -R requirements.txt
cd ..
# This bit will take a long time!
git clone ssh://[email protected]:20000/tetrarch/mod-repo.git
cd mod-repo
git checkout dev
mkdir archive
mkdir unpacked
- Download any mods you want to add to the repo.
- Move them into
mod-repo/unpacked/
- From the
mod-repo
folder, runpython3 ../solderingiron/src/solderingiron.py pack unpacked
- That's it! The mods are packed. SolderingIron can pack multiple mods at once, and will tell you if something is wrong.
git add .
git status # Make sure everything looks correct! This is your last chance to fix mistakes!
git commit -m 'mods for the mod god' # or whatever
git push
Once that's done, create a merge request at https://gitlab.tetrarch.co/tetrarch/mod-repo/merge_requests I'll double check it for issues, and merge it into the master branch. The live repo pulls from master every 5 min.
- Send me your email address. I'll create an account for you on Solder.
- Once you have your account credentials, go to https://solder.tetrarch.co and log in.
- Click on
Mod Library
and thenMod List
. - For each mod you'd like to add:
1. Search for that mod in the search bar.
- If the mod exists, continue.
- If you can't find the mod, see
Adding mods to Solder's database
below. 2. Click on that mod's name. 3. Fill out theVersion
field. 4. ClickAdd Version
.
- Click on
Mod Library
and thenAdd a Mod
. - Fill out the fields.
*
Mod Slug
must be entered exactly as it appears in the repo. *Author Donation Link
can be ignored, as it is not used. *Mod Website
should point to the mod's official project page, not a rehoster. *Description
should have a short summary of what the mod is and does. - Click
Add Mod
* You still need to add a mod versions before you can add this to a pack.