Skip to content

Convert Aura Kingdom ini files to readable DSV format

Notifications You must be signed in to change notification settings

coffeekitkat/ak-ini2db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks