Modding

From Planetary Annihilation Wiki
Jump to navigation Jump to search

General Pages

Topics
Common
Units
Buildings
Weapons and Tools
User Interface
World
Galactic War

Software

It is not necessary to install any programs, but it can speed up the process of writing mods.

Coherent Debugger

Allows you to inspect the game interface like a browser. The game client is a subset of the browser, so it uses all the same technologies. You will need to add the following launch option to the game to allow the debugger to connect --coherent_port=9999

(click to download)

Blender Plugin

Blender-PAPA-IO is the preferred Blender plugin. Blender python extension to import and export model, texture, and animation data from the ".PAPA" file format for Planetary Annihilation. It supports both import and export (has some features that the official papatran.exe doesn't have but the engine supports). So it's currently the best PAPA-to-Blender importer and also the best PAPA exporter in existence.

(click to download)

Visual Studio Code

The best editor for writing and editing mods.

(click to download)