Page 1 of 1

Create your own Extensions! Help & FAQ!

Posted: Thu Aug 17, 2017 2:22 am
by 0x00
Hi guys, some of you have been asking for ways to code your own extensions. Here is the basic framework to download and use in Visual Studio!

Any questions please keep in this topic! Don't create a new one!

I'll update this as we go along!

Re: Create your own Extensions! Help & FAQ!

Posted: Wed Oct 04, 2017 7:31 pm
by cooco
I tryed to compile and put dll inside extension folder but seem not working. What i did wrong?

Re: Create your own Extensions! Help & FAQ!

Posted: Thu Oct 05, 2017 5:33 am
by 0x00
cooco wrote:
Wed Oct 04, 2017 7:31 pm
I tryed to compile and put dll inside extension folder but seem not working. What i did wrong?
Please step-by-step explain how you compiled?

Did you reference AionScript as a library ?

Re: Create your own Extensions! Help & FAQ!

Posted: Thu Oct 05, 2017 2:20 pm
by cooco
1) Open solution in VS2015
2) Add Aioninterface as reference
3) Compile in release mode
4) Copy/Paste dll in extension folder

Re: Create your own Extensions! Help & FAQ!

Posted: Tue Oct 10, 2017 12:36 pm
by cooco
Any idea? :oops: