UniPack

info

The info file defines the metadata of a UniPack. Each line is written in key=value format, and leading/trailing whitespace is ignored.

Properties

KeyTypeRequiredDescription
titlestringOUniPack title
producerNamestringOCreator name
buttonXintONumber of horizontal buttons (1 or more)
buttonYintONumber of vertical buttons (1 or more)
chainintONumber of chains/banks (1~24)
squareButtonbooleanSquare button mode (default: false)
websitestringCreator website URL

Example

title=My UniPack
producerName=UniPad
buttonX=8
buttonY=8
chain=4
squareButton=true
website=https://unipad.io

Validation

  • A warning is raised if title or producerName is empty.
  • A warning is raised if buttonX, buttonY, or chain is 0.
  • Loading is aborted if chain is outside the 1~24 range.