Vendetta/neoloader

From Quasar-RCE
Revision as of 16:21, 15 March 2025 by Luxen (talk | contribs) (base links for included utilities)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Neoloader Pre-execution Library Management Engine (NPLME) is a toolkit for loading and managing mods in Vendetta Online and improving functional usage between them.

For users

Neoloader is an advanced mod loader for Vendetta Online that sits on top of the existing mod loader. The goal of the Neoloader is to allow in-game management of Vendetta Online's plugins as much as the game engine can allow, and to facilitate a standard through which plugins can communicate with each other.

Features:

  • Load plugins in order of dependencies and registration, instead of alphabetically
  • Minimize risk of game crashes during the loading stage by safety-netting the loading process
  • Provide management of plugins in-game
  • Easy installation and removal of the system, and a guided recovery system in case of failure
  • An extensive API to promote mod intercommunication and extensibility

Neoloader can be downloaded from the following locations:

Location Version Notes
NexusMods 6.1.1 (LME 3.11.0) This is the preferred location for stable versions of Neoloader
VOUPR 6.1.1 (LME 3.11.0)
Github 6.1.1 (LME 3.11.0) Development versions may be available here

Neoloader comes bundled with a few utilities used to interact with the software and manage its settings. These include

To manage non-LME mods, use a tool such as Neopatcher to convert mods to a hybrid model capable of being seen and managed by Neoloader.

For modders