LemonUI.AltV
2.1.2
dotnet add package LemonUI.AltV --version 2.1.2
NuGet\Install-Package LemonUI.AltV -Version 2.1.2
<PackageReference Include="LemonUI.AltV" Version="2.1.2" />
paket add LemonUI.AltV --version 2.1.2
#r "nuget: LemonUI.AltV, 2.1.2"
// Install LemonUI.AltV as a Cake Addin #addin nuget:?package=LemonUI.AltV&version=2.1.2 // Install LemonUI.AltV as a Cake Tool #tool nuget:?package=LemonUI.AltV&version=2.1.2
LemonUI<br>
LemonUI is a framework for creating UI systems in Grand Theft Auto V that is compatible with FiveM, RageMP, RagePluginHook ScriptHookVDotNet 2, and ScriptHookVDotNet 3. It allows you to create UI Elements with a NativeUI-like style, or you can also create your UI System from scratch via the resolution-independent classes for Text, Rectangles, and Textures.
It was created as a replacement for NativeUI due to being too convoluted to develop and maintain. LemonUI retains most (if not all) of the UI Elements available in NativeUI.
Special thanks to:
- Guad for the original work in NativeUI
- alloc8or for the help with the GTA Online Loading Screen Scaleform
- ikt for helping me to use SET_SCRIPT_GFX_ALIGN and SET_SCRIPT_GFX_ALIGN_PARAMS
- Dot. for the snippet of code used for the item scrolling
- deterministic_bubble for answering some questions about some missing C# classes in FiveM
- PNWParksFan for helping me with some RPH questions when I was doing the port
Download
- 5mods
- GitHub Releases
- GitHub Actions (experimental versions)
Installation
Warning: You don't need to install all of the files. You only need to install the ones for the framework you plan to use. For example, if you want to install SHVDN mods, you don't need to install the RPH version.
FiveM
You don't need to install any files when using FiveM. When you connect to a server, the resources that need it will automatically provide a copy of LemonUI.
RageMP
You don't need to install any files when using RageMP. When you connect to a server, the resources that need it will automatically provide a copy of LemonUI when compiling the code.
RagePluginHook
Copy all of the files from the RPH folder inside of the compressed file to the root of your GTA V installation directory.
ScriptHookVDotNet 2 and ScriptHookVDotNet 3
PLEASE NOTE THAT THE LAST VERSION THAT SUPPORTED SHVDN2 WAS 1.5.2. You can download it here.
Copy all of the files from the SHVDN2 and/or SHVDN3 folder(s) inside of the compressed file to your scripts directory.
Usage
Once installed, the mods that require LemonUI will start working.
Developers
Check the Quick Start guide to learn how to use LemonUI in your project.
If you would like to make changes to the code, clone the repo, restore the packages, and open the solution in your favorite IDE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- AltV.Net.Client (>= 15.0.105-dev)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.