-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Linux soundscapes #448
base: master
Are you sure you want to change the base?
Conversation
Did you mean KeyValues::SetUseGrowableStringTable? At no point do we use it in the game code. |
Hi back. Yes, I corrected it. I'm sorry for assumming such situation. I want to inform you that after dealing with my KV's conflicting issue, I don't get the soundscapes error output in console neither in my Linux server, if useful. News: here is the solution, caused by another problem. The Linux tier0 and vstdlib libraries, that are linked when the 2013 server/client are launched, are out of sync with SDK. This also causes problems with command line functions and debug messages, as you could go and see I reported in Tier0 problems on Ubuntu 64 bit. But in the same
From the above commands you can observe the library names ending in |
ValveSoftware/source-sdk-2013#416 ValveSoftware/source-sdk-2013#532 ValveSoftware/source-sdk-2013#448 ValveSoftware/source-sdk-2013#515 ValveSoftware/source-sdk-2013#502 ValveSoftware/source-sdk-2013#486 ValveSoftware/source-sdk-2013#381 ValveSoftware/source-sdk-2013#442 ValveSoftware/source-sdk-2013#380 ValveSoftware/source-sdk-2013#362
-Fixed npc_manhack not notifying npc_template_maker/npc_maker when thrown and destroyed with gravity gun ValveSoftware/source-sdk-2013#362 -Fixed server physics when server has custom tickrate ValveSoftware/source-sdk-2013#515 -Fixed infinite recursion by using incorrect key on value conversation ValveSoftware/source-sdk-2013#380 -Fix dereferencing null if m_iActiveSound is no longer valid index by save restore ValveSoftware/source-sdk-2013#381 -Fix Linux soundscapes ValveSoftware/source-sdk-2013#448 -Fix typo in logical expression ValveSoftware/source-sdk-2013#502
The soundscape keyvalues loaded using IFileSystem::LoadKeyValues returns incorrect data and fails to setup soundscapes correctly. This means soundscapes don't work at all, in any map.
This has been reported to other mods, surprisingly nobody has brought it up here. Don't know if this has any effect on SP. Haven't investigated if it's because of IFileSystem::TYPE_SOUNDSCAPE.