splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
329 stars 115 forks source link

Issues with bomb site A on cbble #276

Closed CranberryPie1 closed 4 years ago

CranberryPie1 commented 4 years ago

For some reason bomb site A is giving me lots of issues for planting bomb. I have several "never bomb carrier" spawn points around A and it always plants bomb near A long and wooden fence.

"Spawns"
{
    "0"
    {
        "origin"        "-1396.790283 -809.000000 -24.631062"
        "angle"     "13.464527 2.778225 0.000000"
        "bombsite"      "B"
        "team"      "CT"
        "type"      "0"
    }
    "1"
    {
        "origin"        "-1392.914795 -1155.286377 -52.184586"
        "angle"     "7.767865 23.823404 0.000000"
        "bombsite"      "B"
        "team"      "CT"
        "type"      "0"
    }
    "2"
    {
        "origin"        "-1514.454346 -1345.721802 0.031250"
        "angle"     "5.555113 38.371056 0.000000"
        "bombsite"      "B"
        "team"      "CT"
        "type"      "0"
    }
    "3"
    {
        "origin"        "-723.806458 282.651428 -0.968750"
        "angle"     "1.459170 -65.063965 0.000000"
        "bombsite"      "B"
        "team"      "CT"
        "type"      "0"
    }
    "4"
    {
        "origin"        "-1083.313354 470.421509 0.031250"
        "angle"     "-0.047389 -37.286842 0.000000"
        "bombsite"      "B"
        "team"      "CT"
        "type"      "0"
    }
    "5"
    {
        "origin"        "-2319.753906 295.504913 -239.968735"
        "angle"     "-3.484271 -68.264664 0.000000"
        "bombsite"      "A"
        "team"      "CT"
        "type"      "0"
    }
    "6"
    {
        "origin"        "-2996.250977 505.905457 0.031250"
        "angle"     "1.553257 -130.081192 0.000000"
        "bombsite"      "A"
        "team"      "CT"
        "type"      "0"
    }
    "7"
    {
        "origin"        "-534.201721 -978.040527 -126.396225"
        "angle"     "4.048465 174.834808 0.000000"
        "bombsite"      "A"
        "team"      "CT"
        "type"      "0"
    }
    "8"
    {
        "origin"        "-667.310303 -868.924500 -121.411072"
        "angle"     "-2.872298 -157.952942 0.000000"
        "bombsite"      "A"
        "team"      "CT"
        "type"      "0"
    }
    "9"
    {
        "origin"        "-1091.456421 -1126.957031 -99.968758"
        "angle"     "-6.356223 171.136810 0.000000"
        "bombsite"      "A"
        "team"      "CT"
        "type"      "0"
    }
    "10"
    {
        "origin"        "163.501877 -692.226318 -91.968758"
        "angle"     "16.619083 -145.299515 0.000000"
        "bombsite"      "B"
        "team"      "T"
        "type"      "1"
    }
    "11"
    {
        "origin"        "350.245117 -881.904236 -91.968758"
        "angle"     "-0.235668 174.117294 0.000000"
        "bombsite"      "B"
        "team"      "T"
        "type"      "1"
    }
    "12"
    {
        "origin"        "314.404785 -1026.117432 -91.968758"
        "angle"     "0.046763 -177.267029 0.000000"
        "bombsite"      "B"
        "team"      "T"
        "type"      "1"
    }
    "13"
    {
        "origin"        "635.465698 -1352.306396 -79.968758"
        "angle"     "12.522925 134.166672 0.000000"
        "bombsite"      "B"
        "team"      "T"
        "type"      "2"
    }
    "14"
    {
        "origin"        "691.176819 -997.364502 -106.301842"
        "angle"     "-0.329871 155.870346 0.000000"
        "bombsite"      "B"
        "team"      "T"
        "type"      "2"
    }
    "15"
    {
        "origin"        "719.603760 -657.385254 -103.435463"
        "angle"     "-1.083153 -167.030640 0.000000"
        "bombsite"      "B"
        "team"      "T"
        "type"      "2"
    }
    "16"
    {
        "origin"        "633.668640 -282.060638 0.031250"
        "angle"     "1.082527 -157.331757 0.000000"
        "bombsite"      "B"
        "team"      "T"
        "type"      "2"
    }
    "17"
    {
        "origin"        "-2236.452393 -1471.275391 -10.658539"
        "angle"     "23.321228 92.524574 0.000000"
        "bombsite"      "A"
        "team"      "T"
        "type"      "2"
    }
    "18"
    {
        "origin"        "-2338.664795 -1137.441040 4.031250"
        "angle"     "77.165199 7.919671 0.000000"
        "bombsite"      "A"
        "team"      "T"
        "type"      "1"
    }
    "19"
    {
        "origin"        "-2347.113525 -857.196167 -5.957365"
        "angle"     "72.380264 -16.830299 0.000000"
        "bombsite"      "A"
        "team"      "T"
        "type"      "1"
    }
}
borzaka commented 4 years ago

You are not using the latest spawns for Cbble. Here it is: https://github.com/splewis/csgo-retakes/blob/master/configs/retakes/de_cbble.cfg

This has no issues, I can confirm.

CranberryPie1 commented 4 years ago

@borzaka Is this not downloaded with the latest release? Guess I need to update them all. Thanks.