What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Highvoltz's Plugin Template

highvoltz

Well-Known Member
Joined
Mar 22, 2010
Messages
1,729
Reaction score
141
This template includes a basic plugin, a gui and Settings that get saved to .xml file.

Copy the zip file to your Visual Studio 2010\Templates\ProjectTemplates folder, e.g
C:\Users\highvoltz\Documents\Visual Studio 2010\Templates\ProjectTemplates

You can then use the template when you make a new project in Visual Studio,
Just goto File > New > Project, select Honorbuddy Plugin as your template
Enter your project name and click ok. simple!
 

Attachments

Last edited:
Great for people starting out with plugins, thank you for posting :)

Just a small suggestion would be to change references to AutoAngler and make the template generic. It's not a great deal for people to do this themselves but template files should be generic rather than project-specific.

Cheers,

-Alpha
 
Epic man!!! I have been trying to create my own plugins for quite some time, and now you help me :) Finaly :P Ty alot :D will test it out, and give +rep if its good :)
 
Thanks this has really helped me.

Regards,
Nick.
 
I updated the template to be more generic. I also changed it so it'll save the settings in Settings/ProjectName/ProjectName-CharacterName.xml so settings are character specific
Also the correct folder to place this is actually in drive:\Users\UserNameHere\Documents\Visual Studio 2010\Templates\ProjectTemplates
 
Great for people starting out with plugins, thank you for posting :)

Just a small suggestion would be to change references to AutoAngler and make the template generic. It's not a great deal for people to do this themselves but template files should be generic rather than project-specific.
Cheers,
-Alpha
I agree with you. The 1st version I had used the export template wizard but it didn't insert all the tags like I expected it to, so I ended up doing it manually and should be pretty generic now. If there's demand I can make a single file version.
 
Back
Top