View Issue Details

IDProjectCategoryView StatusLast Update
0000455Medieval EngineersEnhancementpublic2023-02-28 16:19
Reporterequinox Assigned Toequinox  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version0.7.4 (unreleased)Fixed in Version0.7.4 (unreleased) 
Summary0000455: Allow recentering camera when 3rd person is disabled
Description

When third person is disabled the camera switch hotkey doesn't do anything. Ideally it would minimally reset head yaw and recenter the cursor:

MyHud.Crosshair.Recenter();
var controlled = MyAPIGateway.Session.ControlledObject?.Get<MyCharacterMovementComponent>();
if (controlled != null)
  controlled.HeadYaw = 0;
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-02-25 15:50 equinox New Issue
2023-02-25 15:50 equinox Status new => assigned
2023-02-25 15:50 equinox Assigned To => equinox
2023-02-25 20:20 equinox Status assigned => in progress
2023-02-28 16:19 equinox Status in progress => resolved
2023-02-28 16:19 equinox Resolution open => fixed
2023-02-28 16:19 equinox Fixed in Version => 0.7.4 (unreleased)