Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

The tool takes the Items.bin and world.bin file and Exports the ItemID's and LocationID's to the output file.

License

Notifications You must be signed in to change notification settings

broderickhyman/ao-id-extractor

 
 

Repository files navigation

Deprecated

This project has been refactored to .Net 5 and as primarily a command-line tool. See https://github.com/broderickhyman/albiondata-bin-dumper for the new version.

ao-id-extractor

This tool allows you to extract the ID's and Names of Items and Locations from the Albion Online ".bin" Files, and export them to a file as a List or JSON.

Requirements

  • Windows
  • Visual Studio 2017 (to build)

How to use:

ao-id-extractor.exe modeID outFormat [outFolder] [gameFolder]

modeID 0=Item Extraction, 1= Location Extraction, 2=Resource, 3=Dump All, 4=Extract Items & Locations & Resource
outFormat l=Text List, j=JSON; Parameter does not matter for Dump All
[outFolder] Optional: Output folder path. Default: current directory [gameFolder] Optional: Location of the main AlbionOnline folder

About

The tool takes the Items.bin and world.bin file and Exports the ItemID's and LocationID's to the output file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%