TheWreckingCrewUK / Insurgency

Insurgency Public Mission - Framework & Maps
0 stars 0 forks source link

[SUGGESTION] Refactor Locations #8

Closed Neciota closed 3 years ago

Neciota commented 3 years ago

Is your feature related to a problem? Please describe. The locations defined in a map can be too limited. E.g. Takistan has towns like Rasman which is a linear settlement. This means that what looks to be a standard part of the location actually falls outside.

Describe the solution you'd like Refactor the locations to be a whitelist of custom created locations. This will also allow the use of setVariable on the location to replace global variables arrays.

Describe alternatives you've considered Currently it uses the map defined locations with a blacklist of invalid locations.

Additional context A lot of places have a location CityCenter defined. This can be used to spawn the elder in a consistent location if it is there.