This project is a partial port of the REMSG_Converter in C#, the original project is a Python library designed for converting RE engine message text files into JSON, CSV, or plain text formats and vice versa.
- Convert RE engine message files (.msg) to JSON (only).
- Convert JSON to RE engine message files (.msg).
Instructions on how to use this ported version will be similar to the original REMSG_Converter, with adjustments made for any changes in functionality or supported formats.
Contributions to this port are welcome. Please refer to the original REMSG_Converter project for guidelines and adapt them to the context of this port.
This project is licensed under the same terms as the original REMSG_Converter project. Please see the original repository for more details on the license.
- Original REMSG_Converter by dtlnor (https://github.com/dtlnor/REMSG_Converter) for the inspiration and foundation of this project.