Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Add more locations #16

Open
lfuelling opened this issue May 7, 2020 · 0 comments
Open

Add more locations #16

lfuelling opened this issue May 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@lfuelling
Copy link
Owner

lfuelling commented May 7, 2020

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:

Franklin = { -- Franklins (new) Home
        KitchenPc = { x = -7.82, y = 520.31, z = 174.63,
                      machine = {
                          hostname = "franklins-fruitbook-expert",
                          user = "franklin",
                          version = "1.0.0-01",
                          ip = { address = "191.168.1.101", subnet = "24", network = "192.168.1.0", interface = "wlp0s4" },
                          commands = { "echo", "ip", "uname" }
                      }
        }
    },

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.

@lfuelling lfuelling added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 7, 2020
@lfuelling lfuelling added this to the 1.0 milestone May 7, 2020
@lfuelling lfuelling self-assigned this May 7, 2020
@lfuelling lfuelling pinned this issue May 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant