

(For example, the explosions shown when a projectile strikes something.) effect: an animation that is used purely for visual effect and does not interact with objects in the game.conversation: a conversation to be shown in a mission event.

By setting alpha to 0 you can define a color that uses additive mixing, and you can also use other blending modes.
#Endless sky game wiki download#
to get a list of available plugins, download plugins, and check for updates to any plugins that were already downloaded. This server will support basic plugin management, e.g. As with images, the path to a sound is relative to this folder.Įventually, a plugins server will be set up that will be accessible within the game itself.

Note that if you remove a plugin or remove items from it, saved games that depend on those items can end up "broken." So, if you're still developing a plugin you may want to create a snapshot of your pilot file first, or test with a pilot you don't care about.ġ Depending on the type of entry being modified, some, all, or even none of its properties can actually be modified. (Eventually, there will be a menu panel specifically devoted to managing plugins, which will list all available plugins and let you reorder or disable any of them, as well as showing a user-provided description of each plugin.) If two plugins define the same image or data, which one is used will depend on what order the plugins are loaded in, and currently there is no way to control that. For example, if an image appears by the same name in a plugin and in the original game data, the image from the plugin is used. a ship, a planet, etc.) is defined in a plugin, it can 1 override or modify the game's base definition of that kind of entry. Plugins can contain any of the same data that the game's ordinary data files contain.
#Endless sky game wiki free#
If you're on Windows, Notepad++ is a good, free text editor you can use. The data file format is represented by how indented each line is, so editing the data in a word processor like Microsoft Word or in a program like Notepad that does not support automatic indentation will be difficult and frustrating.

When editing the game data, you should use a text editor that is designed for writing computer code.
