Skip to content

Releases: yonilerner/cs2-retakes-allocator

v2.4.0 - New Custom Game Data System

22 Dec 06:26
Compare
Choose a tag to compare

This release introduces a few important new changes to the custom game data system, and two new configuration options to adjust it. Please see the README for all the details, but here are the most important parts:

  • The plugin will now automatically download new game data/signatures for GetCSWeaponDataFromKey, CCSPlayer_ItemServices_CanAcquire, and GiveNamedItem2 whenever they get updated in this project. I will do my best to keep these updated as quickly as possible. This can be disabled by setting AutoUpdateSignatures to false. If you set it to false, you can keep the custom game data manually updated if you like.
  • A new config option CapabilityWeaponPaints can be set to false to always use GiveNamedItem instead of GiveNamedItem2
  • If you do not want to use any custom game data/signatures, and instead would like to always use the CS# game data/signatures, set AutoUpdateSignatures to false and make sure to delete the RetakesAllocator/gamedata/RetakesAllocator_gamedata.json file if it already existed. You will get the updated game data/signatures when you update CS#.
  • No matter what options you choose - you will not need a new build of this plugin when updating game data/signatures anymore. If you have AutoUpdateSignatures set to true (which is default), they will download automatically when I update them. If you have it set to false, you can either download the custom game data/signatures manually and update your server, or you can update your CS# version to get new game data/signatures.
  • If any custom game data/signatures are missing, the plugin will try to fallback to default CS# game data/signatures

Big thanks to @oqyh for helping me out with this release and consistently contributing to the plugin!

Changelog

Full Changelog: v2.3.19...v2.4.0

v2.3.19 Sig Updates

20 Dec 03:31
dde1890
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.18...v2.3.19

v2.3.18 Sig Updates

19 Dec 21:08
aa2a7c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.17...v2.3.18

Fix lag on !guns command

05 Dec 22:04
3b13da5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.16...v2.3.17

Remove custom GameData

20 Nov 16:43
d9a2bcd
Compare
Choose a tag to compare
v2.3.16

Update PluginInfo.cs

v2.3.15

31 Oct 09:41
ac14253
Compare
Choose a tag to compare
Update PluginInfo.cs

GameData fix

24 Oct 10:48
7563d38
Compare
Choose a tag to compare
v2.3.13

Update PluginInfo.cs

Quickfix GameData

18 Oct 21:42
176b959
Compare
Choose a tag to compare
v2.3.12

2.3.12

2.3.11 - Plugin Recompile

18 Oct 21:16
aaa2a08
Compare
Choose a tag to compare
v2.3.11

2.3.11

v2.3.10 - Fix MaxNades

29 Apr 03:23
4e65b4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.9...v2.3.10