Skip to content

Releases: tracktwo/ppdefmodifier

PPDefModifier 1.7

27 Jan 01:38
Compare
Choose a tag to compare

Adds Modnix action support, contributed by Sheepy.

PPDefModifier 1.6

09 May 21:04
Compare
Choose a tag to compare

Adds Modnix support and improves error handling for failed mods.

PPDefModifier 1.5

05 Apr 21:42
Compare
Choose a tag to compare

Adds modletlist support (thanks to @Tahvohck ) to simplify making multiple changes to the same def. Updated readme to document how to use it.

Version 1.4

04 Apr 15:14
Compare
Choose a tag to compare

Adds string support to mods. This allows changing localization strings, for example.

Just use "value": "some string"

PPDefModifier v1.3

19 Jan 18:51
Compare
Choose a tag to compare

Add better support for modifying lists of value types, such as resource costs. This seems to have changed with the latest patch.

Value type support

21 Dec 15:37
Compare
Choose a tag to compare

Now can change elements in value types such as the LevelXPTable. No changes to file syntax.

Multi config file and array support

18 Dec 14:47
Compare
Choose a tag to compare

This release adds two features:

  • Fields can now specify array indices with [N] where N is a constant, allowing array-type members to be modified. E.g. DamagePayload.DamageKeywords[0].Value will specify the the value member of the first element of the DamageKeywords array in the DamagePayload member of the def.

  • Configuration files are now also read from the PPDefModifier directory under Mods, if it exists. The original PPDefModifier.json is still supported, but all .json files under the PPDefModifier directory will be read and applied, allowing files to be broken up into smaller pieces.

Initial 1.0 release

14 Dec 22:24
Compare
Choose a tag to compare
Fix guid mod handling and more docs