Hello
Since Gothic3 was released and the modding area for the english community will probably have a big part along with the german one i developed a starter for Gothic3.
It is important to understand that at the moment the starter is at the BETA stage. During this stage alot of changes will prbably be made based on your input and feedback. I'm waiting for bug reports, suggestions or any improvement you have in mind. This is the thread to submit this data.
Description
The starter at is basis works the same as the previous starters for G1 and G2 developed by Nico. However taking advantage of the new way that Gothic3 gathers it's resources the most important change is the fact that we can play more than one mod at the same time.
The starter will have to be installed in the main folder of Gothic3 in order to work and it uses the .NET framework 2.0
There are 2 versions of installation (with and without the .net framework included).
Basic usage
Without any doubt starting Gothic3 with the selected mods is easy as eating chinese food with
chopsticks 
(just kidding).
The only thing required to do in order to play Gothic3 modifications is to open Gothic3 Starter, select from the list the desired modification(s) and press
Start Game.
Features
Some of the features for users- Auto-detection of present modification(s)
- Auto-saving and loading selected modification(s) for each time you open the Starter
- Simple tool design
- Auto-saving of current modifications and their files during run-time in the case of system failure or Windows crash
- Multi-mod play at once
Some of the features for developers- Simple files layout for modifications
- Link, thumbnail image, description and a configuration file are available to customize on how the mod appears in the starter.
- No worries for how your pak files are managed by the game. The starter takes care of that.
Unknown behiavour
The multi-mod feature has a drawback on how modifications will work. Since at runtime only one version of a raw file (i.e image file) will work (it's simple physics : 2 different objects can't be at the same place in the same time) a possibility of conflict between 2 modifications can exist.
But the solution to this problem is simple : don't play modifications at the same time that share the same files.
This drawback exists and i failed to implement a system to avoid this. I'm opened at any suggestions.
Another unknown area for me is the saving system. As far as i was told the game will probably not load a save that belongs to a mod wich is not loaded with the starter.
Requirements
As it said in the ReadMe you will need Gothic3 to be installed and the
.NET framework 2.0
There are 2 versions of the installer for G3 Starter, one included with the .net framework (~25 Mb) and one without the .net framework (~2 Mb).
You need to have the .net framework installed or the starter will not work.
It is your choice how you install it (either download it directly from Microsoft or download the installer version included with it).
For developers
The structure of files for a modification has to be like this :
Bold = folder
italic = file
*Modification name* = The name of the main folder for the modification will be the name that will appear in the Starter.
*raw n.pak* = raw pak files belonging to the mod. If you use another extension the starter will still use the file but it will generate a warning in it's log.
Description.rtf = Rich Text File for the description that will appear in the starter
general.ini = Configuration file. At the moment it only has 3 valid settings in it (
author - the team or person who made the modification,
link_text - the text for the link that appears in the starter,
link_url - URL address of the link that appears in the starter)
Thumb.jpg - Image that appears in the starter. Recomended width-height : 200x150 px, jpg format.
- *Modification name*
- Files
- *raw 1.pak*
- *raw 2.pak*
- *raw n.pak*
- Description.rtf
- general.ini
- Thumb.jpg
Known ToDo
Clean up the code, improve some functions and create a multi-language system.
Download locations
You can find both versions of the installer on the wog.com page (link that follows)
Also the installer includes a few gui tweak mods by default.
Download @ wog.com
Thanks to WernerTWC and mistress_larisa for the feedback given during the development of the starter.

Most of the features wouldn't had pop up in my mind if it wouldn't have been for them.