diff --git a/README.md b/README.md index a913283..b125dcf 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,13 @@ -Green Zone (Stay Inside) +# Retakes-Zones -Red Zone (Stay Outside) +## Overview -de_mirage.json example -https://www.youtube.com/watch?v=DbtF51xZkyk -![image](https://github.com/oscar-wos/Retakes-Zones/assets/29248751/92b277f2-aa6d-4a3f-a3ef-ca6543d43ec4) +Retakes-Zones is a plugin for [cs2-retakes](https://github.com/B3none/cs2-retakes/) by B3none to prevent unnecessary rotations and silly flanks. -```json -{ - "a": [ - { - "type": 0, - "teams": [ 2, 3 ], - "x": [ -2301.0, -743.0, 300.0 ], - "y": [ 1400.2 , -2700.5, -300.0 ] - }, - { - "type": 0, - "teams": [ 3 ], - "x": [ -1237.6, -463.6, -355.0 ], - "y": [ -593.5 , -803.7, 100.0 ] - }, - { - "type": 1, - "teams": [ 2 ], - "x": [ -580.3, -807.3, -355.0 ], - "y": [ -734.3 , -838.3, 100.0 ] - } - ], - "b": [] -} -``` +Currently the following maps have configs: +`de_ancient` `de_anubis` `de_dust2` `de_inferno` `de_mirage` `de_nuke` `de_overpass` `de_train` `de_vertigo` + +## Features + +- **Green Zones**: Areas where players should stay inside. +- **Red Zones**: Areas where players should stay outside. \ No newline at end of file diff --git a/config/de_vertigo.json b/config/de_vertigo.json index dd8da2c..80f1c76 100644 --- a/config/de_vertigo.json +++ b/config/de_vertigo.json @@ -41,8 +41,8 @@ { "type": 1, "teams": [ 2, 3 ], - "x": [ -893.4085, 72.37798, 11913.366 ], - "y": [ -1067.1519, 55.76521, 11738.108 ] + "x": [ -896.35223, -77.17066, 11987.7705 ], + "y": [ -1082.9814, -78.281586, 11776.0 ] }, { "type": 1, diff --git a/config/de_vertigo.png b/config/de_vertigo.png index c533946..df779a4 100644 Binary files a/config/de_vertigo.png and b/config/de_vertigo.png differ diff --git a/src/Globals.cs b/src/Globals.cs index d0a7886..ce0ea49 100644 --- a/src/Globals.cs +++ b/src/Globals.cs @@ -7,7 +7,7 @@ namespace Zones; public partial class Zones { public override string ModuleName => "Retakes-Zones"; - public override string ModuleVersion => "1.1.0"; + public override string ModuleVersion => "1.1.1"; public override string ModuleAuthor => "https://github.com/oscar-wos/Retakes-Zones"; private static PluginCapability RetakesPluginEventSenderCapability { get; } = new("retakes_plugin:event_sender");