CSV2YAML
Akkarinage edited this page Dec 6, 2020
·
2 revisions
Pages 190
Getting Started
- Installation instructions
- Transitioning from SVN to GIT
- Compiling on your OS
- Connecting & Starting rAthena
Configure your Server
- Scripting like a pro!
- Server Modifications and what to expect
- Database Configuration
Customization
- Adding Custom Items
- Adding Custom Monsters
- GRF Encryption
Setup the Client
- Data folder
- Diff files
Misc Databases
Third-Party Software
Clone this wiki locally
title: CSV2YAML permalink: /CSV2YAML/
The CSV2YAML tool is a feature provided to help users convert their custom TXT database content to YAML.
Building CSV2YAML
Windows
Using Visual Studio, build the tool from the Solution Explorer.
Linux
Using make, build the tool with the following command: make tools
Running CSV2YAML
Once it has finished building, simply run the tool. You will be prompted a conversion option for each TXT database that is in your db/ directory which has been converted to YAML in rAthena. The conversion will be dumped to their appropriate locations automatically. Please confirm that your content has been converted successfully and then remove the remaining TXT from the directory.