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
5 years ago
0.17 - 0.18
24

b New issue with end-of-line spaces

3 years ago
(updated 3 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