I wouldn't mind if they were just plain everywhere recruitable,
This is simple. Open export_descr_buildings.txt file. Now look for unit you are interested in, make sure you only change lines that have your faction mentioned between brackets {} and delete all hidden resources requirements.
Delete all other entries in the same building. They are not necessary anymore.
If there are more factions then yours mentioned between brackets {}, copy the whole line and paste it below original.
Delete your faction name from original line and delete all but your faction from new line. Now delete all resources requirements from new line.
In all other lines in the same building for chosen unit delete your faction from brackets {} (if there is more then one faction mentioned or whole line if its only your faction ).
Always make backup a file before you start to change it!
Edited:
Example:
Before:
Code:
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource SW and hidden_resource B and hidden_resource n1 and hidden_resource n2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource NW and hidden_resource B and hidden_resource n1 and hidden_resource n2 and hidden_resource n4 and hidden_resource y8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource NW and hidden_resource B and hidden_resource n1 and hidden_resource y2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource NW and hidden_resource B and hidden_resource y1 and hidden_resource y2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource NW and hidden_resource D and hidden_resource n1 and hidden_resource y2 and hidden_resource n4 and hidden_resource y8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource SW and hidden_resource D and hidden_resource n1 and hidden_resource n2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource NW and hidden_resource A and hidden_resource n1 and hidden_resource y2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource SW and hidden_resource B and hidden_resource y1 and hidden_resource n2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource SW and hidden_resource B and hidden_resource y1 and hidden_resource y2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource NW and hidden_resource C and hidden_resource y1 and hidden_resource y2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource NW and hidden_resource C and hidden_resource y1 and hidden_resource n2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource SW and hidden_resource C and hidden_resource n1 and hidden_resource y2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource NW and hidden_resource C and hidden_resource n1 and hidden_resource n2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource SW and hidden_resource C and hidden_resource y1 and hidden_resource y2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, scythia, britons, } and hidden_resource SW and hidden_resource B and hidden_resource n1 and hidden_resource y2 and hidden_resource n4 and hidden_resource n8
After:
Code:
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource SW and hidden_resource B and hidden_resource n1 and hidden_resource n2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { gauls, }
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource NW and hidden_resource B and hidden_resource n1 and hidden_resource n2 and hidden_resource n4 and hidden_resource y8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource NW and hidden_resource B and hidden_resource n1 and hidden_resource y2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource NW and hidden_resource B and hidden_resource y1 and hidden_resource y2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource NW and hidden_resource D and hidden_resource n1 and hidden_resource y2 and hidden_resource n4 and hidden_resource y8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource SW and hidden_resource D and hidden_resource n1 and hidden_resource n2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource NW and hidden_resource A and hidden_resource n1 and hidden_resource y2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource SW and hidden_resource B and hidden_resource y1 and hidden_resource n2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource SW and hidden_resource B and hidden_resource y1 and hidden_resource y2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource NW and hidden_resource C and hidden_resource y1 and hidden_resource y2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource NW and hidden_resource C and hidden_resource y1 and hidden_resource n2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource SW and hidden_resource C and hidden_resource n1 and hidden_resource y2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource NW and hidden_resource C and hidden_resource n1 and hidden_resource n2 and hidden_resource y4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource SW and hidden_resource C and hidden_resource y1 and hidden_resource y2 and hidden_resource n4 and hidden_resource n8
recruit "celtic infantry botroas" 0 requires factions { scythia, britons, } and hidden_resource SW and hidden_resource B and hidden_resource n1 and hidden_resource y2 and hidden_resource n4 and hidden_resource n8
Bookmarks