From 6ead279f82a02fa3196b87fe2d505aeae78e66e6 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Sat, 10 May 2025 14:25:08 +0200 Subject: [PATCH] [ZH] Fix: Add missing key mappings for Unit Camera Tracking and Fast Forward Replay to French --- .../GameFilesEdited/Data/French/CommandMap.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Patch104pZH/GameFilesEdited/Data/French/CommandMap.ini b/Patch104pZH/GameFilesEdited/Data/French/CommandMap.ini index 2379f4fed..f6a03f914 100644 --- a/Patch104pZH/GameFilesEdited/Data/French/CommandMap.ini +++ b/Patch104pZH/GameFilesEdited/Data/French/CommandMap.ini @@ -952,4 +952,19 @@ CommandMap CAMERA_RESET UseableIn = GAME End +; Patch104p @bugfix Adds missing key mapping. +CommandMap TOGGLE_CAMERA_TRACKING_DRAWABLE + Key = KEY_T + Transition = DOWN + Modifiers = SHIFT_ALT_CTRL + UseableIn = GAME +End + +; Patch104p @bugfix Adds missing key mapping. +CommandMap TOGGLE_FAST_FORWARD_REPLAY + Key = KEY_F + Transition = DOWN + Modifiers = NONE + UseableIn = GAME +End