mirror of
https://github.com/AndorsTrailRelease/ATCS.git
synced 2025-10-27 18:44:03 +01:00
JSON Data placed randomly #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RaphiHD on GitHub (Sep 25, 2025).
Since my upgrade from ATCS v0.6.20 to 0.6.23, all NPCs, Dialogues, etc. (but not the maps) are no longer placed at the end of the .json file, but randomly in between. This makes it very hard to find what you need when looking into the project tree or the file itself.
This does not only apply for new additions, but for the entire content of a file, when it is saved by ATCS.
In the following image, I had created all dialogues in order but they got jumbled up:
@NutAndor commented on GitHub (Oct 24, 2025):
Right, the created and the altered objects are as wanted: in the sequence of their files (alphabetic).
Just the AT-source objects don't have the sequence of their files (alphabetic).