| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AimmyV2.4.1.zip | 2025-06-09 | 58.8 MB | |
| README.md | 2025-06-09 | 1.2 kB | |
| Release 2.4.1 source code.tar.gz | 2025-06-09 | 1.2 GB | |
| Release 2.4.1 source code.zip | 2025-06-09 | 1.2 GB | |
| Totals: 4 Items | 2.4 GB | 0 | |
Aimmy 2.4.1 Update (Hot Patch)
Changelog:
General
- Switched to Vortice, from SharpDX
- Added back old GDI+ capture method and screen capturing switch in settings
- Optimized bitmaptofloatarray in AI Manager
- Refactored DXGI capture
- Added drag and drop support
- Added fixes for missing bin folder causing SaveJSON func to fail
- Added further fixes for missing folders/files on startup (bin)
- Added error catches for 0 monitors being detected
- Added catches for unsupported DirectX on certain systems (auto falls back to GDI+)
- Added frame caching to DirectX (incase capture fails)
- Improved error handling on DirectX
- Fixed clamping logic on DirectX that caused it to follow the mouse
- Made DirectX mimic GDI with how it captures and fills in visible areas
- A few fixes to help save on memory / process times
- Fixed display selector not actually switching capture displays after CaptureManager changes
- Fixed minimize states not saving between sessions
- Fixed dropdowns being overwritten and not showing the correct setting from cfg
- Refactored SettingsMenu CS to better match AimMenu CS code so it's easier to maintain