principia/utils/package-creator
2026-06-19 00:31:59 +02:00
..
main.cc Add package-creator tool for making package files from JSON data 2026-06-02 16:14:56 +02:00
Makefile Fix building utils 2026-06-19 00:31:59 +02:00
README.md Add package-creator tool for making package files from JSON data 2026-06-02 16:14:56 +02:00

package-creator

Create a Principia package file from JSON data.

For more information about Principia level packages, see the wiki.

Usage

package-creator <package-json> <package-file>

Format

Anything except for name and levels is optional, the default values are the ones provided below:

{
	"name": "Test Package",
	"community_id": 0,
	"levels_unlocked": 2,
	"first_is_menu": 0,
	"return_on_finish": 0,
	"levels": [
		67,
		68
	]
}