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
After extracting the SourceMod files, go to the `addons/sourcemod/scripting` directory on Linux (or `addons\sourcemod\scripting` folder on Windows).
17
26
18
-
## Building SourceMod Plugins
19
-
Building SourceMod plugins is usually quite easy, especially on Windows.
27
+
## Compiling SourceMod Plugins
28
+
Compiling SourceMod plugins is usually quite easy, especially on Windows.
29
+
20
30
### Windows
21
31
#### Windows File Explorer
22
32
If you want to quickly compile plugins, you can drag and drop the plugin's source code file into the `compile.exe` executable located in the `scripting` folder. A Command Prompt window will open and you'll see the output of the build. If the build was successful, you'll see the built plugins inside of the `compiled` folder. Built SourceMod plugins typically have the `smx` file extension.
@@ -59,7 +69,7 @@ For example, if we want to compile the included `basechat` plugin, we'd use the
59
69
60
70
If the build was successful, you'll see the new built plugin file in the same directory as the source code (`scripting/`).
61
71
62
-
## Additional CLI Options
72
+
## Additional Command Line Options
63
73
As stated above, compiling plugins through the command line allows you to set additional options. Here is the help menu output which provides a list of flags and arguments you may set.
64
74
65
75
```
@@ -105,7 +115,7 @@ For example, on Linux, if want the successfully built `basechat` plugin to go in
0 commit comments