ControlMap Parser Library

English | 日本語

controlmap sample

Table of Contents

Abstract

This is the controlmap.txt parser for Skyrim.

controlmap.txt => json file

Requirements

Getting Started

```bash git clone https://github.com/SARDONYX-sard/controlmap-parser; cd controlmap-parser;

make; # sample controlmap.txt to result.json

or

make controlmap; # controlmap.txt to stdout (show display)

or manual

cargo run --example controlmap-parser ; ```

Known Issues

License

MIT