controlmap-parser 0.2.0

Controlmap parser is a minimal parser for controlmap.txt files.
Documentation

ControlMap Parser Library

English | 日本語

controlmap sample

Table of Contents

Abstract

This is the controlmap.txt parser for Skyrim.

controlmap.txt => json file

Requirements

  • git
  • Rust

Getting Started

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 <your controlmap.txt file path>;

Known Issues

  • 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.

License

MIT