Overlay Style Manager

A plugin by Miss(Trusted developer)

Overlay Style Manager
Downloads 1,507
Updated 2 years ago
Released 2 years ago
Created 2 years ago
Numeric ID 243
Featured
Signed
Game Maniaplanet 4
Game Trackmania
Game Trackmania Turbo

This plugin lets you easily install and create custom styles for the Openplanet overlay.

Submitting styles to the index

To submit your own style to the index, either create an issue on Github or share your style on the Discord. Note that your style must adhere to a specific format in order to be installable.

Your style must be in a Github repository. (I might add support for other services later.) You must have an info.json file in the root of your repository. Here's an example:

{
  "description": "Example style for the Openplanet overlay.",
  "screenshot": "Screenshot.jpg",
  "style": "Example.toml"
}

The screenshot and style keys are relative paths within your repository. In the example above, this means you need a Screenshot.jpg and Example.toml in the root of your repository.

You can have multiple screenshots as well by using the screenshots key as an array:

"screenshots": [ "...", "..." ]

Source code

You can find the source code for this plugin on Github.

Changelog

1.2.0 - 2 years ago

  • Added the ability to create sub-collections in style repositories
  • Added support for Gitlab and Gitea repositories

1.1.0 - 2 years ago

  • Added support for style collections

1.0.1 - 2 years ago

  • Added reset buttons for colors, variables, and the currently active theme
  • Fixed style paths with spaces not working correctly

View all changelogs