Przejdź do treści
Bity zamieszek

Bity zamieszek

  • Dom
  • Aktualności
  • Przewodniki
  • Przewodniki wideo
  • Opis zmian
  • Zgłoś nadużycie
  • Przełącz formularz wyszukiwania

F1 2020 – Logitech G923 Configuration/Rebinding Guide

Wysłany dnia 07/31/2022 Przez samβo Brak komentarzy NA F1 2020 – Logitech G923 Configuration/Rebinding Guide
  • Tytuł: F1 2020 – Logitech G923 Configuration/Rebinding Guide
  • Data wydania:
  • Wywoływacz:
  • Wydawca:
Information about F1 2020 – Logitech G923 Configuration/Rebinding Guide is still incomplete. Pomóż nam wypełnić szczegóły gry za pomocą tego formularz kontaktowy.

If you encounter issues with using your G923 with the F1 2020 gra, such as the buttons in the menu appear to be configured strangely, or you are are unable to rebind your menu keys because a ‘preset already exists’; Wtedy ten przewodnik jest dla Ciebie.

This guide is specifically for using the G923 in F1 2020, and will show you how to reconfigure the menu bindings in the game files to make a bit more sense, or as you see fit.

Background – Issues with stock G923 configuration

It is obvious from when you first plug in your device that something isn’t quite right with the stock configuration of the G923. To go ‘back’ w menu, you must press square instead of circle (on Xbox, this would be equivalent to using X instead of B), and the buttons required to be used in the menu of My Team do not make sense. Left and right ‘triggers’ are bound to the ‘Share’ and ‘Options’ pikolak, and the Pause menu is bound to R2.

Because this is a licensed controller with a preset provided by Codemasters, the game doesn’t allow you to edit the menu functions in-game at all. This is a big oversight and a bit silly, especially when you run into issues like this, where the presets are incorrect out-of-the-box.

After a bit of digging online, I found a single entry on a ticket on the Codemasters forums. Cypis666 mentioned they had edited the preset in the gamefiles itself. A big thank you to them for doing this digging and finding that it could be edited!

I spent a good hour or so reverse-engineering the button positions and setting up my wheel in a way I thought makes more sense, and I thought I would put together a guide to help others using the same wheel.

Re-configuring your G923

NOTATKA: THIS GUIDE HAS CURRENTLY ONLY BEEN VERIFIED FOR THE PLAYSTATION VARIANT OF THE G923. THIS SHOULD WORK FOR THE XBOX VERSION TOO, BUT I HAVE NOT DONE IT MYSELF.NOTATKA: IN THE EVENT YOU RUIN YOUR PRESET COMPLETELY OR BREAK IT, DELETE THE PRESET FROM THE GAMEFILES AND VERIFY THE GAME CACHE. THIS SHOULD RETURN IT TO THE DEFAULT STATE.

STEP 1

Locate the logitech_g923_ps.xml configuration file in the F1 2020 game folder. It should be in your steam library folder/SteamApps/common/F12020/actionmaps/logitech_g923_ps.xml

STEP 2

Open the xml file using a text editor like Notepad++. You will see a list of entries assigning certain actions in-game to certain buttons on the controller. An example is shown below.

STEP 3

Using the syntax “di_button_X”, with X being the number indicated on the image below, configure your controller as you please. Na przykład, one of the first things I did was change ‘Menu Start’ to di_button_8, and ‘Menu Back’ to di_button_2.

Notatka: It is also possible to add a binding for ‘Menu Right Stick Click’ in the config file, as it was unbound in the in-game menu. I am unsure if it is ever used in-game, Jednakże.

IMPORTANT NOTE: IN-GAME, BUTTON NUMBERING STARTS FROM 1. IN THE XML FILE, BUTTON NUMBERING STARTS AT 0. ESSENTIALLY, 0=1, 1=2, AND SO ON.
STEP 4

Once you have configured your G923 as you wish, save the file and boot the game! Notatka: If the in-game binding for ‘Pause’ has not been changed, it will still pause your game in My Team mode when you press R2. Jednakże, as it is a game binding, not a menu binding, you should be able to rebind it in-game without a problem.

Suggested G923 Menu Actionmap configuration

Below is the configuration I ended up using. You may use it if you wish, just replace the bound actions with the mapping as written.

<Action actionName="Menu Accept">
<Axis axisName="di_button_0" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Start">
<Axis axisName="di_button_8" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Back">
<Axis axisName="di_button_2" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu DPad Up">
<Axis axisName="di_dpad_0_up" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu DPad Left">
<Axis axisName="di_dpad_0_left" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu DPad Right">
<Axis axisName="di_dpad_0_right" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu DPad Down">
<Axis axisName="di_dpad_0_down" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Up">
<Axis axisName="di_dpad_0_up" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Left">
<Axis axisName="di_dpad_0_left" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Right">
<Axis axisName="di_dpad_0_right" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Down">
<Axis axisName="di_dpad_0_down" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="MFD Menu Up">
<Axis axisName="di_dpad_0_up" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="MFD Menu Right">
<Axis axisName="di_dpad_0_right" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="MFD Menu Down">
<Axis axisName="di_dpad_0_down" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="MFD Menu Left">
<Axis axisName="di_dpad_0_left" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Extra1">
<Axis axisName="di_button_1" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Extra2">
<Axis axisName="di_button_3" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Shoulder Left">
<Axis axisName="di_button_5" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Shoulder Right">
<Axis axisName="di_button_4" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Trigger Left">
<Axis axisName="di_button_7" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Trigger Right">
<Axis axisName="di_button_6" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Left Stick Click">
<Axis axisName="di_button_11" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Right Stick Click">
<Axis axisName="di_button_10" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Special">
<Axis axisName="di_button_9" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>

To wszystko, co dzisiaj udostępniamy w tym przewodniku. Ten przewodnik został pierwotnie stworzony i napisany przez samβo. Na wypadek, gdybyśmy nie zaktualizowali tego przewodnika, możesz znaleźć najnowszą aktualizację, postępując zgodnie z tym połączyć.

Jeśli uważasz, że jakakolwiek treść na tej stronie narusza Twoje prawa, w tym Twoje prawa własności intelektualnej, prosimy o niezwłoczny kontakt za pomocą naszego formularza kontaktowego.
Przewodniki

Nawigacja po wpisach

Poprzedni post: Lawn Mowing Simulator Controller Sensitivity Tweaks
Następny post: Metal Gear Solid V: The Phantom Pain – All FOB-unlockable uniforms

Zostaw odpowiedź Anuluj odpowiedź

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są zaznaczone *

  • Tytuł: F1 2020 – Logitech G923 Configuration/Rebinding Guide
  • Data wydania:
  • Wywoływacz:
  • Wydawca:
Information about F1 2020 – Logitech G923 Configuration/Rebinding Guide is still incomplete. Pomóż nam wypełnić szczegóły gry za pomocą tego formularz kontaktowy.

Zastrzeżenie

Wszystkie cytowane treści pochodzą z odpowiednich źródeł. Jeśli uważasz, że wykorzystaliśmy Twoje treści bez pozwolenia, upewnij się, że się z nami skontaktujesz, a my potraktujemy to poważnie.
  • O nas
  • Skontaktuj się z nami
  • Polityka prywatności
  • Warunki usługi

Prawo autorskie © 2025 Bity zamieszek.

Zasilany przez Prasa Książka Aktualności Motyw WordPressa