Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

.egplugin [OUTDATED]

If you have a question or need help, this is the place to be.
Post Reply
User avatar
kgschlosser
Site Admin
Posts: 5190
Joined: Fri Jun 05, 2015 5:43 am
Location: Rocky Mountains, Colorado USA

.egplugin [OUTDATED]

Post by kgschlosser »

why is the .egplugin not allowed in a forum post?

and how come it's not being used to install plugins?
If you like the work I have been doing then feel free to Image
tjabas
Experienced User
Posts: 98
Joined: Sun Feb 07, 2016 6:28 pm

Re: .egplugin

Post by tjabas »

what is the .egplugin?
User avatar
kgschlosser
Site Admin
Posts: 5190
Joined: Fri Jun 05, 2015 5:43 am
Location: Rocky Mountains, Colorado USA

Re: .egplugin

Post by kgschlosser »

there is a method to install plugins into eventghost by just downloading them and double clicking on them. and it works. and there is also a way to export a plugin so plugin developers can make a plugin for eg. export it into the .egplugin package. and post that for people to download. and then all they have to do is double click on it. so i did this with one of my plugins and i tried to attach it to a forum post. and the forum wouldn't allow it.
If you like the work I have been doing then feel free to Image
User avatar
kgschlosser
Site Admin
Posts: 5190
Joined: Fri Jun 05, 2015 5:43 am
Location: Rocky Mountains, Colorado USA

Re: .egplugin

Post by kgschlosser »

i did find this out.

it works fine but you have to have an instance of eventghost already running and then double click the file. then it will prompt for install.

it extracts not to the usual eventghost\plugins folder.


but rather the programdata\eventghost\plugins folder.

the export method can be run from the shell inside of eventghost or a script can also do it.

but the command is

Code: Select all

eg.PluginInstall.Export(eg.document.frame)
and this will prompt you to choose the plugin you want to export.
If you like the work I have been doing then feel free to Image
Sem;colon
Plugin Developer
Posts: 625
Joined: Sat Feb 18, 2012 10:51 am
Location: Germany

Re: .egplugin

Post by Sem;colon »

...if you start EG with the debug cmd switch, you even have a button in the gui to export plugins.

I have no idea why it's not allowed for upload nor seems to be documented, but you can always zip it and upload the zip ;-)
If you like my work, Image me a drink :wink:
User avatar
kgschlosser
Site Admin
Posts: 5190
Joined: Fri Jun 05, 2015 5:43 am
Location: Rocky Mountains, Colorado USA

Re: .egplugin

Post by kgschlosser »

that is true, but is just a tiny bit self defeating on the ease of installation. but not too too bad i guess.....


I am going to start using it. because it makes for a much much easier install i will also document it all up it is very very easy to install. and i will make a plugin that overrides the eg menus so the buttons will appear without having to use the -debug switch
If you like the work I have been doing then feel free to Image
Post Reply