Skip to content

Compile MyJailbreak

shanapu edited this page Nov 26, 2017 · 9 revisions

In this tutorial, I try so "noob-like" as I can, to show how to compile MyJailbreak plugins.

You need a windows PC & if you want to edit the plugins an editor like SPEdit, Sublime Text or Notepad++.

  1. Download the sourcemod release for windows that runs on your server to your PC (even when your server runs Linux. Your PC is windows)

  2. Extract the .zip to a new folder. In this example C:\myjb-sourcemod

  3. Download the source code of MyJailbreak (dev) to your PC

  4. Open the .zip and copy the \gameserver\addons directory to your folder from step 2

  5. Make your edits in the sourcefiles at C:\myjb-sourcemod\addons\sourcemod\scripting\MyJailbreak with your editor

  6. Save your work

  7. Go to C:\myjb-sourcemod\addons\sourcemod\scripting and execute (double-click) compile-myjb.bat

  8. A console window shows up and all MyJailbreak plugins will be compiled successively and moved to C:\myjb-sourcemod\addons\sourcemod\plugins\MyJailbreak.

  9. Go to C:\myjb-sourcemod\addons\sourcemod\plugins\MyJailbreak and upload the new *.smx-files to your servers MyJailbreak plugins folder ...\csgo\addons\sourcemod\plugins\MyJailbreak

  10. Restart your server

  11. Congratulations!

Include files needed for compile core plugin

When compiling Add-Ons - support plugins you need their related include file. All shipped with MYJB

Clone this wiki locally