Skip to content

Repository files navigation

Praetoris

Hardcore exploration modpack for the Praetoris Valheim dedicated server.

Thunderstore: https://thunderstore.io/c/valheim/p/warpalicious/Praetoris/ Discord: https://discord.gg/R9rb5REgD3

Install

Install via Thunderstore Mod Manager or r2modman — search for "Praetoris" by warpalicious.

Structure

manifest.json   # Package metadata + dependency list
icon.png        # 256x256 Thunderstore icon
README.md       # This file (displayed on Thunderstore)
CHANGELOG.md    # Version history
Config/         # BepInEx config files shipped to players

Versioning

Format: <season>.<major>.<patch> — e.g. 1.1.15 = season 1, major 1, patch 15. 2.0.0 = season 2 launch.

main always reflects what is live on the server. All changes go through work branches and PRs. Each release is tagged (e.g. v1.1.15).

git tag                              # list all releases
git tag -l "v1.*"                    # all season 1 releases
git diff v1.1.15..v2.0.0            # see what changed between versions
git log v1.0.0..v1.1.15 --oneline   # every change across season 1

Publishing

# Build zip from repo root
zip -r Praetoris-<version>.zip manifest.json icon.png README.md CHANGELOG.md Config/

# Publish
tcli publish \
  --file Praetoris-<version>.zip \
  --token <TOKEN> \
  --repository https://thunderstore.io \
  --package-namespace warpalicious \
  --package-name Praetoris \
  --package-version <version>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages