Some help to create plugin

Official forum for open source FreePIE discussion and development.
Post Reply
FrenchyKiel
One Eyed Hopeful
Posts: 47
Joined: Thu Oct 03, 2013 7:10 am

Some help to create plugin

Post by FrenchyKiel »

Hi from France, sorry for my poor english :lol:

My name is Thierry and i propose my help at this interesting project "create a new Glovepie"

I am good coder in assemby and in C++, little experience in C# and Python..but no problem to learn
In the past i have worked about the integration of TIR3 inside famous game jane's FA18 (without the source code), just by injecting assembly code in the executable

I have some idea to Create some plugin like the function Swallow which exists in Glovepie and so on..

so i dont know how to use the Plugin template.. So i have no doubt i'll find some explanantions about that soon

Regards
Thierry
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Some help to create plugin

Post by CyberVillain »

Hi and welcome Thierry!

I think this will fit very well as a feature on the existing keyboard plugin?

Step 1)
Add a method to this class

https://github.com/AndersMalmgren/FreeP ... in.cs#L644

That way you can access it from the python script

Step 2)
Add a method on the keyboard plugin class that takes care of blocking the keys.

Do you follow me?
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Some help to create plugin

Post by CyberVillain »

BTW, do not forget to clone FreePIE in git from the start. That way you can merge any changes that happen to FreePIE from other coders. And I can easy merge in your code once you are done.
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Some help to create plugin

Post by CyberVillain »

This is a great resource for invoking win32 from C#

http://www.pinvoke.net/default.aspx/use ... dowshookex
Post Reply

Return to “FreePIE”