Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltyq authored Dec 3, 2019
1 parent baec954 commit edaf698
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Community Script Hook RDR2 .NET
============================

**STILL IN ALPHA STATE, USE HOW YOU WANT TO! EXPECT ERRORS, CRASHES, ETC**
###### STILL IN ALPHA STATE, USE HOW YOU WANT TO! EXPECT ERRORS, CRASHES, ETC

This is an ASI plugin for Red Dead Redemption 2, ported from [**ScriptHookVDotNet**](https://github.com/crosire/scripthookvdotnet/), based on the C++ ScriptHook by Alexander Blade, which allows running scripts written in any .NET language in-game.
This is an *ASI plugin for Red Dead Redemption 2*, ported from [**ScriptHookVDotNet**](https://github.com/crosire/scripthookvdotnet/), based on the C++ ScriptHook by Alexander Blade, which allows running scripts written in any .NET language in-game.

The issues page should be primarily used for bug reports and enhancement ideas. Questions related to RDR2 scripting in general are better off in forums dedicated to this purpose, like [NexusMods](https://www.nexusmods.com/reddeadredemption2) or [gtaforums.com](https://gtaforums.com/forum/459-modding/).

Expand All @@ -12,7 +12,7 @@ The issues page should be primarily used for bug reports and enhancement ideas.
## Requirements

* [C++ ScriptHookRDR2 by Alexander Blade](http://www.dev-c.com/rdr2/scripthookrdr2/)
* [.NET Framework ≥ 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48)
* [.NET Framework ≥ 4.6](https://dotnet.microsoft.com/download/dotnet-framework/net48)
* [Visual C++ Redistributable for Visual Studio 2019 x64](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)

## Downloads
Expand All @@ -26,8 +26,6 @@ Pre-built binaries can be found on the [releases](https://github.com/saltyq/scri

You'll need Visual Studio 2017 or higher to open the project file and the [Script Hook RDR2 SDK](http://dev-c.com/rdr2/scripthookrdr2/) extracted into "[/sdk](/sdk)".

Additionally, create an environment variable called `RDR2DN_VERSION` and set it to the version you are attempting to build.

Any contributions to the project are welcomed, it's recommended to use GitHub [pull requests](https://help.github.com/articles/using-pull-requests/).

## License
Expand Down

0 comments on commit edaf698

Please sign in to comment.