An open API service indexing awesome lists of open source software.

https://github.com/naev/total_conversion_plugin_example

An example of a total conversion plugin for Naev that can minimally load.
https://github.com/naev/total_conversion_plugin_example

Last synced: about 1 year ago
JSON representation

An example of a total conversion plugin for Naev that can minimally load.

Awesome Lists containing this project

README

          

# 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 `` 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](https://naev.org/devmanual/) for more details.