timnboys / Inworld-GTA-Mod

Source Code of Sentient Streets Mod. Contains C# and Typescript code

Home Page:https://gtainworldmod.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source Code Banner

Sentient Streets: AI Story Mode Source Code

Ready-to-Play Version

Mod is already released and can be downloaded and played. If you are not interested in source code, please visit https://www.nexusmods.com/gta5/mods/672 and https://gtainworldmod.netlify.app/ to start playing with the mod.

Requirements

  1. Visual Studio 2022
  2. .NET Framework 4.8 Developer Pack
  3. NuGet Package Manager CLI
  4. scripthookv pre-built version
  5. scripthookvdotnet pre-built release version
  6. Make sure you downloaded the mod soundtracks from mod source.

Mod Setup

  1. Install Visual Studio and then the .NET 4.8 DP
  2. Download the latest NuGet CLI exe and add the folder it's contained in to the Windows Environment Variables Path variable.
  3. Open a commandline terminal and naviage to the ./Mod/ folder within this project. Create a packages and thirdparty folders.
  4. Navigate to the packages folder and use NuGet to install the packages using this CLI command. nuget install ..\InworldV\packages.config.
  5. Navigate to the thirdparty folder and create a folder named scripthookvdotnet.
  6. Extract the contents of the scripthookv zip ./bin folder and the scripthookvdotnet zip into the scripthookvdotnet folder.
  7. Navigate to the ./Mod/InworldV/ folder from the root of this project and open the InworldV.csproj in Visual Studio. You should now be able to built the GTA V Mod libraries.

Inworld Client Setup

  1. Install Node and then verify that you have npm and npx with npx --version and npm --version
  2. Go to Client\ folder and install packages npm install
  3. Install tsc and caxa packages with npx to make it globally available.
  4. Type npm run build
  5. This should create an .exe file. Copy this GTAInworldClient.exe file to your game's GTAV/Inworld/ folder

About

Source Code of Sentient Streets Mod. Contains C# and Typescript code

https://gtainworldmod.netlify.app/

License:MIT License


Languages

Language:C# 95.0%Language:TypeScript 5.0%