Skip to content

Commit

Permalink
Suggest to use json validator for modders. (cataclysmbnteam#1623)
Browse files Browse the repository at this point in the history
* Suggest to use json validator for modders.

* Update doc/MODDING.md

Co-authored-by: Olanti <olanti-p@yandex.ru>
  • Loading branch information
AngelicosPhosphoros and olanti-p authored Dec 2, 2022
1 parent 4fc2411 commit 6fc2fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/MODDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ In game, that appears like this:

Many editors have features that let you track `{ [` and `] }` to see if they're balanced (ie, have a matching opposite); These editors will also respect escaped characters properly. [Notepad++](https://notepad-plus-plus.org/) is a popular, free editor on Windows that contains this feature. On Linux, there are a plethora of options, and you probably already have a preferred one 🙂

You may also want to use some online or offline JSON validator, e.g. https://dev.narc.ro/cataclysm/format.html , or `json_formatter` bundled with every release of the game (just drag-and-drop the .json file on it).

## Addendum
<!-- I really don't know if this should be here or not. Please let me know. -->
### No Zombie Revival
Expand Down

0 comments on commit 6fc2fcf

Please sign in to comment.