From 0ac6d6fd57484f3f0e03dc34c6f9b8dcf1c10f42 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 29 Dec 2024 01:55:56 -0500 Subject: [PATCH] keybindings via the command line are not very reliable. Created a readme instead. --- .launch/TobyCustom/Project_Brutality.sh | 14 -------------- .launch/TobyCustom/Project_BrutalityLatest.sh | 14 -------------- .launch/TobyCustom/README.ProjectBrutality | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 28 deletions(-) create mode 100644 .launch/TobyCustom/README.ProjectBrutality diff --git a/.launch/TobyCustom/Project_Brutality.sh b/.launch/TobyCustom/Project_Brutality.sh index b7877a0..310a0d4 100755 --- a/.launch/TobyCustom/Project_Brutality.sh +++ b/.launch/TobyCustom/Project_Brutality.sh @@ -26,20 +26,6 @@ fi source ${BASH_SOURCE[0]%/*}/.mapmenu flags=( - # Key binding removals - 'unbind' 'alt' - 'unbind' 'F' - 'unbind' 'G' - 'unbind' 'U' - 'unbind' 'V' - # Key bindings - 'bind' 'alt' '+altattack' - 'bind' 'Ctrl' '+attack' - 'bind' 'F' '+User2' - 'bind' 'G' '+User1' - 'bind' 'U' 'unreloader' - 'bind' 'V' '+User2' - # Variables '+pb_exaggeratedrecoil' 'false' '+pb_weapon_recoil_mod_horizontal' '0' '+pb_weapon_recoil_mod_vertical' '0' diff --git a/.launch/TobyCustom/Project_BrutalityLatest.sh b/.launch/TobyCustom/Project_BrutalityLatest.sh index 62385b6..27b8f37 100755 --- a/.launch/TobyCustom/Project_BrutalityLatest.sh +++ b/.launch/TobyCustom/Project_BrutalityLatest.sh @@ -25,20 +25,6 @@ fi source ${BASH_SOURCE[0]%/*}/.mapmenu flags=( - # Key binding removals - 'unbind' 'alt' - 'unbind' 'F' - 'unbind' 'G' - 'unbind' 'U' - 'unbind' 'V' - # Key bindings - 'bind' 'alt' '+altattack' - 'bind' 'Ctrl' '+attack' - 'bind' 'F' '+User2' - 'bind' 'G' '+User1' - 'bind' 'U' 'unreloader' - 'bind' 'V' '+User2' - # Variables '+pb_exaggeratedrecoil' 'false' '+pb_weapon_recoil_mod_horizontal' '0' '+pb_weapon_recoil_mod_vertical' '0' diff --git a/.launch/TobyCustom/README.ProjectBrutality b/.launch/TobyCustom/README.ProjectBrutality new file mode 100644 index 0000000..4219e84 --- /dev/null +++ b/.launch/TobyCustom/README.ProjectBrutality @@ -0,0 +1,14 @@ +In your ~/.config/gzdoom/gzdoom.ini file, if you do not have these four sections create them at the end. If they are there, you can just update the keybindings. It should look like this: + + +[Doom.PBInteractions.Bindings] + +[Doom.PBInteractions.DoubleBindings] + +[Doom.PBAdvMoves.Bindings] +F=+User2 +G=+User1 +U=unreloader +V=+User4 + +[Doom.PBAdvMoves.DoubleBindings]