NeoPatcher is a standalone Windows utility that makes your existing Vendetta Online plugins compatible with LME providers like Neoloader.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
NeoPatcher is MIT-licensed. Its dependent libraries are MIT or simplified BSD licensed. If you use NeoPatcher's source, make sure to respect those other licenses properly!
Patch template now uses inline `[modreg]` INI declaration blocks, removing the need for seperate `registration.ini` files
Patch now uses `lib.get_path()` (when available), preventing issues if the user installs the mod under a different folder name
No longer creates a separate `core.lua` file; all patched logic remains within the original file
NeoPatcher now scans all files in a plugin folder for inline `[modreg]` data; fixes issues where newer LME plugins using inline INI would be patched
Version 2.1.1
Fixed an incorrect function name and file access call in the template; added an icon
Version 2.1.0
Updated to match compatibility plugin standards for Neoloader 6.1.x
Version 2.0.0-rc2
First non-concept version, written from scratch
Version 1.0.1
Changed application packing method to fix false antivirus warnings
Version 1.0.0
Initial Upload.
Donations
No donations accepted
📦 NeoPatcher – Convert Your Mods to the LME format Welcome to NeoPatcher! NeoPatcher is a standalone Windows utility that makes your existing Vendetta Online plugins compatible with LME providers like Neoloader. It works by patching your plugin’s main.lua file, adding just enough LME metadata to be recognized - without changing how your mod behaves in-game. Mods patched with NeoPatcher continue to work with or without Neoloader installed. 💡 Features
✅ Converts standard plugins into LME-compatible ones ✅ No Lua knowledge required ✅ Works with individual mods or full plugin folders ✅ Preserves the original mod functionality ✅ Creates automatic backups of your unpatched mods ✅ Clean UI with step-by-step patching process ✅ Optional metadata editing before patching
Ready to get started?
🖥 How to Use (Windows)
Download and launch NeoPatcher.exe
Choose to patch a single mod or a full mod folder
Edit mod info if desired
Click “Begin Patching”
Done! Your plugin is now LME-compatible
💡 Backups of your original mod(s) are saved in the ./backup/ folder. 🛠 Source Code / Other Platforms The NeoPatcher source is Lua-based and can be run or compiled manually. You can find this application's source on github (linked above in the mirrors dropdown as well). The core of the application is written completely in lua, using the lfs 1.8.0 and iuplua 3.30 libraries; the C++ segment is solely to simplify distribution.