Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

LaunchControlV

A simple GTAV and Modest Menu launcher and configurator.

Currently it's usable through the CLI test program, but once the backend is done, a WPF GUI will be built around it.

Features

  • Epic, Steam, Rockstar, cracked support
  • GTAV, Modest Menu: start, suspend, stop
  • GTAV: Live private lobby configurator (Idea)
  • GTAV: Live commandline configurator
  • Modest Menu: themes.json editor
  • Modest Menu: teleports.json editor
  • Modest Menu: vehicles.json editor
  • Modest Menu: config.json editor
  • Modest Menu: Lua helper
  • GTAV: garage tracker
  • GTAV: Snapmatic exporter

How To Use

  • Build and run (see below)
  • On the first run it'll create a config file in the data directory next to the built executable (src\LCV_CLI\bin\Debug\net6.0\data\config.json)
  • Close the program, open the config file, and manually set GTA.Path and ModestMenu.Path with an escaped path string:
{"GTA": {
...
"Path": "C:\\Program Files\\Epic Games\\GTAV",
...
},"ModestMenu": {
...
"Path": "D:\\Programs\\modest-menu_v0.9.7\\",
...
},
  • Now that the paths are set, the program will work properly, even after building or running it again

How To Build

  • Download .NET6
  • Clone/download this repository
  • Open the directory containing the solution (.sln) in CMD/PowerShell
  • Run the following commands:
dotnet build
dotnet run --project LCV_CLI
  • The CLI test program should open in CMD/PowerShell

If there are dependency issues, install Newtonsoft.Json.

About

LaunchControlV - A simple GTAV launcher and configurator.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages