https://github.com/withlithum/guncontrolv
Simple ped weapon filter and controller for Grand Theft Auto V
https://github.com/withlithum/guncontrolv
Last synced: 5 months ago
JSON representation
Simple ped weapon filter and controller for Grand Theft Auto V
- Host: GitHub
- URL: https://github.com/withlithum/guncontrolv
- Owner: WithLithum
- License: apache-2.0
- Created: 2022-04-26T12:52:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T12:52:39.000Z (about 4 years ago)
- Last Synced: 2025-03-12T01:33:39.326Z (over 1 year ago)
- Language: C#
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- Changelog: NEWS.txt
- License: LICENSE
Awesome Lists containing this project
README
The GunControl modification for Grand Theft Auto V
PURPOSE
This project attempts to provide a customizable way to restrict weapons
existence in ped inventories via different kind of rulesets.
This script provides two ways of doing this - via the INI file or via
the XML rulesets file.
DEPENDENCIES
Dependencies that is required for building GunControl should be
automatically provided via NuGet. If not, run "nuget restore" on the
repository folder, provided that NuGet CLI exists in your PATH.
BUILDING
Refer to BUILDING.txt