Strafe like in DMC Created 13 years ago2011-03-06 20:24:42 UTC by IngSoc IngSoc

Created 13 years ago2011-03-06 20:24:42 UTC by IngSoc IngSoc

Posted 13 years ago2011-03-06 20:25:29 UTC Post #291224
Yo! :)
I've been trying to find out how to make the screen tilt sideways in Half-Life, just like it happens in DMC..

i did search for lots of console commands, checked out the .cfg files, and nothing.

Could anybody tell me wich command or wich value to set so the screen can tilt similar to DMC when the player strafes?
Posted 13 years ago2011-03-06 21:48:57 UTC Post #291236
I think it has to be coded... but, I'm not sure.
Suparsonik SuparsonikI'm going off the edge to meet my maker.
Posted 13 years ago2011-03-09 12:21:23 UTC Post #291331
in client SDK -> view.cpp after:
view->angles[PITCH] -= bob * 0.3;
add
VectorCopy( view->angles, view->curstate.angles );
Posted 13 years ago2011-03-15 18:57:35 UTC Post #291758
Thanks a lot! Got the source code, changed the file.

But how can i compile it now? :\
Posted 13 years ago2011-03-16 02:01:49 UTC Post #291778
Do you have a compiler, like Visual Studio installed?
You must be logged in to post a response.