I uploaded the modular Influence Driven War and Unit Statistics. The modular Dark Blue theme is included. Again these are each their own dll with the SDK changes included.
Relax I can only do so much.
See that is why i really hate using a dll, what if you leave CFC??
Calm down, man. He's already taking a lot of time to do this, so don't get mad at him for no reason. Maybe you could try using the WoC mod itself? It has all of these components in it already.
Ok, the tech example is a perfect illustration for what I am asking.
Let's say I keep my mod designed in an absolutely non-modular method, but I incorporate WoC Lite to get the new Modular controls.
Someone else comes along and decides that they want to make Crafting (no Tech Prereqs) require Horseback Riding. Can they create a module that simply says:
Spoiler :Code:<Civ4TechInfos xmlns="x-schema:CIV4TechnologiesSchema.xml"> <TechInfos> <TechInfo> <Type>TECH_CRAFTING</Type> <OrPreReqs> <PrereqTech>TECH_HORSEBACK_RIDING</PrereqTech> </OrPreReqs> </TechInfo> </TechInfos> </Civ4TechInfos>
So, this being the ONLY modular file used (other than the schema of course), and no MLF being stated, would it work?