Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
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
Ethirix authored Apr 15, 2023
1 parent cc106cf commit f996ed4
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
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`

0 comments on commit f996ed4

Please sign in to comment.