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

Failed to create directX device and swapchain! #117

Closed Evil-Raveen closed 4 years ago

Evil-Raveen commented 4 years ago

https://i.imgur.com/29oFpGr.jpg Run the game as Administrator https://i.imgur.com/rd3bg9O.jpg Failed to create directX device and swapchain! https://i.imgur.com/Z2Nn03N.jpg

FransBouma commented 4 years ago

Use: https://framedsc.github.io/GeneralGuides/universal_ue4_consoleunlocker.htm instead, it surpasses this camera and has all the features this one has too, I ported everything over.

Evil-Raveen commented 4 years ago

thanks