We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb8677 commit 8086cb2Copy full SHA for 8086cb2
README.md
@@ -2,6 +2,15 @@
2
3
## Compiler installation :
4
5
+
6
+### Using prepared binaries
7
+- Download and extract [NWNScriptCompiler package](https://github.com/CromFr/STNeverwinterScript/releases/download/1.0/NWNScriptCompiler.zip) in:
8
+ - **Windows**: C:\Program Files (x86)\
9
+ - **Linux**: /opt/
10
11
12
+### Using custom binaries
13
14
- Download the AdvancedScriptCompiler (http://nwvault.ign.com/View.php?view=nwn2plugins.Detail&id=99) and extract the standalone compiler at
15
- **Windows**: C:\Program Files (x86)\NWNScriptCompiler\
16
- **Linux**: /opt/NWNScriptCompiler/
messages.json
@@ -0,0 +1,3 @@
1
+{
+ "install": "README.md",
+}
0 commit comments