Okay so lets get started, I am running kane's wrath via steam version 1.02. Compiled a basic mod using Mod SDK that is meant to just change the starting resources for multiplayer settings. It compiles fine makes a .big and .skudef file. Mod shows up in the Mod Launcher. When i attempt to launch the mod via mod launcher I get this error:
If I try to use a shortcut to CNC3EP1.exe and change its target to reflect the mod location like such:
"C:\Program Files (x86)\Steam\steamapps\common\Command and Conquer 3 - Kane's Wrath\CNC3EP1.exe" -modConfig "E:\My Documents\Command & Conquer 3 Kane's Wrath\mods\TM\TM_1.2.skudef"
The normal logo for the game startup pops up for about 5 seconds then just closes.
I tried using the method for steam of setting -ui and then looking in the replays thing for a mod folder but it doesn't show up there.
I also tried using -modConfig "E:\My Documents\Command & Conquer 3 Kane's Wrath\mods\TM\TM_1.2.skudef" method for steam, game loads fine but has no effect from the mod (which makes me think it didnt load).
Is there a method I can use to run my mod on steam? Or a way I can at least see if my mod is functional, I would really desperatly like to start modding for this but getting started is turning out to be very frustrating lol
My mod code is below for reference if it might help solve this for me.
http://puu.sh/8gU0P.rar (zipped up the pre compiled code for the whole mod folder)
Any help on this would be greatly appreciated. Thanks in advance.
Edit: Tried to launch mod loader with a cracked version of the game at 1.02 as well and it loaded the game fine so im guessing the above error has to do with steam or something.
Sadly the mod didnt take effect still so thats rather disapointing as well >.>