Posted by: bougggy - Monday, May 9, 2011 10:30:23 PM
hi forum, i have a question, how can i make my barracks gets soldier with normal, veteran, elite, ...... all in a one barracks, 10x, and any reply with codes, and where i should put them.

Posted by: CommieDog - Wednesday, May 11, 2011 6:34:02 AM
I'm not sure what you mean. Do you want to be able to purchase upgrades that make some units start with higher levels of veterancy?

Posted by: bougggy - Wednesday, May 11, 2011 7:05:09 AM
in barracks i can get ranger without veterancity, i want i 3 new buttons in barracks command buttons and sets that make me able to have veteran, elite, or the third level, like a getting normal ranger...plz codes

Posted by: BR-Alexandre - Wednesday, May 11, 2011 8:51:26 AM
guess i got it, not the codes but the idea. he want make 4 unit buttons, 1 for normal, 1 for veteran, 1 for elite and 1 for heroic levels of a unit, so he can chose wich one to use depending of availabe money (rigth?)

Posted by: CommieDog - Wednesday, May 11, 2011 9:56:04 PM
That would be tricky. You would have to make three copies of every infantry you wanted to be able to train at every veterancy level for every general. They would all be the same, except for different VeterancyGainCreate modules. You would also have the problem that selecting all units of a particular type would treat each type separately, even though they are basically the same.

Posted by: bougggy - Wednesday, May 11, 2011 11:34:43 PM
Okk thats what I want plz post some codes...thanks all of you guys

Posted by: glumurr - Thursday, May 12, 2011 7:18:58 AM
okay then. (I hope this is what you are looking for?) here is for: You will just place this where the module tags are.. VETERAN (1 star) [code] Behavior = VeterancyGainCreate ModuleTag_300 StartingLevel = VETERAN End[/code] ELITE (2 star) [code] Behavior = VeterancyGainCreate ModuleTag_300 StartingLevel = ELITE End[/code] HEROIC (3 star) [code] Behavior = VeterancyGainCreate ModuleTag_300 StartingLevel = HEROIC End[/code] Hope this works ;)

Posted by: bougggy - Sunday, October 30, 2011 4:20:56 AM
where can i add them ? in which INI file, i am using destructive forces, lets that i want to add them to USA Infantry, thank you anyway

Posted by: Annihilationzh - Sunday, October 30, 2011 9:51:39 AM
It's your job to find it. Try using the search function in windows explorer and set it to search in file contents. All units are in the object folder, and any unit can be in any file. I.E. I often use XXX.ini for new units. Usually units are organised, so you shouldn't have too much trouble deciphering it out from the file names.

Posted by: glumurr - Monday, October 31, 2011 3:12:30 AM
you can even call the ini file "a-bottle-with-water" it won't change anything.. might comfuse you a bit though