Skip to content

Coat of arms tools

Christopher Schnick edited this page Oct 24, 2022 · 7 revisions

Coat of arms tools

The Pdx-Unlimiter exposes its coat of arms renderer in multiple ways:

CLI

Renders coat of arms images for a given game and saves them into a directory:

Usage: Pdx-Unlimiter render -g=<game> [-h=<height>] [-l=<selector>]
							[-o=<output>]
  -g, --game=<game>         The game id (ck3 or vic3)
  -o, --output=<output>     The output directory
  -l, --selector=<selector> An optional selector. If set, only the selected coat
			      of arms by name is rendered and outputted.
  -h, --height=<height>     The output image height. The image width is
			      calculated by multiplying the aspect ratio with
			      this value.
			      Default: 256

Editor Integration

The coat of arms renderer is also integrated into the Pdx-Unlimiter editor. You can open the coat of arms preview window by opening any game data file or save game that contains a coat of arms definition:

image

Clone this wiki locally