nuclearsilo583 / zephyrus-store-preview-new-syntax

My rewritten zephyrus store
61 stars 40 forks source link

Question #90

Open WizardJailbreak opened 2 years ago

WizardJailbreak commented 2 years ago

Hi! This plugin is still working?

And why is it only a 2019 compile?

azalty commented 2 years ago

I'm not sure what you're talking about, the latest release is from oct 2021.

Anyways, currently, you must compile the plugins yourself. They're not directly available for download for reasons I don't know.

Yes, the plugin still works and is still maintained.

WizardJailbreak commented 2 years ago

I'm not sure what you're talking about, the latest release is from oct 2021.

Anyways, currently, you must compile the plugins yourself. They're not directly available for download for reasons I don't know.

Yes, the plugin still works and is still maintained.

And how to can i download the latest version?

originalaidn commented 2 years ago

Click Code and after that click Download ZIP If you want to compile in your PC: You need a compiler, so download that from sourcemod.net (stable or dev) choose your OS and download the latest. Move from that the compiler files and the include folder from scripting.

azalty commented 2 years ago

Feel free to mention me if you want me to compile and send you a .zip with the compiled plugins.

I recommend you try to do it yourself though, as this might be needed later if you want to do some small changes to the code, and it's also safer as you have no guarantee people won't compile a modified code with a backdoor or something bad in it.

WizardJailbreak commented 2 years ago

Feel free to mention me if you want me to compile and send you a .zip with the compiled plugins.

I recommend you try to do it yourself though, as this might be needed later if you want to do some small changes to the code, and it's also safer as you have no guarantee people won't compile a modified code with a backdoor or something bad in it.

  • drag and drop every .sp file in scripting/ on compile.exe (don't do that for those in scripting/store/)

    • you can exclude any .sp file that you don't need, however, the core store.sp must be compiled
  • it should create .smx files, you can put them in your server's plugins folder

Okey, thanks If i need the compile, i'll write for you. Thanks for help.