FransBouma / InjectableGenericCameraSystem

This is a generic camera system to be used as the base for cameras for taking screenshots within games. The main purpose of the system is to hijack the in-game 3D camera by overwriting values in its camera structure with our own values so we can control where the camera is located, it's pitch/yaw/roll values, its FoV and the camera's look vector.
BSD 2-Clause "Simplified" License
718 stars 249 forks source link

Contribution for more precision. FOV Speed Modifer and slower speed with Ctrl. #7

Closed HMBM47 closed 7 years ago

HMBM47 commented 7 years ago

Thank you so much for this tool!

I only made the change to the Hitman keyboard camera. Feel free to transfer it to Tomb raider and the controller cameras as well. Feel free to clean up/adapt/rename/change/dispose of the code as you see fit. https://github.com/HMBM47/InjectableGenericCameraSystem

And if you're so inclined, check out some screens I've made with your tool: http://www.hitmanforum.com/t/the-hitman-screenshot-thread/145/910 Others on the thread are putting it to good use as well.

HMBM47 commented 7 years ago

I don't use Ctrl for Instinct so I don't have an issue with timestop stopping. So, pick a key. Any key. Haha.

HMBM47 commented 7 years ago

I learned how to properly do a Pull Request. (I think)