Application serving info extracted from (Clyde) configs, useful for creating game mods. Provides a RESTful API interface Back-End written in Java SpringBoot, a Discord Bot Front-End written in C# and a simple WebUI Front-End for testing select endpoints.
- Parsing Clyde-compatible configs and displaying their entries in four separate views.
- Finding config entries by their config name and config path.
- Finding config entries by their in-game name.
- Extracting the most useful info from config entries.
- Reading and parsing translation keys.
- Reverse-searching values for matching translation keys.
- Many more, and even more to come.
demo.mp4
To play around with the bot yourself, just join our Discord Server.
They may need some minor tweaks, but otherwise provide ready deployment. Still requires extracting game assets, check out Getting the App Ready.
- For API Back-End, see api/README.md
- For Discord Bot Front-End, see discord/README.md
- For WebUI Front-End, see ui/README.md