Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorIsBlue authored Oct 5, 2024
1 parent 3761d10 commit 86fd40d
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ This is a fork of [Aimmy](https://github.com/Babyhamsta/Aimmy/), if any problems
## What is CUDA
> **What's CUDA?**
```Cuda is pretty much just the better version of "DirectML" and uses Nividia's GPU power to make it more smoother and faster```
```Cuda is pretty much just the better version of "DirectML" and uses Nvidia's GPU power to make it more smoother and faster```

> **What's TensorRT?**
```Pretty much an add-on for Cuda. While it does make your gameplay smoother and faster, it's a double edge sword by making your models loading time drastically slower for 1st time instances```

> **What's DirectML?**
Expand All @@ -23,34 +27,26 @@ This is a fork of [Aimmy](https://github.com/Babyhamsta/Aimmy/), if any problems
> **How does the AI work?**
```Using the imported models (pictures), it will then scan the game as you play and look for players that match the models (pictures)```
## Setup
- Download and Install the x64 version of [.NET Runtime 8.0.X.X](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.2-windows-x64-installer)
- Download and Install the x64 version of [.NET Runtime 7.0.X.X](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-7.0.20-windows-x64-installer)
- Download and Install the x64 version of [Visual C++ Redistributable](https://aka.ms/vs/17/release/vc_redist.x64.exe)
- Download Aimmy from [Releases](https://github.com/TaylorIsBlue/Aimmy-CUDA/releases) (Make sure it's the Aimmy zip that says **Prepacked CUDA** and not Source zip)
- Extract and run totallynotaimmyv2.exe
- Go to the troubleshooting section if you have issues.

## Setup (automatically)
- Download and run LazyAimmySetupCuda ... thats it.

### Install LazyAimmySetup

[Dropbox](https://www.dropbox.com/scl/fi/impeduswsqr04uq59g4kj/LazyCudaAimmySetup.exe?rlkey=ka4oh9r12a7jqqbesild1ehu0&st=cxp33hin&dl=0)

[4Shared](https://www.4shared.com/file/79lMDawZku/LazyCudaAimmySetup__2_.html)

[PixelDrain](https://pixeldrain.com/u/NAhaSbKL)


https://github.com/user-attachments/assets/0df379d1-958e-4e69-b6e2-24c5d8a7b7fd



## Setup (manually)
## Setup (troubleshooting)
- Download and Install the x64 version of [.NET Runtime 8.0.X.X](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.2-windows-x64-installer)
- Download and Install the x64 version of [.NET Runtime 7.0.X.X](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-7.0.20-windows-x64-installer)
- Download and Install the x64 version of [Visual C++ Redistributable](https://aka.ms/vs/17/release/vc_redist.x64.exe)
- Download Aimmy from [Releases](https://github.com/TaylorIsBlue/Aimmy-CUDA/releases) (Make sure it's the Aimmy zip and not Source zip)
- **Get [cuDNN 8.9.x](https://developer.nvidia.com/rdp/cudnn-archive) and [CUDA 11.8](https://developer.nvidia.com/cuda-11-8-0-download-archive)**
- **Get [cuDNN 9.x](https://developer.nvidia.com/cudnn-downloads) and [CUDA 12.x](https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64)**
- Extract the Aimmy.zip file
- Run Aimmy.exe
- Choose your Model and Enjoy :)

### Troubleshooting CUDA
Sometimes, when you load a model the application closes in an exception, this could mean:
1. Your cuda installation is wrong. Check your PATH (env variables) for your Cuda installation and your cuDNN.
2. Download and Install CUDA and cuDNN of [CUDA 12.x](https://developer.nvidia.com/cuda-downloads) and [cuDNN 9.x](https://developer.nvidia.com/cudnn-downloads), maybe you need to switch versions im not sure its kind of weird.
2. Download and Install CUDA and cuDNN of [CUDA 12.x](https://developer.nvidia.com/cuda-downloads) and [cuDNN 9.x](https://developer.nvidia.com/cudnn-downloads)
3. Otherwise, make a ticket in our [discord server](discord.gg/aimmy)

0 comments on commit 86fd40d

Please sign in to comment.