So I'm trying to set all of the city art to look like the industrial era. The info is stored in civ5artdefines_citybuildings as shown here:
I'd like it to basically look like this, where every granny file it pulls is the industrial set (Euro_Ind_City.gr2):
This is the test SQL I put together to update the ancient era but no luck:
UPDATE BuildingArtInfos
SET Granny = 'Euro_Ind_City.gr2'
WHERE Culture = 'Europe' AND Era = 'Ancient'
Any help would be awesome!
Thanks,
-Smitty
Spoiler:
I'd like it to basically look like this, where every granny file it pulls is the industrial set (Euro_Ind_City.gr2):
Spoiler:
This is the test SQL I put together to update the ancient era but no luck:
UPDATE BuildingArtInfos
SET Granny = 'Euro_Ind_City.gr2'
WHERE Culture = 'Europe' AND Era = 'Ancient'
Any help would be awesome!
Thanks,
-Smitty