dasisdormax / cs2-multiserver

Managing multiple CS2 Servers with ease
Apache License 2.0
50 stars 8 forks source link

Plugins are working global but not instance specific #24

Open xe1os opened 6 months ago

xe1os commented 6 months ago

@dasisdormax we found the plugins (addons like metamod and counterstrikesharp) for CS2 are working only if the are made available in base folder. If we want the plugins to be instance specific it doesn't work.

Tastefull commented 6 months ago

So after a lot of debug the last 48 hours i've found some issues when using metamod and cssharp. If you setup your whole base folder manually downloading through steamcmd and add the addons, plugins etc and the do a cs2-server setup and you ignore the warnings that your base directory have files in it already and the skip the cs2-server install step. Then when you create a new instance the plugins works fine. But if you do a cs2-server update and the files are updated, then something is happening to the addons/plugins that makes them fail on the instances.

In regards directly to your issue. Have you tried to have the plugins/addons on the base and then remove them on the instances that you don't want them. So kind of "reversed" of you wanted to do.