ReGameDLL_CS icon indicating copy to clipboard operation
ReGameDLL_CS copied to clipboard

Installation post-anniversary brings Half-Life view bobbing.

Open Damsen117 opened this issue 1 year ago • 9 comments

What title says. After installing this on a CS 1.6 annivesary server, it makes all players have view bobbing like seen in Half-Life where our view gets tilted either left or right. Is there any work on this for anniversary builds?

Damsen117 avatar Dec 05 '23 21:12 Damsen117

Its not related to regamedll

dystopm avatar Dec 05 '23 21:12 dystopm

It is, because it only happens when i install it.

Damsen117 avatar Dec 06 '23 22:12 Damsen117

It is, because it only happens when i install it.

Bobbing was added on the last anniversary update. ReGameDLL is a server-side modification, cl_bob cvar was changed for all steam clients. Check https://github.com/ValveSoftware/halflife issues.

If you are sure enough of your words anyway, provide more information about what are you installing, versions of everything, and multimedia if needed.

dystopm avatar Dec 07 '23 01:12 dystopm

It's just a clean server. Install the latest version of a anniversary server (December 1st), and then replace the mp.dll from here. And there you have the view bobbing back again when before it didn't. It's very easily replicated. Regamedll will have to address this for anniversary builds for bringing that feature back. Try it yourself.

Damsen117 avatar Dec 07 '23 12:12 Damsen117

It's just a clean server. Install the latest version of a anniversary server (December 1st), and then replace the mp.dll from here. And there you have the view bobbing back again when before it didn't. It's very easily replicated. Regamedll will have to address this for anniversary builds for bringing that feature back. Try it yourself.

I tried myself in a listen server and I see the bobbing. I did not need to install regamedll. https://github.com/ValveSoftware/halflife/issues/3691

dystopm avatar Dec 07 '23 15:12 dystopm

View bobbing is client related and regamedll is a server DLL. You should demand the "fix" from Valve themselves.

ghost avatar Dec 07 '23 18:12 ghost

I also experience the same thing.

ImBenny95 avatar Jan 10 '24 21:01 ImBenny95

I also experience the same thing.

Not regamedll related, see posts above

dystopm avatar Jan 10 '24 21:01 dystopm

I think what they're referring to is sv_rollangle which is 0 by default in post-25th anniversary game DLLs. Since regameDLL was based on an older build, it doesn't have knowledge for this CVAR and leaves it set to 2 (engine default). Bobbing is related to client and cannot be changed (unless you find a way to use the older client.dll without beta-style bobbing). To fix rollangle, simply add: sv_rollangle 0 to server.cfg (listenserver.cfg if you are creating server from game).

eXPc023 avatar Feb 19 '24 14:02 eXPc023