In order to create a vessel for Orbiter, one must either create a simple .cfg file or a complex .dll coded in C++. A .cfg vessel is extremely simple, and it takes knowledge and hard work to learn C++ and code.
Vinka created a generic .dll which "reads" ship information that a SC3 developer writes into a text file (called an ".ini file"). In this way, a developer need not know C++, but can write a text file which has some limited qualities of a .dll vessel.