NOTE:
All this is now obsolete in version 1.2
We have now incorporated multiple installations into the standard setup.
One of our users asked how you make GCP work with multiple folders.
It's quite easy if you're up to editing a text file.
Navigate to your "c:\GameCommanderPro" folder.
In there you'll find one or more folders with name ending in ".GCP_Config" - mine is " Belfs.GCP_Config" (in my case Belfs is the profile name I use - I run 5 blood elves)
Enter that folder. FYI this is where GCP stores all the info for that profile.
You'll find a file called GameCommanderPro.ini
Open that file with notepad.
The the section we need to edit reads something like:
; start a number of copies of game
Copy C:\GameCommanderPro\Druids.GCP_Config\SlaveConfig.wtf,c:\Program Files\World Of Warcraft\Config.wtf
Run C:\Program Files\World of Warcraft\Wow.exe,4
Copy C:\GameCommanderPro\Druids.GCP_Config\MasterConfig.wtf,c:\Program Files\World Of Warcraft\Config.wtf
Run C:\Program Files\World of Warcraft\Wow.exe,1
The "copy" lines deal with copying configuration files to start the slaves in a different resolution. If you have separate folders for each toon, just delete these 2 lines.
Now you should have
; start a number of copies of game
Run C:\Program Files\World of Warcraft\Wow.exe,4
Run C:\Program Files\World of Warcraft\Wow.exe,1
These commands say which program to run, and how many copies. Just change the entries as you like.
If you have 5 separate WOW folders, then it would read like:
; start a number of copies of game
Run C:\Program Files\World of Warcraft\Wow.exe,1
Run C:\Program Files\World of Warcraft2\Wow.exe,1
Run C:\Program Files\World of Warcraft3\Wow.exe,1
Run D:\Program Files\World of Warcraft\Wow.exe,1
Run D:\Program Files\World of Warcraft2\Wow.exe,1
Save the file, and restart GCP.




thanks for clarifying this :)
Another quick question:
- Is there a way to directly specify which window is used for which channel?
I would guess, that you can do something like it, wenn defining this block in the ini:
Channel 1,World Of Warcraft,1
Channel 2,World Of Warcraft,2
Channel 3,World Of Warcraft,3
Channel 4,World Of Warcraft,4
Channel 5,World Of Warcraft,5
Problem here is, that in the run command, i couldn't specify that I wan't to rename the window, so that then, when defining the channels I could exactly sa which one to use.
Is there a way to achive this?