Posted by: Naepa - Friday, February 25, 2011 11:48:29 AM
So I've been trying to make it so that I can build other general's units without having to purchase them with generals points (in the case that I have all their buildings), which would require me to have another general's point tree. I was able to make the superweapon general's auroras no longer require a point (This is all in the shockwave mod), but for some reason I cant get it to work.
For the one I cant get to work, I change
[code] Prerequisites
Object = Armor_AmericaWarFactory
Object = Armor_AmericaStrategyCenter
Science = SCIENCE_MammothTank
End[/code]
to [code]Prerequisites
Object = Armor_AmericaWarFactory
Object = Armor_AmericaStrategyCenter
End[/code]
Yet, when I go to test it, nothing has changed. I know this is modding a mod, so things are bound to be a little more complicated going in, but is there anything I'm not doing that I should?
Posted by: Annihilationzh - Friday, February 25, 2011 10:40:03 PM
Nothing stands out.
Either you've got the wrong unit or the file isn't being read by the game.
Posted by: Naepa - Saturday, February 26, 2011 8:29:07 AM
I actually discovered what was giving me trouble, which was just a noob mistake. I was keeping all my other modded files in the same data folder for simplicity of swapping them out, and whenever the file I was trying to use had an error, it would just pull another one of the modded files and use it instead without me knowing. I moved them somewhere else, and it cleared up.