Changelog Tools

by adamius

Changelog parser rule checker tool. Only useful for those writing mods. Requires a recent Python 3.x from www.python.org

Utilities
4 years ago
0.17 - 0.18
16

b New issue with end-of-line spaces

2 years ago
(updated 2 years ago)

It seems that the in-game parse no longer allows end-of-line spaces on category fields.

e.g.

Features:<space><newline>

will no longer parse in-game, the trailing space must be removed.

New response