Log in

Concise.csv

The file loading routine doesn't read the first column of the csv, instead it assumes that the entries are laid out like in the executable Shandalar.exe.

File loading routine

Syntax is:

CardId Rarity ByteOffset
  • CardId not used
  • Rarity
    • 1 = Common,
    • 2 = Uncommon,
    • 3 = Rare
  • ByteOffset from the begining of the file to the entry from master.csv
File saving routine