No need for adjacency for Wonders
奇迹不需要与地区相邻,但仍然需要一个。
副作用:除非您已经拥有所需的区域,否则它们不会显示在施工列表中。
你可以下载mod并使用它或只使用这个sql更新:
UPDATE Buildings SET PrereqDistrict = AdjacentDistrict,Adjace
Wonders won't need to be adjacent to district but they will still require one.
Side effect: they won't show on the construction list unless you already have the required district.
You can download the mod and use it or just use this sql update:
UPDATE Buildings SET PrereqDistrict = AdjacentDistrict, AdjacentDistrict = NULL WHERE MaxWorldInstances == 1 AND AdjacentDistrict IS NOT NULL;
昵称:
邮箱:
内容: