i dont actually have the files to create the stockpiles, all i'm trying to do is change capacities.
so i've now got a folder in my banished kit folder called storageyardsx2.
in that theres:
a template folder with a folder called storageyards containing all the files kralyerg sent me
package.rsc
PackageFile storageyardsx2
{
String _name = "storage yards";
String _author = "kid1293";
String _description = "Banished override to make storage yard capacity x2.";
String _icon = "icon.png";
int _userVersion = 1.0;
// all files in resource directory
String _includeList
[
"*"
]
// exclude package files, mod files, file used for building packages
String _excludeList
[
"Package_*.crs"
"*.pkg"
"*.pkm"
]
}
storageyardsx2.rsc
ExternalList list
{
External _resources
[
"Template/storageyards/storageyard.rsc"
"Template/storageyards/storageyardcoal.rsc"
"Template/storageyards/storageyardconstruction.rsc"
"Template/storageyards/storageyardfirewood.rsc"
"Template/storageyards/storageyardindustrial.rsc"
"Template/storageyards/storageyardiron.rsc"
"Template/storageyards/storageyardmaterials.rsc"
"Template/storageyards/storageyardminerals.rsc"
"Template/storageyards/storageyardstone.rsc"
"Template/storageyards/storageyardwood.rsc"
]
}
am i right so far? do i need to move anything? what do i do next?

sorry if i'm being dumb & missing something obvious, i WILL get there

thanks for all your help

saf