View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 01-31-2018 , 10:02   Re: Forcing run forward (+forward)
Reply With Quote #4

After some testing and then inspecting some engine code I just found out that you can't change usercmd with set_uc because a copy of it is passed to CmdStart. Look like you can't do much without Orpheu or Okapi.

Also to make them move in certain direction you are supposed to change UC_ForwardMove, UC_SideMove and UC_UpMove, not just set IN_FORWARD.
__________________

Last edited by klippy; 01-31-2018 at 10:02.
klippy is offline