Simple CLI program to write down mappings in various formats. https://docs.zaaarf.foo/lillero-mapping-writer/
Find a file
2023-08-27 02:26:32 +02:00
gradle/wrapper feat: basic cli application 2023-08-27 01:05:26 +02:00
src/main/java/ftbsc/lll/mapper/writer feat: (mostly) implemented TiyV2Writer 2023-08-27 02:26:32 +02:00
.editorconfig feat: basic cli application 2023-08-27 01:05:26 +02:00
.gitignore feat: basic cli application 2023-08-27 01:05:26 +02:00
build.gradle feat: implemented TSRGWriter 2023-08-27 02:04:14 +02:00
gradlew feat: basic cli application 2023-08-27 01:05:26 +02:00
gradlew.bat feat: basic cli application 2023-08-27 01:05:26 +02:00
LICENSE feat: basic cli application 2023-08-27 01:05:26 +02:00
README.md feat: basic cli application 2023-08-27 01:05:26 +02:00

Lillero-mapping-writer

Simple CLI program for converting and reversing mappings. Because apparently Enigma can't.

Usage

Follow the format:

java -jar mapping-writer.jar [-r] <location> <format> <output>

where <location> is where to find the mapping to convert, <format> is a supported format, <output> is the name of the output file, and -r makes it so that the mapping is inverted.