An expansion library for Script Hook V .NET that adds various classes and wrappers to assist with programming for GTA V.
Add the https://www.myget.org/F/withlithum/api/v3/index.json feed to your NuGet config.
- Right click
NativeFxproject in your Solution Explorer, selectManage NuGet Packages. - Click the gear icon on the right side of the NuGet pane, right next to the Package Source.
- Click the Plus icon, and then in address bar below, replace
https://packagesourcewithhttps://www.myget.org/F/withlithum/api/v3/index.json, and the replace "Package Source" name with "WithLithum". - Click Build on the menu bar, then click Build Solution.
- Binaries should be in
bin\Debug\net48(orbin\Release\net48, depending on the config you selected) folder.
- Open Package Manager console.
- Click the gear icon right next to the package source selector (combo box).
- Click the Plus icon, and then in address bar below, replace
https://packagesourcewithhttps://www.myget.org/F/withlithum/api/v3/index.json, and the replace "Package Source" name with "WithLithum".
Run the following commands:
dotnet restore --source "https://www.myget.org/F/withlithum/api/v3/index.json"
dotnet restore
dotnet buildThen binaries should be in bin\Debug\net48 (or bin\Release\net48, depending on the config you selected) folder,
provided if the build is successful.
This library is licenced under the Apache-2.0 licence.