From fdba857464d1bc0232da1b5587b1a32bc4c8076e Mon Sep 17 00:00:00 2001 From: Mads Buvik Sandvei Date: Fri, 3 Nov 2023 01:21:45 +0100 Subject: [PATCH] Document the "player movement ignores animation" setting. --- docs/source/reference/modding/settings/game.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/reference/modding/settings/game.rst b/docs/source/reference/modding/settings/game.rst index c88ae4e28f..215e060b1c 100644 --- a/docs/source/reference/modding/settings/game.rst +++ b/docs/source/reference/modding/settings/game.rst @@ -517,3 +517,13 @@ will not be useful with another. * 0: Axis-aligned bounding box * 1: Rotating box * 2: Cylinder + +player movement ignores animation +-------------------------- + +:Type: boolean +:Range: True/False +:Default: False + +In third person, the camera will sway along with the movement animations of the player. +Enabling this option disables this swaying by having the player character move independently of its animation.