You are viewing a potentially older version of this package. View all versions.
RyanPallesen-RyanSkinAPI-3.3.2 icon

RyanSkinAPI

An API that allows easy skin loading from PNG files

Date uploaded 3 years ago
Version 3.3.2
Download link RyanPallesen-RyanSkinAPI-3.3.2.zip
Downloads 1696
Dependency string RyanPallesen-RyanSkinAPI-3.3.2

This mod requires the following mods to function

tristanmcpherson-R2API-2.5.6 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 2.5.6
bbepis-BepInExPack-3.0.0 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 3.0.0

README

#Discord https://discord.gg/fy7JGze

Changelog; Updated with console commands and fixed errors with minions not spawning Also added commandhelper submodule dependency Moved hook to later to allow custom models to have skins fixed incorrect versioning

Defaults

To output default skins; enter 'DumpSkins' into the console (Can be opened via ctr + alt + ` while in game)

Directory

Navigate to BepInEx/plugins/defaultskins after outputting defaults. Skins are loaded from BepInEx/plugins/[MyModsName]/plugins/[FolderWithLotsOfSkins]/[FolderWithOneSkin] if you do not adhere to the above, you will crash it for everyone involved.

in BepInEx/plugins/defaultskins there will be multiple folders that are automatically generated from the default skins. Duplicate this entire folder, or rename it, and edit the skins found inside.

Creating a skin

go through the textures with some form of editing software, photoshop, or otherwise. The textures must have the same names as is saved in the boilerplate. The textures must be supplied as a PNG. The game will automagically find all skins in BepInEx/skins on startup if they've been done correctly.