Page MenuHomeFeedback Tracker

Zeus camera mouse controls freeze
Feedback, NormalPublic

Description

Zeus camera mouse controls freeze when

curatorCamera setVectorDirAndUp [[0,0,-1], [0,1,0]];

is run from the console

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Zeus - General
Steps To Reproduce

Create new mission with zeus game master module synced to the player
Start mission
Open zeus (press Y)
Run this code from the console:

curatorCamera setVectorDirAndUp [[0,0,-1], [0,1,0]];

Zeus camera should now ignore mouse input from buttons which means the camera cannot be rotated via mouse

Event Timeline

gc8 created this task.Jun 4 2021, 11:29 AM
dedmen added a subscriber: dedmen.Jun 4 2021, 3:10 PM

Wow what a find :D
Zooming still works.
Keyboard input (WASD) is broken too, but Q/Y works

dedmen claimed this task.Jun 4 2021, 3:13 PM
dedmen changed the task status from New to Assigned.
dedmen set Ref Ticket to AIII-54276.
dedmen changed the task status from Assigned to Feedback.Jun 4 2021, 5:54 PM

Zeus camera generally doesn't support looking straight down.
Minimum pitch is 0.01 rad

you are forcing camera past the limit that was hardcoded into it.
Fixed in 2.06