Is there any way to add new buildings all together?
or at least make buildings available for different factions, like, say i want to build an archery range as britons.
Could i just write in the faction name for that building?
Is there any way to add new buildings all together?
or at least make buildings available for different factions, like, say i want to build an archery range as britons.
Could i just write in the faction name for that building?
sry for having this account, to any moderators out there
I'm having comp problems and can't use my real acc.
This is a tutorial (which contains the answer to your question btw), and all discussion relating to it should be posted here: https://forums.totalwar.org/vb/showt...635#post828635 (as it also says in the tutorial).
Do not post in this thread. Thank you.
It is also possible to provide a choice of buildings.
The original code from above allows the contruction of the archery range
In the example below, you will get two buildings offered to you and you must chose which one to construct. All the other rules regarding dscriptions apply.Code:construction 3 cost 1200 settlement_min large_town upgrades { archery_range } }
This is an example codeline from the upcoming FOE project You can also add requirements based on faction or hidden resourcesCode:construction 3 cost 1200 settlement_min large_town upgrades { archery_range1 archery_range2 } }
Code:roman_govt_2 requires factions { rome_republic, } and hidden_resource italy } construction 8 cost 1200 settlement_min town upgrades { roman_govt_4 }
Bookmarks