Skip to content

Commit

Permalink
fix: de_vertigo elevator spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos committed Nov 20, 2024
1 parent c2eeb63 commit d92f761
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 33 deletions.
40 changes: 10 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions config/de_vertigo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file modified config/de_vertigo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<IRetakesPluginEventSender> RetakesPluginEventSenderCapability { get; } = new("retakes_plugin:event_sender");

Expand Down

0 comments on commit d92f761

Please sign in to comment.