This wiki is archived from 2021-09-05
Template:Submitting and Updating Your Mod
File:Gold-rank-icon.png Submitting Your Mod
Before submitting your mod ensure that it is not outputting any errors to either the game's client or server logs.
You must create a forum post in the appropriate forum and link it in your modinfo file:
- Titans Released Mods: https://forums.uberent.com/forums/released-mods.102/
- Titans Work-In-Progress Mods: https://forums.uberent.com/forums/work-in-progress-mods.103/
- Classic PA Released Mods: https://forums.uberent.com/forums/released-mods.86/
- Classic PA Work-In-Progress Mods: https://forums.uberent.com/forums/work-in-progress-mods.87/
For released mods please create a post on steam discussions with prefix [MOD]:
- Titans: http://steamcommunity.com/app/386070/discussions/
- Classic: http://steamcommunity.com/app/233250/discussions/ (use prefix [MOD][TITANS] if titans only)
The Community Mods server requires a downloadable URL to a ZIP archive of your top level directory containing your modinfo.json and mod files.
A new game lobby UI client mod would be submitted as a downloadable URL to:
- com.pa.mikeyh.some-mod-name.zip
- modinfo.json
- ui
- mods
- com.pa.mikeyh.some-mod-name
- new_game.js
- com.pa.mikeyh.some-mod-name
- mods
- ui
- modinfo.json
GitHub projects with static download links to a release branch are preferred for auto updating.
eg https://github.com/user/com.pa.mod/archive/release.zip
You can exclude files from the zip using .gitattributes:
.gitattributes export-ignore .gitignore export-ignore
If using Dropbox links they must end with dl=1 to be downloadable.
Check the status of your mod at: https://palobby.com/community-mods/
File:Gold-rank-icon.png Updating Your Mod
Existing mods will update automatically if you update the existing zip without changing the URL or mod identifier. GitHub will do that automatically.
When changing your mod please remember to update the date and version.
For each update of your mod please post a new comment to your forum and steam discussions posts with any changes then update your original posts.
Check the status of your mod at: https://palobby.com/community-mods/