xenia
xenia copied to clipboard
Found: Pitch & Yaw Offsets For Gears of War 3 & Others, Along With Applicable Unreal Engine 3 Classes
@emoose Not a bug report, but I know you don't frequent the Discord often, so I thought I'd share my findings.
### Gears of War 3: Camera Offsets in Memory and XEX Functions
Memory Locations: Y-Axis: dword at 1437612A0 X-Axis: dword at 1437612A4
XEX: sub_82579440: MoveActor address: 825794EC sub_82A08250: ActorTicker address: 82A0B430
sub_825FCC80: Pawn (SetViewRotation) address: 825FD418
Hopefully you find this information useful. Most third-person Unreal Engine 3 games cooked using any post Sep-09 revision of UDK use the same engine classes for determining camera offsets. Let me know if you ever need any additional information about how Camera works in UE3.