English | 日本語
This is the controlmap.txt parser for Skyrim.
controlmap.txt => json file
```bash git clone https://github.com/SARDONYX-sard/controlmap-parser; cd controlmap-parser;
make; # sample controlmap.txt to result.json
make controlmap; # controlmap.txt to stdout (show display)
cargo run --example controlmap-parser
I cannot successfully parse the comments between the event lines in controlmap.txt. (They are grouped together as an array).
json => controlmap.txt not supported.