Plugin API/SDK

related to programming for xlobby, code samples, examples etc.

Plugin API/SDK

Postby mememe on Fri Feb 17, 2012 7:32 pm

I'm having trouble locating a plugin API or SDK for freelobby. Can someone point me in the right direction?



Yes, I realize this forum is all but dead, but I ask you oh mighty Odin to show mercy...
mememe
 
Posts: 75
Joined: Thu May 29, 2008 12:23 am

Re: Plugin API/SDK

Postby lpg on Fri Feb 17, 2012 8:46 pm

What language are you looking to program in. I can put some stuff up on google.

Larry
lpg
 
Posts: 296
Joined: Thu Apr 14, 2005 8:17 pm
Location: Chicago

Re: Plugin API/SDK

Postby lpg on Fri Feb 17, 2012 8:50 pm

Here is the link to the xlobby plugin area in help: http://www.xlobby.com/documentation
lpg
 
Posts: 296
Joined: Thu Apr 14, 2005 8:17 pm
Location: Chicago

Re: Plugin API/SDK

Postby mememe on Fri Feb 17, 2012 9:24 pm

I currently have some workarounds and media import hacks that I wrote in Python and run manually, but I would like to convert my media and art importer into a full blown plugin. I'm guessing I will have to convert it to a .net language for the plugin though. Is there a language that seems to be popular with the developers still hanging around here?


Thanks for the link. I'll check it out.
mememe
 
Posts: 75
Joined: Thu May 29, 2008 12:23 am

Re: Plugin API/SDK

Postby lpg on Sat Feb 18, 2012 3:10 pm

Most of the stuff is in c#. If you have someone in college, high school or elementry school in your family you could download Microsoft visual studio 2010 from dreamspark.com.

Larry
lpg
 
Posts: 296
Joined: Thu Apr 14, 2005 8:17 pm
Location: Chicago

Re: Plugin API/SDK

Postby mememe on Sun Feb 19, 2012 1:28 am

As luck (or unluck) would have it, I am currently unemployed (hence freelobby) and decided to go back to school for another degree. It gives me a lot of free time to work on stuff like this, and I get all kinds of free stuff from Microsoft. :D

I guess I'll be learning C# next. Thanks for pointing me in the right direction.
mememe
 
Posts: 75
Joined: Thu May 29, 2008 12:23 am

Re: Plugin API/SDK

Postby lpg on Sun Feb 19, 2012 4:29 pm

You are welcome. If you need any other code samples to look at let me know.
lpg
 
Posts: 296
Joined: Thu Apr 14, 2005 8:17 pm
Location: Chicago

Re: Plugin API/SDK

Postby S Pittaway on Mon Feb 20, 2012 2:20 pm

search on xDatabase, its a plugin a wrote ages ago that aleready does a lot of post refresh stuff.

the source code is in there as well (its in C#)
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Re: Plugin API/SDK

Postby mememe on Thu Feb 23, 2012 12:00 am

I'll take a look. So far, it's just learning the differences in syntax that are tripping me up. C# just doesn't seem nearly as intuitive as something like Python.
mememe
 
Posts: 75
Joined: Thu May 29, 2008 12:23 am

Re: Plugin API/SDK

Postby lpg on Thu Feb 23, 2012 12:55 am

mememe wrote:I'll take a look. So far, it's just learning the differences in syntax that are tripping me up. C# just doesn't seem nearly as intuitive as something like Python.


Are you using visual studio? It will automatically provide function support. When I learned the language I looked at a number of plugins and started mine with the framework of an existing one.

Larry
lpg
 
Posts: 296
Joined: Thu Apr 14, 2005 8:17 pm
Location: Chicago