Table of Contents
A launchpad for YimMenu Legacy and YimMenuV2 with opt-in automatic injection and Lua scripting.
- Download the latest version from the Releases page.
- Move it to your preferred location.
- Run YLP.exe. No installation required.
- The built-in updater will keep you up to date.
Note
Windows will flag the executable on first launch. You'll need to whitelist both the executable and its data folder (%AppData%\YLP) in your anti-virus.
- Downloads YimMenu and YimMenuV2 with the press of a button.
- Automatically checks for new releases of downloaded menus on init as well as on request.
- Optional lightweight process monitor (required for auto-inject).
- Automatically injects the menu precisely at the landing page. No manual configurations required.
- Parses all Lua repositories from YimMenu-Lua (Legacy only).
- Browse/Download/Enable/Disable/Delete Lua scripts right from the UI.
- Automatically checks for new releases of downloaded Lua scripts on init.
- Add custom DLL files and inject them into any process.
- Offers standard WinAPI
LoadLibraryas well as manual mapping. - Successfully injected files will remember their last target process and automatically select it if it's running.
- The DLL list can be interacted with in a similar way to any other regular window, not necessarily ImGui list behavior:
- Hold and drag items to reorder the list.
- Left click an item to highlight it.
- Right click an item to bring up its context menu.
- Left click an empty space to reset your currently selected item.
- Right click an empty space to bring up the list's context menu.
- Provides an optional LuaJIT scripting environment, unrelated to any game or mod.
- Feature can be toggled on/off at any time.
- All scripts placed in the
/Pluginsfolder (%AppData%\YLP\Plugins) are automatically loaded on program start if the scripting feature is toggled on. Plugins must be placed in their own subfolders and have a main entry file named exactlymain.lua(case-sensitive). - Lua code can also be directly typed and executed in the
Lua ScriptingUI tab. - Visit the Lua API docs section to learn more.
Visit the themes section to read more about UI themes.
Please submit any bug reports or feature suggestions on the Issues page.
A huge thanks to the open source community and their immense contributions. You can find out more in the Third Party section
-
Q: I can't find
YLP.exein the injector tab's process list. -
A: Yes.
-
Q: Manual Map injection crashed my game.
-
A: This depends on the DLL file and the mapper's config. Some will break if you erase their PE headers, others must have structured exception handling setup, while others expect their delayed imports to be resolved which we currently don't do.
-
Q: Auto-Inject shows a warning that says it was skipped.
-
A: This can happen due to one of these reasons:
- BattlEye was detected: Simply disable it.
- The DLL file had an issue (deleted by AV, wrong signature, wrong architecture, etc.).
- Game version mismatch (Legacy only): Auto-Inject will also be skipped if the latest DLL is outdated.
- The game loaded past the landing page: In this case, simply make sure the landing page is not disabled in your game settings.
-
Q: Windows SmartScreen blocked YLP and said it "protected my PC".
-
A: This can happen when Windows doesn't have enough reputation information for an application, particularly when it is distributed independently and isn't digitally signed. It does not necessarily mean that the program contains malware. The only way for a developer to get around this is to purchase a code signing certificate. I can not afford it, and even if I could, there's no reason for me to buy it because this is just a hobby.
If you downloaded an official release from this repository and trust it, you can select "More info" -> "Run anyway" in the SmartScreen dialog. If you're unsure where the file came from, delete it instead.
-
Q: Why did my antivirus flag YLP?
-
A: Some antivirus programs may flag YLP because it interacts directly with other applications, reads/writes their memory, and loads files into them. These are legitimate features required for YLP's modding and automation functionality, but they are also techniques that malware can abuse, so security software may treat them as suspicious.
YLP is open source. Its releases can be independently inspected and built from the source code.
Important
YLP is provided as is, without any warranty of any kind, express or implied. The author shall not be held liable for any damages, data loss, or issues arising from the use or misuse of this software.