Home

Awesome

IbLogiSoftExt

Languages: English, 简体中文

An extension for Logitech Gaming Software.

Features

Supported version

Tested devices

DeviceDescription
G600G6~G20 work; G4~G5 need some special settings, or use XButton1 and XButton2 instead
G300sG4~G9 work
G700sG4~G11 work. Not need Automatic Game Detection. (#1)

(If not mentioned, G1~G3 need some special settings to work, but it's recommended to use LButton, RButton and MButton instead)

Installation

  1. Install Logitech Gaming Software v9.02.65 x64, exit it via tray icon.
  2. Download release files from Releases.
  3. Put the winmm.dll in the release files into C:\Program Files\Logitech Gaming Software .
  4. Restart Logitech Gaming Software, turn on Automatic Game Detection mode.
  5. Run RemappingTest.ahk (included in the release files) to test the remapping.

Configuration

If you don't like the default behavior, you can modify it by following the steps below:

  1. Create winmm.dll.yaml in the same directory the winmm.dll in.
  2. Refer to the following content to edit it:
# YAML
# LGS crashes when unplugging Logitech devices on some computers. This option will automatically restart LGS in this case. (IbParentProcessGuard.exe is required, and DisableWER.reg is recommanded to avoid Windows recording crashes.)
ProcessGuard: false
Memory:
  # If you have enough memory, you can turn it off.
  EmptyWorkingSetOnStartup: true
Mouse:
  # Whether or not to remap G1~G3. Sometimes may cause problems if turned on. (#1)
  RemapG123: false

(UTF-8 encoding)

Credits

This project uses the following libraries:

See Also