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
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
Community Script Hook RDR2 .NET
2
2
============================
3
3
4
-
**STILL IN ALPHA STATE, USE HOW YOU WANT TO! EXPECT ERRORS, CRASHES, ETC**
4
+
###### STILL IN ALPHA STATE, USE HOW YOU WANT TO! EXPECT ERRORS, CRASHES, ETC
5
5
6
-
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.
6
+
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.
7
7
8
8
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/).
9
9
@@ -12,7 +12,7 @@ The issues page should be primarily used for bug reports and enhancement ideas.
12
12
## Requirements
13
13
14
14
*[C++ ScriptHookRDR2 by Alexander Blade](http://www.dev-c.com/rdr2/scripthookrdr2/)
*[Visual C++ Redistributable for Visual Studio 2019 x64](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
17
17
18
18
## Downloads
@@ -26,8 +26,6 @@ Pre-built binaries can be found on the [releases](https://github.com/saltyq/scri
26
26
27
27
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)".
28
28
29
-
Additionally, create an environment variable called `RDR2DN_VERSION` and set it to the version you are attempting to build.
30
-
31
29
Any contributions to the project are welcomed, it's recommended to use GitHub [pull requests](https://help.github.com/articles/using-pull-requests/).
0 commit comments