Skip to content

Can I use the VR crosshair in non VR 3rd person mode to simulate bullets coming from barrel? #869

Discussion options

You must be logged in to vote

It is unfortunately not that simple. The VR code in C++ is the one that makes the bullet come out of the muzzle instead of the center of the screen. In RE2/3 that is as simple as modifying a variable in the weapon configuration. In RE4 and the other games this is done by hooking the weapon firing function. You can make the 3D cross hair work outside of VR but will require some more in depth changes.

I'm not currently in a position at the moment to work on anything due to some unfortunate circumstances.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ErwinGunSmtih
Comment options

Answer selected by eheinzg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants