Skip to content

Conversation

@jacobtread
Copy link
Member

Now that I have created a Coalesced parser library the server coalesced file can be parsed and compiled from JSON files. The server no longer requires a compiled binary form of the coalesced file, this makes it easier to alter the game configuration without having to unpack and repack the binary coalesced file.

If I also implement a .tlk file parser it would also be possible to insert data at runtime such as custom banners or user modified translations. Since the coalesced file is now plain JSON its more clear in the git history when changes are made to the file (Along with what was changed, rather than being an obscure binary blob), it also opens up to allow modifying the coalesced through the dashboard in the future to allow more advanced control over the game.

@jacobtread jacobtread added the enhancement New feature or request label Jun 9, 2024
@jacobtread jacobtread self-assigned this Jun 9, 2024
@jacobtread jacobtread merged commit b7a2d0e into master Jun 9, 2024
@jacobtread jacobtread deleted the feat-decompiled-coalesced branch June 9, 2024 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants