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.
- Host: GitHub
- URL: https://github.com/naev/total_conversion_plugin_example
- Owner: naev
- License: mit
- Created: 2022-07-21T15:38:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T10:55:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-29T12:11:00.882Z (almost 2 years ago)
- Language: Lua
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.