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
709 stars 248 forks source link

Hotsampling since 1.1 #141

Closed NobuyukiMatsuhisa closed 3 years ago

NobuyukiMatsuhisa commented 3 years ago

Since the CP77 1.1 update, I have found that Hotsampling will no longer actually resize the game window. The camera client says the game window has been resized, but when a screenshot is taken, the image is in the original resolution.

Simply put, Hotsampling seems to no longer have any effect. It was working perfectly before the game update.

FransBouma commented 3 years ago

This is caused by a bug in Cyber Engine Tweaks. You have to wait for them to release a new update or build the code from source from their repo (https://github.com/yamashi/CyberEngineTweaks). If you're not using Cyber Engine Tweaks, then I don't know, but it's highly likely that.