nyoo-LCPosterEditor icon

LCPosterEditor

Allows you to edit the poster and tip textures in your ship, does not rely on external file generators!

Last updated 6 months ago
Total downloads 2808
Total rating 0 
Categories Mods Client-side
Dependency string nyoo-LCPosterEditor-1.0.3
Dependants 17 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

LCPosterEditor

This is an edit of LethalPosters that, instead of relying on external tools, creates texture replacements at runtime! Note that LethalPosters's mods will still work with this mod!

Manual Installation

Place the contents of the zip into:
[GameDir(or)ModProfileDir]/BepInEx/plugins/nyoo-LCPosterEditor/\

How To Use

You must run the game with the mod installed once to create needed folders
To use this mod you simply need to place any image files (.jpg, .png, etc) into:
[GameDir(or)ModProfileDir]/BepInEx/plugins/nyoo-LCPosterEditor/Input/posters/ or
[GameDir(or)ModProfileDir]/BepInEx/plugins/nyoo-LCPosterEditor/Input/tips/
depending on the assets you wish to replace. The easiest way to do this is to open your mod manager, go to settings, click on the "Locations" tab, then select "Browse profile folder" and continue from there. Once you have done this simply run the game and the files will be generated in:
[GameDir(or)ModProfileDir]/BepInEx/plugins/nyoo-LCPosterEditor/LCPosterEditor/posters/
[GameDir(or)ModProfileDir]/BepInEx/plugins/nyoo-LCPosterEditor/LCPosterEditor/tips/
from the respective Input folder (you will not need to do anything further to these files). In order to generate new files you must delete all contents of the respective folder you wish to generate new files for.

Config

By default images placed inside the Input folder will respect the original image's aspect ratio when being converted. You can change this behavior in the .cfg file.

Creating your own poster mods

To create your own dependent mods simply copy:
[GameDir(or)ModProfileDir]/BepInEx/plugins/nyoo-LCPosterEditor/LCPosterEditor/ into
[YourModDir]/BepInEx/plugins/
Also, don't forget to add this mod's dependency string into your manifest file!

Versions

1.0.3

No longer attempting to package empty folders in download.

1.0.2

Fixed folder naming convention.

1.0.1

Fixed folder hierarchy.

1.0.0

Initial Release!