Vs-Saxton-Hale-2
Vs-Saxton-Hale-2 copied to clipboard
Downloads broken since v2.13
Ever since the release of v2.13, the downloads for the default hale models (like CBS, Bunny, etc.) no longer work. Additionally, none of the sounds are precached, causing them to simply not play.
The culprit seems to be the commented out code in handler.sp: https://github.com/VSH2-Devs/Vs-Saxton-Hale-2/blame/develop/addons/sourcemod/scripting/modules/handler.sp, where previously, several AddXToDownloads calls were present which took care of adding the downloads. It seems like since that change, all downloads have to be added to the vsh2.cfg, but this was not done while refactoring (lost about an hour trying to figure out while nothing got downloaded...).
Can you please either uncomment the code again or add the downloads into the default config (maybe commented out)?