Export item icons from the Lodestone DB.
- .NET 6.0 SDK
- Local game installation
Navigate into the folder with the .csproj
file and run the following command:
dotnet run -- all -s <path to your game's sqpack folder> -o <path to the desired output directory>
To only export marketable item icons, replace the all
parameter with marketable
.