Learn here how to create and use plugins.
Moderators: Scenario Moderators, Plugin Moderators
-
Josh
- Graphic designer
- Posts: 2215
- Joined: 11 Mar 2017, 19:20
- Location: The Netherlands
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
#2
Post
by Josh » 05 Oct 2017, 02:02
Does it change files into a ".plugin", cool!
-
Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
#3
Post
by Lobby » 05 Oct 2017, 10:19
@Josh Yes, it grabs all files in the provided directory and throws them into a single .plugin-file you could then distribute to players. They just have to put it in the plugins directory as usual. The same works with zip files now, too.
@KoalaGuy Did you manage to decrypt them?

-
Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
#5
Post
by Lobby » 05 Oct 2017, 14:37
@KINGTUT10101 that should actually work, doesn't it? Internally, zip and plugin files are just extracted (with all sub directories) and threated then as any other plugin.
-
JustAnyone
- Developer
- Posts: 3594
- Joined: 23 Jul 2017, 12:45
- Location: Easter Island
- Plugins: Showcase Store
-
Platform
#6
Post
by JustAnyone » 05 Oct 2017, 14:53
So if I encrypt it, can I decrypt it if I am plug-in creator?
-
JustAnyone
- Developer
- Posts: 3594
- Joined: 23 Jul 2017, 12:45
- Location: Easter Island
- Plugins: Showcase Store
-
Platform
#8
Post
by JustAnyone » 05 Oct 2017, 15:05
So I should have a copy of .json if I will want to change it?
-
Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
#9
Post
by Lobby » 05 Oct 2017, 15:17
Yes, that would be appropriate
The idea is that you don't use your own .plugin file, that's why it's created outside of the plugins directory.
-
Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
#10
Post
by Lobby » 05 Oct 2017, 15:19
A note: You can put .plugin files into .plugin files. This way you can share common used plugins (which use the "once":true flag) without leaking their internals and bundle them in new plugins.
-
KINGTUT10101
- 1,000,000 inhabitants
- Posts: 2228
- Joined: 07 Jul 2016, 22:50
- Location: 'Merica
- Plugins: Showcase Store
- Version: Beta
-
Contact:
-
Plugin Creator
Platform
#11
Post
by KINGTUT10101 » 06 Oct 2017, 00:58
Lobby wrote: ↑05 Oct 2017, 14:37
@KINGTUT10101 that should actually work, doesn't it? Internally, zip and plugin files are just extracted (with all sub directories) and threated then as any other plugin.
I tried it with my elevated terrain and it didn't work. It gave me the error because the elevated terrain add-ons use a special category and it wasn't loaded
-
motomo
- Small-town resident
- Posts: 36
- Joined: 08 Aug 2017, 07:58
- Location: Easternia
- Plugins: Showcase Store
-
Platform
#17
Post
by motomo » 25 Oct 2017, 15:27
KoalaGuy wrote: ↑08 Oct 2017, 13:22
Screenshot_20171008-132100.png
I have the same problem like this one,
and I don't know how to fix it
Why I always got this error message, can someone help me?

-
JustAnyone
- Developer
- Posts: 3594
- Joined: 23 Jul 2017, 12:45
- Location: Easter Island
- Plugins: Showcase Store
-
Platform
#18
Post
by JustAnyone » 25 Oct 2017, 18:22
Same as me.
Question!
Does this encrypt all folders in /plugin or named folder?