Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0
Members

[n00b]: I don't seem to be able to include additional plugins

A topic by Kozelek created Jun 16, 2016 Views: 441 Replies: 6
Viewing posts 1 to 7

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!!

Hello, I am having the same issue, but on Windows. Would be glad to know where to put plugins.

Hello,

I am sorry to insist in this. We are considering using Superpowers for a collaborative project (a Hackathon of a new political game, here in Barcelona), and being able to use plugins like fGui would be necessary for the kind of project we are going to make.

Could someone give me a hint on what I am doing bad? :)

put this plugin into extra folder under the plugin folder

Thank you Anata! I will check how it works in the extra folder!

Could you please be more precise about the folder in which plugind should be?

On windows, I tried putting the plugins in :

- C:\Users\<MyUser>\AppData\Roaming\Superpowers\projects\plugins\<whatever>\<PluginName>

- C:\Users\<MyUser>\AppData\Roaming\Superpowers\projects\<MyProject>\plugins\<whatever>\<PluginName>

- <Superpowers_install_folder>/plugins\<whatever>\<PluginName>

and none of these worked


As you might see, I am using the default configuartion for project folders.

Could you please tell exactly where the plugins should be?

Thanks in advance.

It doesn't seem to work in Linux either, to copy to the extra folder; it doesn't detect the plugin either.

Any help? Maybe loading plugins doesn't work in this version?