Vendetta Online

File information

Last updated

Original upload

Created by

LuxenDM

Uploaded by

LuxenDM

Virus scan

Safe to use

About this mod

Reskin allows easy theme management for Vendetta Online skins in-game, now with Babel support!

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
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