Skip to content
Albert Julius Liu edited this page Jul 22, 2016 · 6 revisions

Introduction

pyradox is a parser for the .txt game files used by Paradox Interactive games. The core parser is written in pure Python.

Requirements

  • Unicode-default Python. This includes the default CPython 3, IronPython, and probably Jython, but NOT the default CPython 2.
  • pyradox.worldmap requires PIL (or Pillow).

Documentation

Clone this wiki locally