-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: mimic some source 1 game events #403
Conversation
Example: flashbang_exploded player_blind bomb_exploded/bomb_defused round_end round_end_officially round_start
Hey, great job here! If I may have a suggestion, we should probably add something like |
amazing work - great job! |
Added! |
@akiver can you change That way it will be enabled by default for users using custom configs, not just those using the |
Changed! |
This PR mimic the following Source 1 game events with CS2 demos based on prop updates:
WeaponFire
RoundStart
RoundEnd
RoundEndOfficially
BombPickup
BombDropped
BombPlantBegin
BombPlantAborted
BombPlanted
BombDefuse
BombExplode
BombDefuseStart
BombDefuseAborted
FlashExplode
Test code: