Vendetta/neoloader: Difference between revisions

From Quasar-RCE
Jump to navigationJump to search
m For users: Added small section referencing Neopatcher for users.
m For users: removed redundant acronym use
 
Line 4: Line 4:


== For users ==
== 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 Pre-execution Library Management Engine (Neoloader or NPLME) 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.
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:'''
'''Features:'''

Latest revision as of 15:48, 3 March 2025

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

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