One of the issues I'm running into with fixing values connected to shapes is that the resulting files saved are binary blobs, so there is no way to annotate them in the files themselves. This also makes version control a pain, since I have to document each change in another text file.
Are there any plans to allow text files for this shape data?
Text-Based Shape Value Changes?
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Re: Text-Based Shape Value Changes?
At a guess, you're better off contributing a PR to add a json parser for that data that sits parallel to the normal blobs and overrides them if you want this feature.
Re: Text-Based Shape Value Changes?
Overrides part of them i mean, like a runtime patch, not replaces everything.
-
- Posts: 1219
- Joined: Thu May 14, 2020 1:34 pm
Re: Text-Based Shape Value Changes?
I wish I was skilled enough to do so.