Skip to content

GTA Territory control

Justin Martin edited this page Jul 12, 2024 · 14 revisions

Territory control est un ensemble de scripts (lua) permettant de gérer un système de guerre de territoire sur GTA 5. L'objectif de ce projet n'est pas de vous fournir une solution clé en main à intégrer sur vos serveurs, mais plutôt une conception. Vous devrez ainsi reprendre certaines parti de script, et les réadapter.

Sommaire

  1. Les territoires
  2. How to claim territory
  3. How to contest already controlled territory
  4. Advantage of controlling territory
  5. Keep territory controlled
  6. Protected territory

This repository provides scripts to create a territory control system in GTA.

In GTA map, the scripts will generate some hexagon zones like the game Foxhole :

Capture d’écran 2024-07-09 à 08 25 18

Each territory can have 2 states :

  • controlled (I use the colors green, yellow and blue to display them)
  • uncontrolled (I use the color gray to display it)

You will be able to configure the hexagon size, and after, please don't hesitate to remove some territory (hexagon) you don't want. Because it makes no sense to put territory near companies, police offices, ...

Clone this wiki locally