About this mod
Use the FRV (Fast Recon Vehicle) with an AZERTY keyboard.
- Permissions and credits
- Changelogs
- Move Forward : Z
- Move Backward : S
- Turn Left : Q
- Turn Right : D
- Horn : H (v1.1.0)
- Handbrake : Space (v1.2.1)
- Shift Up : Left Shift (v1.2.1)
- Shift Down : Left Ctrl (v1.2.1)
📌 Easy Installation :
Place the "input_settings" file in:
➡️ C:\Program Files (x86)\Steam\userdata\[Your Profile Code]\553850\remote
✏️ Fully Customizable :
Want to tweak the controls ?
Simply open the "input_settings" file in a text editor and adjust the "vehicle" section to your liking !
------------------------------------------------------------------------------------
Véhicule de Reconnaissance Rapide (VRR) pour AZERTY
🚀 Prenez le contrôle total du VRR avec un clavier AZERTY ! 🚀
Ce mod optimise les commandes du Véhicule de Reconnaissance Rapide (VRR) pour les utilisateurs de claviers AZERTY, vous permettant ainsi de foncer à travers le champ de bataille sans difficulté liée aux touches.
- Avancer : Z
- Reculer : S
- Tourner à gauche : Q
- Tourner à droite : D
- Klaxon : H (v1.1.0)
- Frein à main : Espace (v1.2.1)
- Monter une vitesse : Maj Gauche (v1.2.1)
- Descendre une vitesse : Ctrl Gauche (v1.2.1)
📌 Installation facile :
Placez le fichier "input_settings" dans :
➡️ C:\Program Files (x86)\Steam\userdata\[Votre Code Profil]\553850\remote
✏️ Entièrement personnalisable :
Vous souhaitez modifier les commandes ?
Ouvrez simplement le fichier "input_settings" dans un éditeur de texte et ajustez la section "vehicle" selon vos préférences !
💾 Preview of the Config File :
💾 Aperçu du fichier de configuration :
Vehicle = {
Accelerate = [
{
trigger = "Hold"
device_type = "Keyboard"
input = "z"
threshold = 0.20000000298023224
input_type = "Button"
fixed_layout_id = 17
}
]
Brake = [
{
trigger = "Hold"
device_type = "Keyboard"
input = "s"
threshold = 0.20000000298023224
input_type = "Button"
fixed_layout_id = 31
}
]
TurnLeft = [
{
trigger = "Hold"
device_type = "Keyboard"
input = "q"
threshold = 0.20000000298023224
input_type = "Button"
fixed_layout_id = 30
}
]
TurnRight = [
{
trigger = "Hold"
device_type = "Keyboard"
input = "d"
threshold = 0.20000000298023224
input_type = "Button"
fixed_layout_id = 32
}
]
Horn = [
{
trigger = "Hold"
device_type = "Keyboard"
input = "h"
threshold = 0
input_type = "Button"
fixed_layout_id = 35
}
]
Handbrake = [
{
trigger = "Hold"
device_type = "Keyboard"
input = "space"
threshold = 0.0
input_type = "Button"
}
]
ShiftUp = [
{
trigger = "Press"
device_type = "Keyboard"
input = "left shift"
threshold = 0.0
input_type = "Button"
}
]
ShiftDown = [
{
trigger = "Press"
device_type = "Keyboard"
input = "left ctrl"
threshold = 0.0
input_type = "Button"
}
]
}