Vendetta/neoloader: Difference between revisions
From Quasar-RCE
Jump to navigationJump to search
Landing page |
m →For users: removed redundant acronym use |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Neoloader Pre-execution Library Management Engine (NPLME) is a toolkit for managing mods in Vendetta Online and improving | [[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>''' | |||
== 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: | |||
{| 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| | To manage non-LME mods, use a tool such as [https://www.nexusmods.com/vendettaonline/mods/2 Neopatcher] to convert mods to a hybrid model capable of being seen and managed by Neoloader. | ||
[[vendetta/design|Creating or converting a plugin for the LME]] <br /> | |||
[[vendetta/registration|INI registration details]] <br /> | == For modders == | ||
[[vendetta/API|LME API for developers]] <br /> | * [[vendetta/overview|Developer's overview]] <br /> | ||
* [[vendetta/design|Creating or converting a plugin for the LME]] <br /> | |||
* [[vendetta/registration|INI registration details]] <br /> | |||
* [[vendetta/API|LME API for developers]] <br /> |
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.