Roman Chistokhodov
Roman Chistokhodov
Garg size is increased in Opfor to allow hitting it with projectiles like shock beams and spores. Otherwise they just fly through the model unless you aim at the legs....
If sequence mdl (01, 02, etc.) is missing and game is trying to use the sequence, the client crashes in `CStudioModelRenderer::StudioCalcBoneQuaterion`. I wonder if it's possible to handle in the...
If all players of the team left the game, the entry for this team is still showing in the scoreboard. 1. Create a teamplay game 2. Let another client join...
This is a bug in original Half-Life that exists in this sdk as well Start a teamplay game. Set `allow_spectators` to 1, call `spectate` to put yourself to spectators. Let...
https://github.com/FWGS/hlsdk-portable/blob/b1644675c40b3dae0f90c4a59b133fe08eac6d6f/dlls/controller.cpp#L1203 https://github.com/FWGS/hlsdk-portable/blob/b1644675c40b3dae0f90c4a59b133fe08eac6d6f/dlls/nihilanth.cpp#L1472 https://github.com/FWGS/hlsdk-portable/blob/b1644675c40b3dae0f90c4a59b133fe08eac6d6f/dlls/combat.cpp#L1360-L1362 https://github.com/FWGS/hlsdk-portable/blob/b1644675c40b3dae0f90c4a59b133fe08eac6d6f/dlls/combat.cpp#L1488-L1490 This doesn't affect much as vecDir is used only in calculation of blood decal trace and (incorrectly) in alien grunt ricochet tracer code. Do you think...
The following code completely ignores the fps of the model sequence if the number of frames is 1, effectively treating the sequence like if it had fps = 1. https://github.com/FWGS/hlsdk-portable/blob/e53009991a48cce8eea8bacc474ef886c4b70db5/dlls/animation.cpp#L250-L260...
If you set low or too high value for a damage of entity derived from `CGrenade`, the values sent in `TE_EXPLOSION` and `TE_SMOKE` are getting overflown, because they're sent as...
I wonder if it's possible, at least on Windows. I remember in the past seeing "has stopped working" message in some applications and if VS is installed it even suggested...
The `controller` from entvars_t has been changed from `FIELD_INTEGER` to the array of `FIELD_CHARACTER` in https://github.com/twhl-community/halflife-updated/commit/89610a2d538064fba04aea9a390b8ad54b7f499d Now it's not handled in `EntvarsKeyvalue` thus the error message. Setting the `controller` directly...