Well,I want to make the generals' skills like this:
First,when just start the game,select one general,then disable all the others,(like the orginal ones in pre-released) when the player promoted,you can select the skills of the general that you select at first rank by rank.
i dont know how to disable, but you can do it the way i do it:
the three generals costs 9 each, and you start with 9 points. you need one of the generals to get any of the other sciences. and total you can get (execpt the starting ones) of points are 8. that way you cant build two generals.
i dont know how to disable, but you can do it the way i do it:
the three generals costs 9 each, and you start with 9 points. you need one of the generals to get any of the other sciences. and total you can get (execpt the starting ones) of points are 8. that way you cant build two generals.
damn, that's a very good idea which I will use THanks for solving a problem I would've had
Now,i've played the ProGen by DZ,he made the general's system works perfectly.I'm finding to work out what he had done,but to my puzzled is i can't make the generals' system work:I can always select another general when promoted
Deezire edited the skirmish/multiplayer scb files so that it hides the other generals buttons when you select one.
Quote:
*** IF ***
Player '<Local Player>' is Faction Name: America
*AND* [???]Player Player '<Local Player>' acquired Science 'SCIENCE_AMERICAGeneral1'.
*** THEN ***
[???]Player '<Local Player>' is granted Science 'SCIENCE_GeneralChosen'.
[???]Player '<Local Player>' set Science 'SCIENCE_AMERICAGeneral2' availability to Science availability 'Hidden'.
[???]Player '<Local Player>' set Science 'SCIENCE_AMERICAGeneral3' availability to Science availability 'Hidden'.
Deezire edited the skirmish/multiplayer scb files so that it hides the other generals buttons when you select one.
Quote:
*** IF ***
Player '<Local Player>' is Faction Name: America
*AND* [???]Player Player '<Local Player>' acquired Science 'SCIENCE_AMERICAGeneral1'.
*** THEN ***
[???]Player '<Local Player>' is granted Science 'SCIENCE_GeneralChosen'.
[???]Player '<Local Player>' set Science 'SCIENCE_AMERICAGeneral2' availability to Science availability 'Hidden'.
[???]Player '<Local Player>' set Science 'SCIENCE_AMERICAGeneral3' availability to Science availability 'Hidden'.
Dang, that's pretty damn smart.. I think I'll do that for my mod, but first I need to be able to edit my mod with World Builder .. EA better hurry up releaseing a new version!