Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
/ WoWUE4CSVConvert Public archive

Command-line tool to convert WoW CSV Placement Information files to be readable by Unreal Engine 4.

License

Notifications You must be signed in to change notification settings

KiaArmani/WoWUE4CSVConvert

Repository files navigation

WoWUE4CSVConvert

Command-line tool to convert WoW CSV Placement Information files to be readable by Unreal Engine 4.

Usage

class Options
{
    [Option('f', "folder", Required = true,
      HelpText = "Folder with CSV files.")]
    public String SourceFilesPath { get; set; }

    [Option('m', "merge", Required = true,
      HelpText = "If true, merge all CSVs to one.")]
    public bool MergeAllCSV { get; set; }
}

Example

Run from Powershell

.\WoWUE4CSVConvert.exe -f "C:\CSV" -m true

About

Command-line tool to convert WoW CSV Placement Information files to be readable by Unreal Engine 4.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages