From 272a0cf914da780f286dac26ff04e1fa21beba33 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 27 Nov 2022 14:33:05 -0500 Subject: [PATCH] 3DS: Add sprint and crouch back to config --- ctr/nzportable/nzp/CONFIG.CFG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ctr/nzportable/nzp/CONFIG.CFG b/ctr/nzportable/nzp/CONFIG.CFG index b51ccb2..911b00a 100755 --- a/ctr/nzportable/nzp/CONFIG.CFG +++ b/ctr/nzportable/nzp/CONFIG.CFG @@ -47,6 +47,8 @@ bind "MOUSE2" "+forward" bind "ABUTTON" "+moveright" bind "BBUTTON" "+back" bind "XBUTTON" "+forward" +binddt "XBUTTON" "+forward %i; impulse 23" +binddt "BBUTTON" "+back %i; impulse 30;" bind "YBUTTON" "+moveleft" bind "LTRIGGER" "+aim" bind "RTRIGGER" "+attack"