Skip to content

Conversation

@camilia2o7
Copy link
Contributor

@camilia2o7 camilia2o7 commented Aug 22, 2025

Summary

This PR introduces several improvements, bug fixes, and new functionality.


Changes

  • Reordered values:

    • Bottom, Middle, TopTop, Middle, Bottom
      (more logical and consistent ordering)
  • RZMouse.cs adjustments:

    • Users were encountering errors such as:

      System.DllNotFoundException: Unable to load DLL 'rzctl.dll' or one of its 
      dependencies: The specified module could not be found. (0x8007007E)
         at MouseMovementLibraries.RazerSupport.RZMouse.init()
         at MouseMovementLibraries.RazerSupport.RZMouse.Load()
      Initialization Error
      Failed to initialize Razer mode.
      Unable to load DLL 'rzctl.dll' or one of its dependencies:
      The specified module could not be found. (0x8007007E)
    • Root causes identified:

      • Missing Visual Studio drivers (common when the user doesn’t have VS installed).
      • Incorrect drivers being installed, causing the debug version to download instead of the release build.
    • Fix implemented:

      • Added a check for initialization errors.
      • If the error is detected, the release version is automatically installed.
      • This should resolve all known rzctl.dll initialization issues.

New Features

  • Added a toggle bind to enable/disable:
    • Aim Assist
    • Constant AI Tracking
    • Predictions
    • EMA Smoothing
    • Sticky Aim

Bug Fixes

  • Missing comma in MainWindow.xaml.cs:

    • Before:
      ["Gun 2 Key"] = () => LoadGunConfig("Gun 2 Config")
    • After (fixed build error):
      ["Gun 2 Key"] = () => LoadGunConfig("Gun 2 Config"),
    • Issue was caused by forgetting the trailing comma required to add more entries.

If I missed any, then explore and find out — I believe I covered all of it tho!

@Babyhamsta Babyhamsta merged commit ff31e33 into Babyhamsta:Aimmy-V2 Sep 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants