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
716 stars 249 forks source link

Hitman 2016: Linux support? #60

Closed ghost closed 6 years ago

ghost commented 6 years ago

I would like to be able to use this on the Linux build of the game. Is there any chance at all a Linux port will be made in the future?

Thanks, Josh

FransBouma commented 6 years ago

No don't think so, as I don't know how to inject a lib.so (the linux variant of a dll) in a running linux process, sorry.