You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a lot of information to the README regarding requirements and usage.
Will need to be updated soon as project will be renamed to Yet Another Ragdoll Mod (YARM).
-[Visual C++ Redistribution x64](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
12
+
- Scripting
13
+
-[Script Hook V .NET 3](https://www.nuget.org/packages/ScriptHookVDotNet3/)
14
+
15
+
## Usage
16
+
Once pulled from Github, ensure that `Script Hook V .NET 3` is installed - if so, compiling should just work.
17
+
18
+
If you wish to have the .dll and .ini files to be automatically moved to the SHVDN scripts folder, please create a file called `GTA Folder Path.txt` in the `GTAV-Ragdoll-Mod` folder.
19
+
20
+
Such as: `..\GTAV-Ragdoll-Mod\GTAV-Ragdoll-Mod\GTA Folder Path.txt`
21
+
22
+
Then provide the file with your path to your GTA V install and do not give the path a trailing backslash on the path.
23
+
24
+
Example: `C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V`
25
+
26
+
## Tasks
27
+
-[ ] Rename the Project and related files to Yet Another Ragdoll Mod
28
+
-[ ] Upload to [gta5-mods.com](https://gta5-mods.com)
0 commit comments