Thought I'd try and make it easier for would-be coders to "jump in" and get coding! It's not anything special, but if anyone needs it, here's a snap-in template for GameEx plugin creation. This ZIP file includes everything you need to get started, including: GameEx Plugin class, which is fully documented/updated for your coding pleasure. A log writing class (which is a modified version of Ben Baker's logging class... Thanks Ben!)An INI reading/writing class (which is a modified version of Ludvik Jerabek's INI class)A blank configuration formTo use it, all you need to do is put the uncompressed ZIP file in your Visual Studio 2010 Templates/Project Templates folder, start a new project, and select it from the list. All the settings have been set already (Strict:On, Target:x86, Framework:2.0). So... Get coding!!!!! Download it here.