Skip to content

Releases: GenesisFR/Metro2033ConfigEditor

1.34

30 Jul 07:52
Compare
Choose a tag to compare

New features

  • added high DPI support
  • added a warning dialog box when controllers cannot be enabled/disabled
  • added Requirements section in the readme

Fixes

  • fixed a crash when clicking the Start benchmark button while the game directory wasn't specified

Changes

  • disabled controller settings when disabling controller
  • xinput files will no longer be modified if the state of the controller Enabled checkbox hasn't changed
  • minor code refactoring

1.33

16 Jul 10:05
Compare
Choose a tag to compare

New features

  • added a Start benchmark button

Changes

  • updated credits
  • minor code refactoring

1.32

01 Jul 17:04
Compare
Choose a tag to compare

New features

  • added support for controller preset, vibration, movement, sensitivity, aim sensitivity, aim assist and invert Y axis
  • added local config as a fallback

Fixes

  • fixed controller enabling logic which was inverted
  • fixed a crash when enabling/disabling controller while the game directory wasn't specified

Changes

  • minor UI changes
  • moderate code refactoring

1.31

30 Jun 22:55
Compare
Choose a tag to compare

New features

  • added an option to disable controllers

Fixes

  • fixed tooltips not displayed long enough
  • fixed an issue with volume settings that was causing changes to be detected while nothing was changed

Changes

  • simplified tooltip text

1.30

24 Jun 23:59
Compare
Choose a tag to compare

New features

  • added support for mouse invert Y axis
  • added saved games path

Fixes

  • fixed missing word in vsync tooltip due to wrong copy-pasta
  • fixed incorrect GUID used to limit the application to a single instance
  • fixed settings not reset to their default values when their corresponding lines are removed from the config file during runtime

Changes

  • minor UI changes
  • moderate code refactoring

1.29

23 Jun 11:07
Compare
Choose a tag to compare

Fixes

  • fixed startup message box offering the user to run the game when Steam wasn't detected

Changes

  • replaced Steam folder browser by a file browser
  • improved Steam/game registry detection
  • improved initial directory in the config file browser
  • moderate code refactoring

1.28

09 Jun 21:59
Compare
Choose a tag to compare

Fixes

  • fixed a crash when clicking the Browse config button while no Steam path was specified

Changes

  • config and game paths are now found automatically after selecting the Steam directory
  • improved game directory detection
  • minor UI changes

1.27

27 May 04:53
Compare
Choose a tag to compare

New features

  • added a Donate button

Changes

  • moderate code refactoring

1.26

26 Mar 15:26
Compare
Choose a tag to compare

New features

  • added a logging system reporting basic system, program and debug information
  • added a Report bug button

Fixes

  • fixed crashes when parsing decimals and starting processes

1.25

24 Mar 22:05
Compare
Choose a tag to compare

New features

  • added detection when the config file is modified by another program
  • added detection when the no intro fix is created, deleted or renamed externally

Fixes

  • fixed a lot of crashes
  • fixed a bug where resolution textboxes were empty when a custom resolution was previously set
  • fixed TAB key cycling between elements in the wrong order

Changes

  • restricted resolution textboxes input to digits
  • selecting Custom resolution now gives focus to the width textbox
  • skipped checking for updates when an internet connection isn't available
  • moderate code refactoring