Tested - it deploys fine - but the AI Yuri IE's upon the game loading. When the player chooses Yuri, it's fine though...
I wanted the AI only to deploy a Conyard and be able to build only the 3 structures available in the game mode - War Factory, and both Superweapons. To stop the AI building a complete base, which it does right now, I used the code:
I did that with all Power Plants. Yet, the AI is still building up a full base. Plus, as above, Yuri's AI is IEing. Any thoughts? (And no, the actual ini code does not have a space in "Africans" nor does the ForbiddenHouses= tag take up two lines).
I wanted the AI only to deploy a Conyard and be able to build only the 3 structures available in the game mode - War Factory, and both Superweapons. To stop the AI building a complete base, which it does right now, I used the code:
Code:
[YAPOWR]
TechLevel=11
Prerequisite=REINFORCE
ForbiddenHouses=Russians,Confederation,Africans,Arabs,British,French,Germans,Americans,Alliance,YuriCountry
AIBuildThis=no
I did that with all Power Plants. Yet, the AI is still building up a full base. Plus, as above, Yuri's AI is IEing. Any thoughts? (And no, the actual ini code does not have a space in "Africans" nor does the ForbiddenHouses= tag take up two lines).