Log in

View Full Version : How to add mines



Ludens
05-14-2004, 21:14
I realize this may be a very common question on this forum, but does anyone know how exactly to add and remove mines from the campaign map? I am using the patched version of VI.

VikingHorde
05-14-2004, 21:22
I have not tryed it, but I think you just need to add gold silver ect. to the province.
It is done in the campain files (early, high and late text)

Duke John
05-14-2004, 23:09
Mines require a resource (salt, copper, silver, gold) to be build. In the campaign file, for example Early.TXT, you should set the resources for all the provinces in which you want to be able to build mines:

//SetResources:: ID_REGIONNAME RESOURCE1 RESOURCE2

Where Resource1/2 can be either salt, copper, silver, gold or iron (if you want multiple resources you have to do it like this, but you don't need to). Only the first 4 resources are for mines, iron is a requirement for weaponsmiths.

To start a campaign with mines in the provinces with resources you need to add the following in the campaign file:

MakeBuilding:: ID_REGIONNAME RESOURCE_MINE

Where RESOURCE can be SALT, COPPER, SILVER or GOLD.

Happy modding,
Duke John

Ludens
05-15-2004, 09:46
Thank you VikingHorde and Duke John