Jump to content
Sign in to follow this  
Guest

is there a way to make unit be heros when there made

Recommended Posts

Guest

is there a way to make unit be heros when there made

Share this post


Link to post
Guest callum

yeah kill loads of enemy :D

Share this post


Link to post

Or you can use Finalbig to extract the file that contains the unit you want to make a hero and add this to their area

 

Behavior = VeterancyGainCreate ModuleTag_??

___StartingLevel = Heroic

End

 

 

Exactly like that. The only thing you have to change is the ?? on module tag. Make sure you use the next number for them. So go through their other tags and make sure you use the correct next number. So if their last numbered tag is 18 you would make this one 19 and make sure you put it after their last behavior tag, to make sure you have it in the right area.

 

 

NOTE: The spaces in the code matter as well as capitalization. So make sure the spaces are there before "Starting"

 

 

EDIT: Since it doesnt show the spaces when i posted it is 3 before start. I added underlines to show how it should look, DO NOT put them in. The underline after ModuleTag IS suppossed to be there though.

 

You can also edit how many you get per buy. Like when china you buy a redguard but get 2.

 

The tag for that is

 

Behavior = ProductionUpdate ModuleTag_??

____QuantityModifier = <Object name> <How many you want>

End

 

The underlines are also there just to show spacing. Make sure you use the name in the game like "Nuke_ChinaInfantryRedguard" or "ChinaInfantryBlackLotus" It can be anything but it has to be exactly as the game shows it in the files.

 

You place that tag in the barracks or warfactory that builds what you want multiples of.

 

Remember this is not really somehting you want to do if you have never esited a file. Always make a copy of the original and put somewhere safe incase you mess up and your game doesnt run. So instead of reinstalling you just have to copy the original back over. Or do this on one of the BIG files you created with tibed in the mod directory.

 

Man, this got long huh?

Share this post


Link to post

Are those spaces really required? I thought they were for layout only?

Share this post


Link to post

Every time I had tried to it without the spaces it wouldnt work and I would get the "Serious Error" message.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×