It’s not a tradition to ask for some advanced/qualified help on the forums , but if you mind please help :3
.
The problem is camera. I was trying to make two types of cameras but didn’t succeed in any of those.
.
CASE 1. Chase Camera. A camera which would follow the player from a certain angle and pitch. Now I only know how to make simple chasecam (behind player's back)
Spoiler: with this code. (Open)Howether, If I change int a = GetActorAngle (0); to int a = GetActorAngle (“any number here”);
Camera will stick to Player under angle 0° only, which is nearly what I need. But I always need to follow Player under this cinematic angle and pitch for example. I really don’t know how to code/change it. How can I set angle and pitch that I want?
.
I have a wad file if you feel like trying to help.
.
CASE 2. Aiming camera. A security camera which would aim the player. It’s item-side workable only, so there is no way to provide camera to Player’s TID with ACS :[ Or is there any?




I'm not too deep in this problem for now, but
totally forgot about it.