orangejulius
04-13-2005, 00:53
I am not sure if anyone has seen these,or if it has been posted before
In the export_descr_buildings.txt file you put in capabilities,whether it is recruiting or adding bonuses like population growth or health bonuses,while searching through all the files i found something interesting,if you look in DATA/TEXT/STRAT.TXT,you will find all of the bonuses that are in in the building.txt file...plus some other ones,below is a sample from the file,
{SMT_CAPABILITY_WEAPON_SIMPLE} Upgrades melee weapons:
{SMT_CAPABILITY_WEAPON_MISSILE} Upgrades missile weapons:
{SMT_CAPABILITY_WEAPON_BLADED} Upgrades bladed weapons:
{SMT_CAPABILITY_WEAPON_SIEGE} Upgrades siege weapons:
{SMT_CAPABILITY_WEAPON_OTHER} >
{SMT_CAPABILITY_BODYGUARD} Improved generals' bodyguards
{SMT_CAPABILITY_RECRUITS_MORALE_BONUS} Morale bonus to troops trained here:
{SMT_CAPABILITY_RECRUITS_EXPERIENCE_BONUS} Experience bonus to troops trained here:
{SMT_CAPABILITY_HAPPINESS_BONUS} Public order bonus due to happiness:
{SMT_CAPABILITY_LAW_BONUS} Public order bonus due to law:
{SMT_CAPABILITY_CONSTRUCTION_COST_BONUS_MILITARY} >
{SMT_CAPABILITY_CONSTRUCTION_COST_BONUS_RELIGIOUS} >
{SMT_CAPABILITY_CONSTRUCTION_COST_BONUS_DEFENSIVE} >
{SMT_CAPABILITY_CONSTRUCTION_COST_BONUS_OTHER} >
{SMT_CAPABILITY_CONSTRUCTION_TIME_BONUS_MILITARY} >
{SMT_CAPABILITY_CONSTRUCTION_TIME_BONUS_RELIGIOUS} >
{SMT_CAPABILITY_CONSTRUCTION_TIME_BONUS_DEFENSIVE} >
{SMT_CAPABILITY_CONSTRUCTION_TIME_BONUS_OTHER} >
I tried to get these bonuses to work,but,i couldn't figure it out,i tried "CONSTRUCTION_TIME_BONUS_ RELIGIOUS",and put a "5" behind as the bonus,and didn't notice anything...the neat thing was...i didn't get any error messages or CTD's....so RTW recognizes the bonus,but, it doesn't do anything....maybe some of the other modders out there might have better luck.
In the export_descr_buildings.txt file you put in capabilities,whether it is recruiting or adding bonuses like population growth or health bonuses,while searching through all the files i found something interesting,if you look in DATA/TEXT/STRAT.TXT,you will find all of the bonuses that are in in the building.txt file...plus some other ones,below is a sample from the file,
{SMT_CAPABILITY_WEAPON_SIMPLE} Upgrades melee weapons:
{SMT_CAPABILITY_WEAPON_MISSILE} Upgrades missile weapons:
{SMT_CAPABILITY_WEAPON_BLADED} Upgrades bladed weapons:
{SMT_CAPABILITY_WEAPON_SIEGE} Upgrades siege weapons:
{SMT_CAPABILITY_WEAPON_OTHER} >
{SMT_CAPABILITY_BODYGUARD} Improved generals' bodyguards
{SMT_CAPABILITY_RECRUITS_MORALE_BONUS} Morale bonus to troops trained here:
{SMT_CAPABILITY_RECRUITS_EXPERIENCE_BONUS} Experience bonus to troops trained here:
{SMT_CAPABILITY_HAPPINESS_BONUS} Public order bonus due to happiness:
{SMT_CAPABILITY_LAW_BONUS} Public order bonus due to law:
{SMT_CAPABILITY_CONSTRUCTION_COST_BONUS_MILITARY} >
{SMT_CAPABILITY_CONSTRUCTION_COST_BONUS_RELIGIOUS} >
{SMT_CAPABILITY_CONSTRUCTION_COST_BONUS_DEFENSIVE} >
{SMT_CAPABILITY_CONSTRUCTION_COST_BONUS_OTHER} >
{SMT_CAPABILITY_CONSTRUCTION_TIME_BONUS_MILITARY} >
{SMT_CAPABILITY_CONSTRUCTION_TIME_BONUS_RELIGIOUS} >
{SMT_CAPABILITY_CONSTRUCTION_TIME_BONUS_DEFENSIVE} >
{SMT_CAPABILITY_CONSTRUCTION_TIME_BONUS_OTHER} >
I tried to get these bonuses to work,but,i couldn't figure it out,i tried "CONSTRUCTION_TIME_BONUS_ RELIGIOUS",and put a "5" behind as the bonus,and didn't notice anything...the neat thing was...i didn't get any error messages or CTD's....so RTW recognizes the bonus,but, it doesn't do anything....maybe some of the other modders out there might have better luck.