Posted by: MicScoTho - Sunday, April 4, 2010 8:39:06 PM
I found a way to launch a Tiberium Wars mod with a command line switch, thanks to [url=http://www.gamereplays.org/community/index.php?showtopic=492333]these[/url] [url=http://www.ppmsite.com/forum/viewtopic.php?t=14229]resources[/url]. The switch to use is modconfig, and you can point it at an SkuDef (or any other text-) file: [code]"C:\Program Files\Electronic Arts\Command & Conquer 3\CNC3.exe" -modconfig "C:\Users\Mike\Documents\Command & Conquer 3 Tiberium Wars\Mods\SomeMod\SomeMod1.0.00_.SkuDef"[/code] You can use this to create a shortcut to a mod, without having to open up the C&C 3 "Game Browser".

Posted by: gg67 - Friday, August 20, 2010 6:01:38 PM
Thx for the tip ^^ Note that relative path seems not to work :/ -modconfig "Mods\SomeMod\SomeMod1.0.00_.SkuDef" -modconfig "SomeMod\SomeMod1.0.00_.SkuDef"