This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
Add more locations #16
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Is your feature request related to a problem? Please describe.
There are only eight locations featuring a few computers each. To build more sophisticated missions spanning multiple hacks, more machines are necessary.
And it's not like there are none...
Describe the solution you'd like
At 1.0 I'd like to have every single computer in GTA:V in
locations.lua
.(It's not realistic but the thing I'd like the most.)
Describe alternatives you've considered
A few computers less than "all" would also be okay I guess...
Additional context
The main pain of adding new locations is finding them. Once a computer is located, it's just standing in front of it, noting the coordinates of the player (vMenu has devtools for that) and adding an entry to
client/locations.lua
.A complete location with one machine looks like this:
The only values in this entry that are not completely made up are the coordinates. Everything else, including the location and/or computer name is made up because the game doesn't provide it.
The text was updated successfully, but these errors were encountered: