Naepa
  • Naepa
  • 51.5% (Neutral)
  • Private Topic Starter
15 years ago
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
 Prerequisites
    Object  = Armor_AmericaWarFactory
    Object  = Armor_AmericaStrategyCenter
    Science = SCIENCE_MammothTank
  End

to
Prerequisites
    Object  = Armor_AmericaWarFactory
    Object  = Armor_AmericaStrategyCenter
  End

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?
Sponsor
Annihilationzh
15 years ago
Nothing stands out.

Either you've got the wrong unit or the file isn't being read by the game.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
Naepa
  • Naepa
  • 51.5% (Neutral)
  • Private Topic Starter
15 years ago
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.