diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-07-11 22:52:55 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-07-11 22:52:55 +0200 |
commit | 11434f96cc26bc937adeb6db8ce17ed748d7220e (patch) | |
tree | 4f1371489df3b6011bed49bf1e03df0f847b411f /utils/gxt | |
parent | fix the fix (and another fix) (diff) | |
download | re3-11434f96cc26bc937adeb6db8ce17ed748d7220e.tar re3-11434f96cc26bc937adeb6db8ce17ed748d7220e.tar.gz re3-11434f96cc26bc937adeb6db8ce17ed748d7220e.tar.bz2 re3-11434f96cc26bc937adeb6db8ce17ed748d7220e.tar.lz re3-11434f96cc26bc937adeb6db8ce17ed748d7220e.tar.xz re3-11434f96cc26bc937adeb6db8ce17ed748d7220e.tar.zst re3-11434f96cc26bc937adeb6db8ce17ed748d7220e.zip |
Diffstat (limited to '')
-rw-r--r-- | utils/gxt/american.txt | 6 | ||||
-rw-r--r-- | utils/gxt/french.txt | 6 | ||||
-rw-r--r-- | utils/gxt/german.txt | 6 | ||||
-rw-r--r-- | utils/gxt/italian.txt | 6 | ||||
-rwxr-xr-x | utils/gxt/polish.txt | 6 | ||||
-rw-r--r-- | utils/gxt/russian.txt | 6 | ||||
-rw-r--r-- | utils/gxt/spanish.txt | 6 |
7 files changed, 42 insertions, 0 deletions
diff --git a/utils/gxt/american.txt b/utils/gxt/american.txt index cf71c958..d8f79f05 100644 --- a/utils/gxt/american.txt +++ b/utils/gxt/american.txt @@ -8094,6 +8094,12 @@ VIBRATION [FET_AGS] GAMEPAD SETTINGS +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + { end of file } [DUMMY] diff --git a/utils/gxt/french.txt b/utils/gxt/french.txt index 09a1f5c2..bd4acf96 100644 --- a/utils/gxt/french.txt +++ b/utils/gxt/french.txt @@ -8362,6 +8362,12 @@ VIBRATIONS [FET_AGS] GAMEPAD SETTINGS +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + { end of file } [DUMMY] diff --git a/utils/gxt/german.txt b/utils/gxt/german.txt index 4f7ee052..5f5c53c4 100644 --- a/utils/gxt/german.txt +++ b/utils/gxt/german.txt @@ -8179,6 +8179,12 @@ Vibration : [FET_AGS] KONTROLLEREINSTELLUNGEN +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + [DUMMY] THIS LABEL NEEDS TO BE HERE !!! AS THE LAST LABEL DOES NOT GET COMPILED diff --git a/utils/gxt/italian.txt b/utils/gxt/italian.txt index 54c9fee8..803b7fbf 100644 --- a/utils/gxt/italian.txt +++ b/utils/gxt/italian.txt @@ -8191,6 +8191,12 @@ VIBRAZIONE [FET_AGS] GAMEPAD SETTINGS +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + [DUMMY] THIS LABEL NEEDS TO BE HERE !!! AS THE LAST LABEL DOES NOT GET COMPILED
\ No newline at end of file diff --git a/utils/gxt/polish.txt b/utils/gxt/polish.txt index 39727554..33716291 100755 --- a/utils/gxt/polish.txt +++ b/utils/gxt/polish.txt @@ -8100,6 +8100,12 @@ WIBRACJA [FET_AGS]
GAMEPAD SETTINGS
+[FEM_PED]
+PED DENSITY
+
+[FEM_CAR]
+CAR DENSITY
+
{ end of file }
[DUMMY]
diff --git a/utils/gxt/russian.txt b/utils/gxt/russian.txt index 3a723aa2..221e59f5 100644 --- a/utils/gxt/russian.txt +++ b/utils/gxt/russian.txt @@ -8102,6 +8102,12 @@ DUALSHOCK 4 [FET_AGS] НАСТРОЙКИ ГЕЙМПАДА +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + { end of file } [DUMMY] diff --git a/utils/gxt/spanish.txt b/utils/gxt/spanish.txt index b2e418dd..5f108d3b 100644 --- a/utils/gxt/spanish.txt +++ b/utils/gxt/spanish.txt @@ -8161,6 +8161,12 @@ VIBRACIÓN [FET_AGS] AJUSTES DE MANDO +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + { end of file } [DUMMY] |