Add Changenote Mod allows mod authors to add a custom changenote when publishing or updating a mod on the Steam Workshop, replacing the default autogenerated text with a meaningful version-specific changelog.
Add Changenote Mod Features
- Replaces the autogenerated Workshop update text with a custom changenote.
- Reads changelog data from a changelog.txt file located in the mod’s About folder.
- Automatically extracts only the entries matching the current mod version.
- Ignores all lines starting with #.
- Matches version numbers against the current version defined in the Manifest file.
- Uses the Manifest file format supported by Fluffy’s Mod Manager.
Changelog file format
Example structure for changelog.txt:
- Lines starting with # are treated as comments.
- Lines starting with a version number are checked against the current mod version.
- If the version matches, the line is added to the Workshop changenote.
Compatibility notes
- Designed for mod authors publishing to the Steam Workshop.
