@@ -35,6 +35,24 @@ You can get Aru's C++ Script Hook here:
35
35
http://www.gtaforums.com/index.php?showtopic=390582
36
36
37
37
38
+ ** Requirements**
39
+
40
+ Required to compile the sourcecode are:
41
+
42
+ - Microsoft Visual Studio 2010 (newer versions will probably work too)
43
+ - Microsoft DirectX SDK March 2008
44
+ - Microsoft Windows SDK (maybe? am not entirely sure...)
45
+
46
+ IMPORTANT: After installing the DirectX SDK March 2008 you'll have to
47
+ set up a system variable in windows named "DXSDK_2008-03" containing
48
+ the full path to the installation folder of the SDK. This is to allow
49
+ multiple versions of the SDK to be installed. Make sure to include a
50
+ final backslash ( \ ) at the end of the path.
51
+
52
+ See the included ScriptHookDotNet.readme.txt on how to actually run
53
+ the Script Hook with the game.
54
+
55
+
38
56
** License**
39
57
40
58
The GTAIV .Net Script Hook sourcecode is published unter the MIT license.
@@ -54,21 +72,3 @@ as author of the original GTAIV .Net Script Hook.
54
72
55
73
See LICENSE-ScriptHook.txt for the license of the GTAIV C++ Script Hook,
56
74
and LICENSE-SlimDX.txt for the license of the SlimDX sourcecode.
57
-
58
-
59
- ** Requirements**
60
-
61
- Required to compile the sourcecode are:
62
-
63
- - Microsoft Visual Studio 2010 (newer versions will probably work too)
64
- - Microsoft DirectX SDK March 2008
65
- - Microsoft Windows SDK (maybe? am not entirely sure...)
66
-
67
- IMPORTANT: After installing the DirectX SDK March 2008 you'll have to
68
- set up a system variable in windows named "DXSDK_2008-03" containing
69
- the full path to the installation folder of the SDK. This is to allow
70
- multiple versions of the SDK to be installed. Make sure to include a
71
- final backslash ( \ ) at the end of the path.
72
-
73
- See the included ScriptHookDotNet.readme.txt on how to actually run
74
- the Script Hook with the game.
0 commit comments