CHR15cs / CS2-Practice-Plugin

Open Source Plugin for Counterstrike 2 based on CounterStrikeSharp
GNU General Public License v3.0
82 stars 10 forks source link

.Replay #41

Closed eXeCutieTTV closed 7 months ago

eXeCutieTTV commented 8 months ago

If it isnt too much trouble, could you add the .replay commands as they were in the csgo plugin? they were really handy, and i miss them:/

https://github.com/splewis/csgo-practice-mode#bot-replay-commands

CHR15cs commented 8 months ago

Sure, will try to do it. Currently my priority is .throw / rethrow as soon as its done I will work on it.

eXeCutieTTV commented 8 months ago

thanks alot man!

CHR15cs commented 7 months ago

Do you have a video or something like that where I can see what exactly the plugin is doing on the server? I havent used these features myself in the past so I dont know what to recreate exactly.

eXeCutieTTV commented 7 months ago

I can try to look in my documents, but dont get your hopes up.

But in terms Of what happens when you run the command. Firstly a menu pops up wherein you can choose to either browse savede replays, record a new replay, and some other stuff. When you go into the record replay part you can record five POVS, and when you have finished that, and play the replay, five Boys join the server and replicate each POV simultaniously. This is really usefull when showing Of an idea for an execute when praccing with a team.

man. 15. jan. 2024 19.20 skrev CHR15cs @.***>:

Do you have a video or something like that where I can see what exactly the plugin is doing on the server? I havent used these features myself in the past so I dont know what to recreate exactly.

— Reply to this email directly, view it on GitHub https://github.com/CHR15cs/CS2-Practice-Plugin/issues/41#issuecomment-1892613175, or unsubscribe https://github.com/notifications/unsubscribe-auth/BELS5FEOFXJU5XKJDF4LHYLYOVXNPAVCNFSM6AAAAABBPRA5ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJSGYYTGMJXGU . You are receiving this because you modified the open/close state.Message ID: @.***>

eXeCutieTTV commented 7 months ago

the csgo plugin can be found here; https://github.com/splewis/csgo-practice-mode#bot-replay-commands

I could sadly not find any useful videos for reference though:/

CHR15cs commented 7 months ago

I will try to match it as closely as possible just reading the code but we will have to see how it goes.

CHR15cs commented 7 months ago

I have some troubles replicating this, because some stuff that was used doing this in csgo doesnt exist yet, like OnPlayerCmd... So my current development state can record positioning and grenade usage But replaying this stuff does look very ugly since I just teleport the bots frame by frame through the server But for now something like shooting, dropping weapons etc. is not implemented and I at least for now have no idea on how to implement it. As soon as Im happy with the current implementation, I will record a small video on how to use it. I am going to improve it over the time, but for now I think its the best I can offer you :(

CHR15cs commented 7 months ago

As soon as I know how to implement the other stuff, I will create a new issue for it. The basic version of bot_mimic is released here: https://github.com/CHR15cs/CS2-Practice-Plugin/releases/tag/v1.0.0.0