AnodyneXtras

We're So Sorry...

Because of the nature of downloading and uploading content with AnodyneXtras, it is not available on mobile devices. If you want to browse, search, and upload, please use a laptop or desktop computer.

You can also check out some of our other sites and services using the links below.


Manifest Char Images MOD

by Jon Matterson

NOTE: Because of formatting issues on the Xtras site, this README may be better viewed at: https://github.com/jonmatterson/nova-ext-manifest_char_images

This extension adds manifest character images above the rank logo on the manifest page.

Requirements

This extension requires:

  • Nova 2.6+

Installation

Copy the entire directory into applications/extensions/manifest_char_images.

Add the following to application/config/extensions.php:

$config['extensions']['enabled'][] = 'manifest_char_images';

Usage

This extension can be used directly out of the box. However, if so desired, this extension does support adding a blend for the character images into your background.

To blend the image into a white background, add to application/config/extensions.php:

$config['extensions']['manifest_char_images'] = [
    'blend' => 'white'
];

To blend the image into a black background, add to application/config/extensions.php:

$config['extensions']['manifest_char_images'] = [
    'blend' => 'black'
];

If you would like to add your own blend options using CSS, you can modify config.php with additional array entries for custom blends, and then set the blend in application/config/extensions.php to use your custom blend.

In order to download Xtras, you must have an AnodyneID. You can log in or register your AnodyneID.

Details

Author
Jon Matterson
Downloads
114
Rating
5.0
Added
03 April 2019
Last Updated
13 July 2019