Sam Vanheer
Sam Vanheer
Which version of the game was this demo recorded with? Only demos recorded with the current version can be properly played. Providing the demo file should allow a Valve developer...
The model name (`cheap_leather_office_chair_black`) is too long. Shorten it to 31 ASCII characters or fewer (excluding file extension). Note that this check does not exist in the OpenGL version of...
Were you playing the map using the OpenGL renderer or the Software renderer before this update?
> > Were you playing the map using the OpenGL renderer or the Software renderer before this update? > > OpenGL. Only the Software renderer has this check which is...
This happens because when the prediction code was added, the code that sets the next primary attack time was moved. Compare SDK 1.0 with the current SDK: https://github.com/twhl-community/HalfLifeSDKHistory/blob/b3db8f14e3c77b6f219bf3ea7edc1f0a58a0605c/dlls/crowbar.cpp#L264 https://github.com/ValveSoftware/halflife/blob/c7240b965743a53a29491dd49320c88eecf6257b/dlls/crowbar.cpp#L307 So...
You're welcome. I collected the old official releases and put them here if you need to find the older SDK versions and stuff: https://github.com/twhl-community/OldValveReleases/releases/tag/releases
NPC corpses and player corpses are different types of entities. NPC corpses are treated as solid, player corpses are non-solid: https://github.com/ValveSoftware/halflife/blob/c7240b965743a53a29491dd49320c88eecf6257b/dlls/world.cpp#L200-L206
They are server cvars because you can peek around corners with this feature by setting the angle to something more extreme like 90 degrees. Before the feature was removed decades...
Because the game was meant to have this feature. It was probably removed due to problems with cheating in multiplayer. Games and mods should be able to disable it in...
This seems to be a common misunderstanding. They increased the **global** maximum amount of dynamic sounds that can be played concurrently, not the maximum number of per-entity channels. This limit...