| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AimmyV2.3.0.zip | 2025-06-01 | 58.6 MB | |
| README.md | 2025-06-01 | 2.4 kB | |
| Release 2.3.0 source code.tar.gz | 2025-06-01 | 1.2 GB | |
| Release 2.3.0 source code.zip | 2025-06-01 | 1.2 GB | |
| Totals: 4 Items | 2.4 GB | 0 | |
Aimmy 2.3.0 Update
Changelog:
General
- Updated Nuget Packages to latest versions
- Added cleaned up code from Github Pulls (TY community members for your Pull Requests!)
- Fixed model downloading (you should be able to download models/configs again)
Optimizations (x3.7~ Performance boost)
- Replaced BitmapToFloatArray with a more optimized version
- Replaced old ScreenGrab function with new DirectX one (reduced avg 6ms~ to 0.1ms~ per grab)
- Added a few cached variables to help save on processing time
- Adjusted how CPU delays occurred to prevent random CPU usage
- Optimized the AI thread to allow higher performance
- Adjusted how frame captures worked to prevent slowing down the AI thread
Before Changes:
=== AIManager Performance Benchmarks ===
AILoopIteration: Avg=2.50ms, Min=0ms, Max=103ms, Count=11251
AutoTrigger: Avg=0.00ms, Min=0ms, Max=0ms, Count=1833
BitmapToFloatArray: Avg=1.12ms, Min=1ms, Max=3ms, Count=1833
CalculateCoordinates: Avg=0.00ms, Min=0ms, Max=1ms, Count=1833
GetClosestPrediction: Avg=15.18ms, Min=11ms, Max=90ms, Count=1833
HandleAim: Avg=0.01ms, Min=0ms, Max=11ms, Count=1833
KDTreeOperations: Avg=0.01ms, Min=0ms, Max=8ms, Count=1833
ModelInference: Avg=6.28ms, Min=5ms, Max=41ms, Count=1833
ModelInitialization: Avg=205.00ms, Min=205ms, Max=205ms, Count=1
PrepareKDTreeData: Avg=0.02ms, Min=0ms, Max=1ms, Count=1833
SaveFrame: Avg=0.04ms, Min=0ms, Max=4ms, Count=1833
ScreenGrab: Avg=6.68ms, Min=3ms, Max=15ms, Count=1833
Overall FPS: 65.18
After Changes:
=== AIManager Performance Benchmarks ===
AILoopIteration: Avg=0.00ms, Min=0ms, Max=91ms, Count=8749819
AutoTrigger: Avg=0.00ms, Min=0ms, Max=0ms, Count=4144
BitmapToFloatArray: Avg=1.00ms, Min=1ms, Max=3ms, Count=4331
CalculateCoordinates: Avg=0.00ms, Min=0ms, Max=1ms, Count=4144
GetClosestPrediction: Avg=0.04ms, Min=0ms, Max=91ms, Count=474861
HandleAim: Avg=0.00ms, Min=0ms, Max=11ms, Count=4144
KDTreeOperations: Avg=0.00ms, Min=0ms, Max=8ms, Count=4144
ModelInference: Avg=2.04ms, Min=2ms, Max=22ms, Count=4331
ModelInitialization: Avg=435.00ms, Min=435ms, Max=435ms, Count=1
PrepareKDTreeData: Avg=0.01ms, Min=0ms, Max=9ms, Count=4331
SaveFrame: Avg=0.02ms, Min=0ms, Max=4ms, Count=4144
ScreenGrab: Avg=0.01ms, Min=0ms, Max=91ms, Count=474861
Overall FPS: 243.44