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

Steam overlay #119

Closed ForgottenKryos closed 4 years ago

ForgottenKryos commented 4 years ago

Hi! When i Enable Camera (Insert) Steam overlay doesn't work. How can i fix this? Want take more screenshots in Steam, but don't can.

FransBouma commented 4 years ago

which game/camera? Anyway, I haven't heard of this before, how do you know the overlay doesn't work?

ForgottenKryos commented 4 years ago

I use function Enable / Disable Camera (Insert) in game. When i try take screenshot or use TAB+SHIFT, Steam overlay don't react. Until I click again Insert (Disable free camera).

FransBouma commented 4 years ago

I asked 'which game/camera' ? It might be due to imput blocking. If you press numpad . it will enable input to the game again. pressing a key should then work ok.

ForgottenKryos commented 4 years ago

Please, just take a look. If you don't understand what I mean.

FransBouma commented 4 years ago

I understand what you mean, you haven't tried what I said, nor answered my question. Did you try numpad . to enable keyboard input?

ForgottenKryos commented 4 years ago

Omg, i don't see "." symbol in you reply! And don't understand how activate / diactivate Numpad should help me! Yeah, now it works and i can takes screenshots, thanks!

ForgottenKryos commented 4 years ago

Sorry, i really don't see "." symbol in you reply. Thank you.

FransBouma commented 4 years ago

By default I block the input of the device you choose for the camera movement to the game. So if you choose 'gamepad' and you enable the camera, gamepad input is blocked, but not keyboard/mouse. You can switch that on/off with numpad . by default (you can configure which key in the client GUI). By default both keyboard/mouse and gamepad are camera devices, so if you enable the camera, keyboard input is blocked to the game so the game never sees the keys you press.

Numpad . is the key next to Numpad 0, the dot/del key on the numpad.

ForgottenKryos commented 4 years ago

By default I block the input of the device you choose for the camera movement to the game.

I see.

Numpad . is the key next to Numpad 0, the dot/del key on the numpad.

Yeah, now i understand what key you mean. Thank you so much! And for this mod too!