I am sure I am doing it wrong. Sorry if what I am going to ask is pretty obvious :)
I am trying to include new plugins to my Superpowers project (I want to add fGui or dom functionality to the game), and when I read the installation instructions I see this:
"Download the latest release, unzip it, rename the folder to fGui
, move it inside app/systems/supGame/plugins/florentpoujol/
then restart your server."
And here is my problem; I don't seem to be able to find those folders. My folder tree looks like this:
superpowers-0.19.0-linux-x64/resources/app/systems/game/plugins/...
There simply isn't any "supGame" folder. I have tried several things:
- Moving the folders to "../game/plugins/florentpoujol/..." It doesn't work.
- Creating a "../supGame/plugins/florentpoujol/..." folder and move the plugins there. It doesn't detect the plugins either.
- Moving the plugins to any of the other folders (like "../app/systems/game/plugins/extra/.."). No dice.
I am sure the solution must be pretty simple, and there must be something really obvious I am not doing. Can any of you guys point me in the right direction? :)
Thanks in advance!!