Releases: yonilerner/cs2-retakes-allocator
Releases · yonilerner/cs2-retakes-allocator
v2.4.0 - New Custom Game Data System
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
, andGiveNamedItem2
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 settingAutoUpdateSignatures
tofalse
. If you set it tofalse
, you can keep the custom game data manually updated if you like. - A new config option
CapabilityWeaponPaints
can be set tofalse
to always useGiveNamedItem
instead ofGiveNamedItem2
- 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
tofalse
and make sure to delete theRetakesAllocator/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 totrue
(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
- Update 2.4.0 by @oqyh in #174
- updating 2.4.0 by @oqyh in #176
- Cleanup new game data system and provide fallbacks to default sigs by @yonilerner in #177
Full Changelog: v2.3.19...v2.4.0
v2.3.19 Sig Updates
v2.3.18 Sig Updates
What's Changed
- update GiveNamedItem2 19-12-24 by @shaikhnedab in #171
Full Changelog: v2.3.17...v2.3.18
Fix lag on !guns command
What's Changed
- Update OnWeaponCommandHelper.cs by @shaikhnedab in #170
Full Changelog: v2.3.16...v2.3.17
Remove custom GameData
v2.3.16 Update PluginInfo.cs
v2.3.15
Update PluginInfo.cs
GameData fix
v2.3.13 Update PluginInfo.cs
Quickfix GameData
v2.3.12 2.3.12
2.3.11 - Plugin Recompile
v2.3.11 2.3.11