You could create a folder named "user" in each of the installations, ie. d:\Games\OpenXcom\user and d:\Games\OpenXcomMod\user.
That way you bypass \\User\My Documents\OpenXcom completely (you can even delete it, that's what I did)
Thanks, but I've tried that and it's not working.
I have game in d:\Games\OpenXcomMod, latest GIT version.
I have a folder d:\Games\OpenXcomMod\user which has save games and options.cfg. I have a folder at d:\Users\Warren\Documents\OpenXcom with IDENTICAL contents to the other folder. When I run the game by just clicking on openxcom.exe, everything works and it sees the saves and options.cfg in c:\Users\Warren\Documents\OpenXcom. If I set up the short cut to execute "openxcom -user d:\Games\OpenXcomMod\user", it sees the save games, but completely ignores the options.cfg file all mods that are installed.
Here's the xcomutil.log when using the user folder at d:\Users\Warren\Documents\OpenXcom:
[08-07-2013 07:53:41] [INFO] Data folder is:
[08-07-2013 07:53:41] [INFO] d:\Users\Warren\Documents\OpenXcom\data\
[08-07-2013 07:53:41] [INFO] D:\Games\OpenXcomMod\data\
[08-07-2013 07:53:41] [INFO] D:\Games\OpenXcomMod\data\
[08-07-2013 07:53:41] [INFO] User folder is: d:\Users\Warren\Documents\OpenXcom\
[08-07-2013 07:53:41] [INFO] Config folder is: d:\Users\Warren\Documents\OpenXcom\
[08-07-2013 07:53:41] [INFO] Options loaded successfully.
[08-07-2013 07:53:41] [INFO] SDL initialized successfully.
[08-07-2013 07:53:41] [INFO] SDL_mixer initialized successfully.
[08-07-2013 07:53:41] [INFO] Attempting to set display to 1920x1080x8...
[08-07-2013 07:53:41] [INFO] Display set to 1920x1080x8.
[08-07-2013 07:53:41] [INFO] Using slower scaling routine. For best results, try a resolution of 640x400 or 1280x800.
[08-07-2013 07:53:41] [INFO] Loading ruleset...
[08-07-2013 07:53:42] [INFO] Ruleset loaded successfully.
[08-07-2013 07:53:42] [INFO] Loading resources...
[08-07-2013 07:53:42] [INFO] Loading extra resources from ruleset...
[08-07-2013 07:53:42] [INFO] Resources loaded successfully.
[08-07-2013 07:53:42] [INFO] OpenXcom started successfully!
Here is the openxcom.log file when using the "-user d:\Games\OpenXcomMod\user" parameter as indicated above:
[08-07-2013 07:54:13] [INFO] Data folder is:
[08-07-2013 07:54:13] [INFO] d:\Users\Warren\Documents\OpenXcom\data\
[08-07-2013 07:54:13] [INFO] D:\Games\OpenXcomMod\data\
[08-07-2013 07:54:13] [INFO] D:\Games\OpenXcomMod\data\
[08-07-2013 07:54:13] [INFO] User folder is: d:\Games\OpenXcomMod\user\
[08-07-2013 07:54:13] [INFO] Config folder is:
[08-07-2013 07:54:13] [INFO] Options loaded successfully.
[08-07-2013 07:54:13] [INFO] SDL initialized successfully.
[08-07-2013 07:54:13] [INFO] SDL_mixer initialized successfully.
[08-07-2013 07:54:13] [INFO] Attempting to set display to 1280x960x8...
[08-07-2013 07:54:13] [INFO] Display set to 1280x960x8.
[08-07-2013 07:54:13] [INFO] Using mediocre scaling routine due to screen height.
[08-07-2013 07:54:13] [INFO] Loading ruleset...
[08-07-2013 07:54:13] [INFO] Ruleset loaded successfully.
[08-07-2013 07:54:13] [INFO] Loading resources...
[08-07-2013 07:54:14] [INFO] Loading extra resources from ruleset...
[08-07-2013 07:54:14] [INFO] Resources loaded successfully.
[08-07-2013 07:54:14] [INFO] OpenXcom started successfully!
The log itself indicates it doesn't know where the options.cfg file is located. This is the shortcut I'm using to run the game: D:\Games\OpenXcomMod\openxcom.exe -user d:\Games\OpenXcomMod\user
Maybe I'm doing something wrong, but this sure seems like a bug in the program to me. But, I'd be very appreciative if somebody could point out the obvious that I may be missing.
As an aside, I also find it interesting that the line about the resolution is different between the 2 log files, when the contents of the files in both locations is identical. I'll change that at some point, but that's not really my current problem.
Thanks for helping.