Releases: splewis/csgo-practice-mode
Releases · splewis/csgo-practice-mode
1.1.2
1.1.1
This introduces two changes:
- Adding cvar
sm_practicemode_can_be_started
, meant for providing a way to disable anyone from starting practicemode. This is useful for pugsetup/get5 live configs where you would want to usesm_practicemode_can_be_started 0
. - Require the admin mapchange (g) flag to start practicemode via .setup by default. Note that you can still override this.
1.1.0
Note: grenades are now saved in addons/sourcemod/data/practicemode/grenades instead of addons/sourcemod/data/practicemode_grenades. Old files will automatically be copied to that location to maintain backwards compatibility, but the original directory/files will not be deleted.
1.0.3
Changes since 1.0.2:
- cl_color is checked more accurately now
- grenade trajectory colors match CSGO's cl_color values more accurately
- .timer doesn't stop when in the middle of a jump anymore
- .help shows a popup window instead of chat replies
- practicemode is now disabled on plugin unload
- added cookies for some client settings (see https://github.com/splewis/csgo-practice-mode/wiki/Overview-of-Commands#client-settings-cookies)