Skip to content

Releases: CHR15cs/CS2-Practice-Plugin

v1.0.0.3

27 Apr 21:14
Compare
Choose a tag to compare

simplified smoke detonation text
upgraded to cssharp version 216 (.net 8) because of changes in the cs2 lefthand update

V1.0.0.2

22 Feb 07:00
Compare
Choose a tag to compare

What's Changed

  • Allowed .throw and small cleanup of .throw by @IOExceptional in #50
  • Fix De-Registration of OnEntitySpawned by @CHR15cs in #61
    -> Smokes should not be colored in match mode anymore

New Contributors

Full Changelog: v1.0.0.1...V1.0.0.2

v1.0.0.1

28 Jan 19:58
Compare
Choose a tag to compare

You need to re-download the Complete Package for your operating system after the latest cs2 update!

The windows version is untested!

New commands

.updatepos If jump / run throw grenade is saved, the grenade needs to be thrown, saved and later the starting position can be set using this command
.throw id:<id> Pass id to throw the grenade using the id instantly

Fixes

.save Setting the inital thrower correctly now, showing grenade id from last added grenade
.back Fixed some typos

Config file

"UsePersonalNadeMenu": false, added new option to the config file. Can now set the default value for the nade menu

v1.0.0.0

26 Jan 17:20
Compare
Choose a tag to compare

What changed:
To save grenade projectiles, you have to throw the nade and AFTERWARDS you need to type .save 'grenade name'
.throw now works with smoke
.throw 'tag' throws all nades using the given tag -> only new grenades work
fixed some menu errors

Whats new:
Bot mimic
.mimic -> Shows menu to list / create / delete replays
.createreplay 'replay name' -> create replayset
.record 'role name' -> records role for the current replayset
.stoprecord -> stops current recording
.storereplay -> saves last recorded role to current replayset
.replays -> opens menu to list all current replays
.renameset 'new replaysset name' -> Changes the replayset name

WINDOWS VERSION UNTESTED!

v0.9.2.1

17 Jan 19:17
Compare
Choose a tag to compare
v0.9.2.1 Pre-release
Pre-release

New commands:
.break (break all stuff)
.impacts (toggle impacts on server)
.showtags (print all available tags in the chat, depends on which grenade menu is selected)
.editnade Can use .rename , .desc etc. on given nade

Make the last nade you select with the nade menu editable (same as .editnade just with the selection via nade menu)

Alpha Version 0.9.2.0

15 Jan 18:30
Compare
Choose a tag to compare
Alpha Version 0.9.2.0 Pre-release
Pre-release

New commands:
.bestspawn
.worstspawn
.rename
.desc
.addtag
.removetag
.deletetag
.cleartags
.throw (smokes are currently not working!)
.last
.back
.forward
.flash
.stop
.noflash
.timer
.countdown
.swapbot
.movebot
.settings
.nades menu now personalized / can change to global with .settings

prefire and retake mode are disabled for now. Will be enabled when its stable enough

What's Changed

Full Changelog: v0.9.1.1...v0.9.2.0

v0.9.1.1

12 Dec 13:40
Compare
Choose a tag to compare
v0.9.1.1 Pre-release
Pre-release

What's Changed

  • Use AdminManager.PlayerHasPermissions for admin check now. by @CHR15cs in #31

Full Changelog: v0.9.1.0...v0.9.1.1

v0.9.1.0

12 Dec 01:30
Compare
Choose a tag to compare
v0.9.1.0 Pre-release
Pre-release

What's Changed

  • Reworking modes by @CHR15cs in #9
  • Projectile handling rework by @fahrnertim in #10
  • Introduction of storages by @fahrnertim in #11
  • Damage info by @CHR15cs in #12
  • Alias storage adaption by @fahrnertim in #13
  • Added .checkpoint and .back to save and restore checkpoints per user by @CHR15cs in #14
  • Added parsing for id and restoring in .nades command by @fahrnertim in #15
  • Make Smoke Colors in pracc mode configurable by @CHR15cs in #19
  • 16 coach dies delayed by @CHR15cs in #25
  • using built in admin system now as well as basic configuration from css by @CHR15cs in #26
  • Cleanup config file mess by @CHR15cs in #27
  • match shall start from 0-0 again after warmup by @CHR15cs in #28
  • 18 backup wrong order by @CHR15cs in #29
  • Introduction of dry runs
  • MinimumApiVersion = 80
  • BREAKING CHANGES for .nades menu, since we moved from .xml to .json storage of projectile snapshots, the old config will not be used anymore

New Contributors

Full Changelog: v0.9.0.1...v0.9.1.0

Alpha Version 0.9.0.1

14 Nov 20:11
Compare
Choose a tag to compare
Alpha Version 0.9.0.1 Pre-release
Pre-release

alpha version 0.9.0.1
add command .savelast
refactored alot so might be broken
added last thrown (unsaved) nade to .nades menu
hooking events per eventhandler
all commands now available using !command
updates cssharp version to v52

Alpha Version 0.9.0

13 Nov 22:23
Compare
Choose a tag to compare
Alpha Version 0.9.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/CHR15cs/CS2-Practice-Plugin/commits/v0.9.0