Add-ins are organized in a solution. Solution contains 9 projects.
Add-in projects
There are several add-in projects in the standard configuration of the GN4 system, divided in two groups: System add-ins and Custom add-ins.
•System add-ins contains the VB.NET code and additional dialog boxes. System add-ins are maintained by the Tera and Miles33 staff, through Perforce client. The customer staff and Tera dealers should not modify those add-ins, as their changes will be overwritten on the next system update. For more information, see System add-ins.
•Custom add-ins serve to override system add-ins code. They contains the VB.NET code and additional dialog boxes. These add-ins are to be maintained by the customer staff and Tera dealers, or any other Tera staff that does not use Perforce clients. Regional specific scripts, e.g. US, Italian, etc, are to be placed in Custom add-ins. For more information, see Custom add-ins.
Solution
For your convenience, all projects are loadable at once through a Visual Studio Express solution. The solution file is GN4AddInsExpress.sln. When you intend to edit or compile add-ins, do not open project files independently - always open the solution.
See also
Visual Studio Express solution
Installing add-ins source files.