An example of a total conversion plugin for Naev that can minimally load.
Find a file
2025-11-22 10:27:11 +09:00
bkg Initial commit. 2022-07-22 00:43:22 +09:00
factions Initial commit. 2022-07-22 00:43:22 +09:00
ships Compatibility with version 0.12.0. 2024-08-29 19:55:14 +09:00
spob Initial commit. 2022-07-22 00:43:22 +09:00
ssys Some updates to Naev 0.11.0. 2024-01-03 14:49:45 +09:00
intro Initial commit. 2022-07-22 00:43:22 +09:00
LICENSE Initial commit. 2022-07-22 00:43:22 +09:00
mayo.jpg Added icon + description. 2025-11-22 10:27:11 +09:00
plugin.toml Added icon + description. 2025-11-22 10:27:11 +09:00
plugin.xml Update plugin.xml. 2025-08-30 12:24:19 +09:00
Readme.md Added readme. 2022-07-22 01:16:32 +09:00
start.xml Removed unnecessary cruft. 2024-01-03 14:58:59 +09:00

Minimal Total Conversion Naev Plugin

This is an example of a minimum plugin that is a total conversion of Naev. In particular, plugin.xml uses the <total_conversion/> node to signal to the engine that the core data should be mainly disabled.

This plugin is not intended to be truly playable. It just shows how to create a small universe with a single system and spob in which the player can fly around and do things. It can be used as a starting point for creating something significantly more interesting.

For Naev development, please refer to the Naev Development Manual for more details.