3
0
Fork
You've already forked plugin-total-conversion-example
0
An example of a total conversion plugin for Naev that can minimally load.
  • Lua 100%
2026年05月07日 17:01:40 +09:00
bkg Initial commit. 2022年07月22日 00:43:22 +09:00
factions Fixed errors and spawning. 2026年05月07日 17:01:15 +09:00
ships Fixed errors and spawning. 2026年05月07日 17:01:15 +09:00
spob Fixed pilot spawning. 2026年05月07日 16:52:48 +09:00
ssys Made system smaller. 2026年05月07日 16:52:40 +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 Bump version. 2026年05月07日 17:01:40 +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.toml Fixed warnings and got it to work again. 2026年05月07日 10:05:07 +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.