Vendetta/neoloader: Difference between revisions

From Quasar-RCE
Jump to navigationJump to search
Luxen (talk | contribs)
Landing page
Added banner image and information for non-modders
Line 1: Line 1:
Neoloader Pre-execution Library Management Engine (NPLME) is a toolkit for managing mods in Vendetta Online and improving function usage between them.
[[image:Vendetta-Neobanner.jpg]]
==  ==
'''<big><big>Neoloader Pre-execution Library Management Engine (NPLME) is a toolkit for loading and managing mods in Vendetta Online and improving functional usage between them.</big></big>'''


This is the Modder's Documentation for Neoloader.
== 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.


'''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:
{| border="1"
! Location
! Version
! Notes
|-
| '''[https://www.nexusmods.com/vendettaonline/mods/3 NexusMods]'''
| 6.1.1 (LME 3.11.0)
| This is the preferred location for stable versions of Neoloader
|-
| '''[https://voupr.spenced.com/plugin.php?name=neoloader VOUPR]'''
| 6.1.1 (LME 3.11.0)
|
|-
| '''[https://github.com/LuxenDM/Neoloader Github]'''
| 6.1.1 (LME 3.11.0)
| Development versions may be available here
|}


[[vendetta/overview|Overview]] <br />
== For modders ==
[[vendetta/design|Creating or converting a plugin for the LME]] <br />
* [[vendetta/overview|Developer's overview]] <br />
[[vendetta/registration|INI registration details]] <br />
* [[vendetta/design|Creating or converting a plugin for the LME]] <br />
[[vendetta/API|LME API for developers]] <br />
* [[vendetta/registration|INI registration details]] <br />
* [[vendetta/API|LME API for developers]] <br />

Revision as of 02:14, 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 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.

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

For modders