
Plugin encryption (create .plugin file)
Moderator: Plugin Moderators
- Josh
- Graphic designer
- Reactions:
- Posts: 2223
- Joined: Sat Mar 11, 2017 19:20
- Location: The Netherlands
- Plugins: Show
- Version: Beta
Re: [Beta]Plugin encryption
Does it change files into a ".plugin", cool!
Re: [Beta]Plugin encryption
@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?
@KoalaGuy Did you manage to decrypt them?

=^._.^= ∫
- KINGTUT10101
- 1,000,000 inhabitants
- Reactions:
- Posts: 2103
- Joined: Thu Jul 07, 2016 22:50
- Location: 'Merica
- Plugins: Show
- Version: Beta
- Contact:
Re: [Beta]Plugin encryption
You should make it so the .zip can be read even if the folder was zipped and not the contents of that folder.
All of my plug-ins, maps and more:
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
Re: [Beta]Plugin encryption
@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
- Rip-off engineer
- Reactions:
- Posts: 3028
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3028
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
Re: [Beta]Plugin encryption
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.

The idea is that you don't use your own .plugin file, that's why it's created outside of the plugins directory.
=^._.^= ∫
Re: [Beta]Plugin encryption
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
- Reactions:
- Posts: 2103
- Joined: Thu Jul 07, 2016 22:50
- Location: 'Merica
- Plugins: Show
- Version: Beta
- Contact:
Re: [Beta]Plugin encryption
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
All of my plug-ins, maps and more:
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
Re: [Beta]Plugin encryption
@KINGTUT10101 Are you sure that this was the error? Maybe it was tried to load it twice.
=^._.^= ∫
- KINGTUT10101
- 1,000,000 inhabitants
- Reactions:
- Posts: 2103
- Joined: Thu Jul 07, 2016 22:50
- Location: 'Merica
- Plugins: Show
- Version: Beta
- Contact:
Re: [Beta]Plugin encryption
All of my plug-ins, maps and more:
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
- CommanderABab
- AB
- Reactions:
- Posts: 9105
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: [Beta]Plugin encryption
If I pack your plugin and move it into my plugins folder it works as intendend 

=^._.^= ∫
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3028
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
Re: [Beta]Plugin encryption
Same as me.
Question!
Does this encrypt all folders in /plugin or named folder?
Question!
Does this encrypt all folders in /plugin or named folder?
- CommanderABab
- AB
- Reactions:
- Posts: 9105
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: [Beta]Plugin encryption
All files in named folder and its subfolders are placed in the .plugin file.

- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3028
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show