ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.82k stars 2.01k forks source link

SMG1 view model doesn't animate when walking or running #278

Open geotavros opened 10 years ago

geotavros commented 10 years ago

This is also present in HL2:DM but not in HL2 singleplayer. When walking all weapons(their view models) are moving left and right thus showing the player is walking. Since some latest updates SMG1 have lost this behavior and doesn't move left and right during walking or running.

geotavros commented 10 years ago

same with AR2 weapon

NicolasDe commented 10 years ago

SMG1 and AR2 use CHL2MPMachineGun as a base class, CHL2MPMachineGun doesn't have this feature by default. But you can copy it from the other base class by yourself, it's called CalcViewmodelBob if I am right.

Deepzz-Nofake commented 11 months ago

its 2023 and no one solve it :( i added CalcViewmodelBob on CHL2MPMachineGun its still doesnt work

Deepzz-Nofake commented 8 months ago

oops nvm someone make tutorial how to fix it https://youtu.be/reVpIiCZi6Q?si=51ftSavzA4MHpjho problem solved!