-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added in same information that YARM has, as it applies here. Still have some extra details to add later down the line.
- Loading branch information
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# GTAV-Player-Euphoria-Mod | ||
In this mod, when the player recieves damage and other conditions are met, the player will enter a Euphoria State. | ||
# Euphorically | ||
Another Ragdoll Mod in which replicates for the Player how other Peds react when shot - using Euphoria. | ||
|
||
## Requirements | ||
- GTA V | ||
- [C++ Script Hook V](http://www.dev-c.com/gtav/scripthookv/) | ||
- [Script Hook V .NET](https://github.com/crosire/scripthookvdotnet) | ||
- [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48) | ||
- [Visual C++ Redistribution x64](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) | ||
- Scripting | ||
- [Script Hook V .NET 3](https://www.nuget.org/packages/ScriptHookVDotNet3/) | ||
|
||
## Usage | ||
Once pulled from Github, ensure that `Script Hook V .NET 3` is installed - if so, compiling should just work. | ||
|
||
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 `Euphorically` folder. | ||
|
||
Such as: `..\Euphorically\Euphorically\GTA Folder Path.txt` | ||
|
||
Then provide the file with your path to your GTA V install and do not give the path a trailing backslash on the path. | ||
|
||
Example: `C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V` |