Hello im new in this forum and english is my second language.
I was trying to mod the resourses placement on the mod above mentioned and im new to modding, so i just want some resources to not be placed in some regions in the map caymearthforvp. so i thought i could message the mod creator but i dont know how to.
in the file ResourceRegionExclude.xml i tried to mod it, but nothing happened, then i explored some more and the file YnAEMP_Regions.sql has the resource exclusion regions for the caymearthforvp but nothing happens. and i read the modinfo file and thought that i have to update the md5, but i saw the import was set to 0 and this confused me so much, i tried to change it to one and again nothing.
starting in the line 1878 of the sql file i added more resources to exclude like no wine in the america continent
CREATE TABLE IF NOT EXISTS Resource_CaymRegionExclude(Type, Resource);
INSERT INTO Resource_CaymRegionExclude
(Type, Resource)
VALUES ('NORTH_AMERICA', 'RESOURCE_WINE'),
(...);
sorry for bad format
i just want to say great work with VP, i use the 4.22bigmodpack for mp because my laptop is more than 10 years old. And to run such big map with 22 civs + 41 minors i really need this modpack.
I was trying to mod the resourses placement on the mod above mentioned and im new to modding, so i just want some resources to not be placed in some regions in the map caymearthforvp. so i thought i could message the mod creator but i dont know how to.
in the file ResourceRegionExclude.xml i tried to mod it, but nothing happened, then i explored some more and the file YnAEMP_Regions.sql has the resource exclusion regions for the caymearthforvp but nothing happens. and i read the modinfo file and thought that i have to update the md5, but i saw the import was set to 0 and this confused me so much, i tried to change it to one and again nothing.
starting in the line 1878 of the sql file i added more resources to exclude like no wine in the america continent
CREATE TABLE IF NOT EXISTS Resource_CaymRegionExclude(Type, Resource);
INSERT INTO Resource_CaymRegionExclude
(Type, Resource)
VALUES ('NORTH_AMERICA', 'RESOURCE_WINE'),
(...);
sorry for bad format
i just want to say great work with VP, i use the 4.22bigmodpack for mp because my laptop is more than 10 years old. And to run such big map with 22 civs + 41 minors i really need this modpack.