Next engine release on spring extracts once hardcoded modifiers:
moverotate: Free rotation with alt+mmb drag on spring camera
movetilt: Rotation on x axis with ctrl+mousewheel on overhead and spring camera
movereset: Instant zoomin zoomout on certain camera states with alt pressed
Engine defaults already bind these, and I notice TAPrime uses default engine binds or users binds.
If you wish to force these modifiers to be defined you can:
{ "Any+ctrl", "movetilt" }, // rotates the camera over the x axis on mousewheel move
{ "Any+alt", "movereset" }, // resets camera state to maxzoom/minzoom on mousewheel move, additionally resets tilt on Overhead cam
{ "Any+alt", "moverotate" }, // rotates the camera in x and y axis on mmb move (Spring cam)
If these modifiers aren't bound they won't be applied.
Next engine release on spring extracts once hardcoded modifiers:
moverotate: Free rotation with alt+mmb drag on spring cameramovetilt: Rotation on x axis with ctrl+mousewheel on overhead and spring cameramovereset: Instant zoomin zoomout on certain camera states with alt pressedEngine defaults already bind these, and I notice TAPrime uses default engine binds or users binds.
If you wish to force these modifiers to be defined you can:
If these modifiers aren't bound they won't be applied.