-
Notifications
You must be signed in to change notification settings - Fork 8
compile
shanapu edited this page Jan 29, 2020
·
1 revision
In this tutorial, I try so "noob-like" as I can, to explain how to compile MyStore plugins. This guide is for beginner which never compiled a "greater" plugin before.
Advanced users can skip this guide or read it for fun.
Basic knowledgein handling a windows pc, drag&drop, using a web browser, unpacking archives are basic requirements. Using a texteditor is optional. 😏
- windows PC
- optional:a texteditor like SPEdit, Sublime Text or Notepad++.
- Download the sourcemod release for windows to your PC (even when your server runs Linux. Your PC is windows).
- Extract the .zip to a new folder. In this example
C:\mys-sourcemod - Download the source code of MyStore to your PC
- Open the .zip and copy the
\gameserver\addonsdirectory to your folder from step 2
-
Optional: Use the editor of your choice and make your edits in the sourcefiles at
C:\mys-sourcemod\addons\sourcemod\scripting\MyJailbreakwith your editor - Save your work
- Go to
C:\mys-sourcemod\addons\sourcemod\scriptingand mark all mystore filesmystore_*****.sp - Drag the marked files above the
compile.exeand drop them - A console window shows up and all MyStore plugins will be compiled.
- You will find your newly compiled files in:
C:\mys-sourcemod\addons\sourcemod\scripting\compiled