bougggy
  • bougggy
  • 64.25% (Friendly)
  • Private Topic Starter
14 years ago
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.
Sponsor
CommieDog
14 years ago
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?
UserPostedImage 
CommieDog: Because someone has to do your dirty work for you
bougggy
  • bougggy
  • 64.25% (Friendly)
  • Private Topic Starter
14 years ago
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
BR-Alexandre
14 years ago
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?)
"The Only Way To Have Peace is Prepare for War" <---I forgot who said this...
"Lasers make superior weapons!" <--- Townes
"Laser crusader ready for engagement" <--- Laser Crusader Tank
"Tactical lasers online" <--- Avenger Support Venhice
"Storm climbed mountain" <--- Pathfinder Elite Infantry
"Ready for covert mission" <--- Stealth Fighter Tactical Support
CommieDog
14 years ago
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.
UserPostedImage 
CommieDog: Because someone has to do your dirty work for you
bougggy
  • bougggy
  • 64.25% (Friendly)
  • Private Topic Starter
14 years ago
Okk thats what I want plz post some codes...thanks all of you guys
glumurr
14 years ago
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)

  Behavior = VeterancyGainCreate ModuleTag_300
    StartingLevel = VETERAN
  End

ELITE (2 star)

  Behavior = VeterancyGainCreate ModuleTag_300
    StartingLevel = ELITE 
  End

HEROIC (3 star)

  Behavior = VeterancyGainCreate ModuleTag_300
    StartingLevel = HEROIC
  End

Hope this works 😉
hmm...
if I don't reply to a topic I don't know the answer - sorry
bougggy
  • bougggy
  • 64.25% (Friendly)
  • Private Topic Starter
14 years ago
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
Annihilationzh
14 years ago
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.
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.
glumurr
14 years ago
you can even call the ini file "a-bottle-with-water" it won't change anything..
might comfuse you a bit though
hmm...
if I don't reply to a topic I don't know the answer - sorry