Skip to content

SARDONYX-sard/dar-to-oar

Repository files navigation

DAR to OAR Converter(GUI & CLI)

Cargo Lint & Test

Release Cli

Release GUI

Getting Started for User

Please consider to read wiki

DAR to OAR Wiki

GUI

Click g_dar2oar.exe

convert-page settings-page

CLI

Example

./dar2oar --src "./data/Smooth Moveset" --mapping-file "./settings/mapping_table.txt"
  • options help
DAR to OAR Converter CLI

Usage: dar2oar.exe [OPTIONS] --src <SRC>

Options:
      --src <SRC>
          DAR source dir path
      --dist <DIST>
          OAR destination dir path(If not, it is inferred from src)
      --name <NAME>
          mod name in config.json & folder name(If not, it is inferred from src)
      --author <AUTHOR>
          mod author in config.json
      --mapping-file <MAPPING_FILE>
          path to section name table
      --mapping-1person-file <MAPPING_1PERSON_FILE>
          path to section name table(For _1st_person)
      --log-level <LOG_LEVEL>
          log_level trace | debug | info | warn | error [default: error]
      --log-path <LOG_PATH>
          Output path of log file [default: ./convert.log]
      --run-parallel
          use multi thread(Probably effective for those with long DAR syntax. Basically single-threaded is faster.)
  -h, --help
          Print help
  -V, --version
          Print version

License

  • MIT OR Apache-2.0: Without the source of this application, we could not have created this Rust converter. Thank you.

  • Original Application: MIT License Copyright (c) 2023 Allison Payne