LordFetznschaedl / CS2Retake

GNU General Public License v3.0
54 stars 11 forks source link

[BUG] Bombplant (terror team is freezing) #2

Closed freakexeuLow closed 11 months ago

freakexeuLow commented 11 months ago

Hey, first of all a big thank you for making it possible to bring Retake back to Cs2 :)

I noticed that as a terrorist if you don't place the bomb within the 5 seconds, you freeze and my mate was also affected (we both couldn't move anymore) this also applies after the 5 seconds if you still placed the bomb on the spot. Maybe there's no other way at the moment and we'll have to wait for some kind of autoplant like csgo had back then. ๐Ÿ‘๐Ÿผ

LordFetznschaedl commented 11 months ago

Hello and thank you. I will have to test it again later with the newest CSS release.

Could you please check in the meantime that the offsets of CBasePlayerPawn_CommitSuicide is 356 for linux and windows. You can check this in: configs/addons/counterstrikesharp/gamedata/gamedata.json

Thank you.

freakexeuLow commented 11 months ago

Hello and thank you. I will have to test it again later with the newest CSS release.

Could you please check in the meantime that the offsets of CBasePlayerPawn_CommitSuicide is 356 for linux and windows. You can check this in: configs/addons/counterstrikesharp/gamedata/gamedata.json

Thank you.

thanks for the answer and my css version is 54

  "CBasePlayerPawn_CommitSuicide": {
    "offsets": {
      "windows": 355,
      "linux": 355

best regards

LordFetznschaedl commented 11 months ago

That will be the issue. You can just change those offsets to 356 and reboot your server. Then it should work. This was a bug in that API version.

I have forgotten to add the API Minimum Version.

Thank you.

freakexeuLow commented 11 months ago

That will be the issue. You can just change those offsets to 356 and reboot your server. Then it should work. This was a bug in that API version.

I have forgotten to add the API Minimum Version.

Thank you.

this works now, but a new problem has arisen that they no longer all freeze but all die and my cssharp version is now the 60 version

Metamod:Source version 2.0.0-dev+1266 Meta Plugins

  [01] Accelerator local (1.0.0) by Phoenix (ห™ฮ‡ู โ—ะคะตะฝะธะบัโ—ู ฮ‡ห™), Asher Baker (asherkin)
  [02] CounterStrikeSharp (0.1.0) by Roflmuffin  <- **60 version, it permanently displays 0.1.0 here**
  [03] Advertisement (1.1) by Napas

Cssharp Plugins

 List of all plugins currently loaded by CounterStrikeSharp: 3 plugins loaded.
  [#1]: "CS2InstantDefuse" (1.0.1) by LordFetznschaedl
    Simple Plugin that allowes the bomb to be instantly defused when no enemy is alive and no utility is in use
  [#2]: "AutoUpdater" (1.0.3) by DRANIX
    Auto Updater for Counter-Strike 2.
  [#3]: "CS2Retake" (1.0.0) by LordFetznschaedl
    Retake Plugin implementation for CS2
LordFetznschaedl commented 11 months ago

The all T players die is wanted so that the round does not get prolonged by not planting. If the bomb is planted in time everything will be fine and the round can be played.

I am currently taking another look at having auto planting implemented so I can remove the feature :)

freakexeuLow commented 11 months ago

The all T players die is wanted so that the round does not get prolonged by not planting. If the bomb is planted in time everything will be fine and the round can be played.

I am currently taking another look at having auto planting implemented so I can remove the feature :)

Hey and very sorry for the late reply, had had no internet for just under 3 days and okay. If you want, you can close the topic here. If there are any problems, I will come back to you ๐Ÿ‘๐Ÿผ

LordFetznschaedl commented 11 months ago

Thank you