coffeekitkat / ak-ini2db

Convert Aura Kingdom ini files to readable DSV format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ak-ini

Convert Aura Kingdom ini files to readable DSV format

Requirements

  • Yarn 1.22.0
  • Node JS >= 12.14
  • Unpacked Aura Kingdom client (at least the Data/db/ pack)

Setup

Install dependencies using Yarn

yarn install

Define GAME_PATH environment variable.

Example:

# .env
GAME_PATH=~/aura-kingdom/unpack/

Usage

Run the script

node ./tools/convert.js

You may need to manually remove/ignore one or two rows when importing the csv

What is this?

Simply convert the contents of data/db/*.ini files to make it compatible with CSV readers.

About

Convert Aura Kingdom ini files to readable DSV format


Languages

Language:JavaScript 100.0%