Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
CHADALAK1's avatar
CHADALAK1
Explorer
12 years ago

ADS and locking cursor in middle

I'm having an issue with the new Sept. UDK and understanding how to lock the crosshair in the middle with a bool. is there a way to do so?

2 Replies

Replies have been turned off for this discussion
  • artyom17's avatar
    artyom17
    Expert Protege
    There are two aim modes: Separate (the default one) and Normal (when aim is strictly on the center). You can switch between the two by using Oculus.SetAimMode function (SetAimMode(OMA_Normal) and SetAimMode(OMA_Separate)). You can do it via console command 'SetAimMode 0' / 'SetAimMode 1' too. Refer to Engine/Classes/Oculus.uc for details.
  • THANK YOU THANK YOU THANK YOU!!! ^_^!!!!!!! that solved everything ^_^!! oculus still best forum support :D

    Hope this helps peeps elsewhere too!