Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Introduces Babel support for EN, ES, FR, and PT languages
Introduces class function new_lang for adding additional language support
Introduces CCD1 support (TBA)
Version 2.1.0
Initial Upload.
Donations
No donations accepted
Reskin makes managing your game skin easy! No more unnecessary config editing and mucking around with getting file paths right; just use a skin patched for Neoloader/Reskin, and select the skin you want right from in-game! Now with Babel support!
Installation and Requirements
Requirements:
Neoloader
Installation (Manual or Vortex):
Install like an ordinary plugin and enable in Neoloader
Usage:
Type /reskin or use the button in the options menu
Reskin does not come with any external skins! Make sure to grab one from the list below, or any other compatible skins that catch your fancy! Officially Supported Skins
Multiple other skins were added to the April 2023 update on the vo wiki; make sure to grab the skin from the Neoloader/Reskin patched links and not the originals!
The following is useful only if you are a plugin developer and wish to use Reskin's API:
register(string_name, string_path) -> Adds the provided skin to Reskin's table
open() -> Opens the skin selection interface
getall() -> Get a table of skins, listed by name in registration order
getpath(string_skin_name) -> Get the path to a provided skin, false if it doesn't exist
getcurrent() -> Get the name of the current skin, "_unregistered skin" if it doesn't exist in Reskin's database