Does anyone know if it possible to create a new Great Work Slot Type? I've been trying to find a way to do this for a while but haven't had much luck. Currently I've only been using this XML.
<GreatWorkSlotTypes>
<Row GreatWorkSlotType="GREATWORKSLOT_NATURAL"/>
</GreatWorkSlotTypes>
<GreatWork_ValidSubTypes>
<Row GreatWorkSlotType="GREATWORKSLOT_NATURAL" GreatWorkObjectType="GREATWORKOBJECT_ARTIFACT"/></GreatWork_ValidSubTypes>
As soon as it is associated with the slots provided by a building, the Great Works tab won't open. I haven't been able to work out what I'm missing except for artwork.
I tried playing around with the GreatWorksOverview.lua file, but making any edits to this caused the same problems with the Great Works Tab. I've been trying to see whether there's anything I can do with this particular part, which looks like it should be what I need.
local DEFAULT_GREAT_WORKS_ICONS:table = {
GREATWORKSLOT_WRITING = "ICON_GREATWORKOBJECT_WRITING",
GREATWORKSLOT_PALACE = "ICON_GREATWORKOBJECT_SCULPTURE",
GREATWORKSLOT_ART = "ICON_GREATWORKOBJECT_PORTRAIT",
GREATWORKSLOT_CATHEDRAL = "ICON_GREATWORKOBJECT_RELIGIOUS",
GREATWORKSLOT_ARTIFACT = "ICON_GREATWORKOBJECT_ARTIFACT_ERA_ANCIENT",
GREATWORKSLOT_MUSIC = "ICON_GREATWORKOBJECT_MUSIC",
GREATWORKSLOT_RELIC = "ICON_GREATWORKOBJECT_RELIC"
};
Any help would be greatly appreciated
<GreatWorkSlotTypes>
<Row GreatWorkSlotType="GREATWORKSLOT_NATURAL"/>
</GreatWorkSlotTypes>
<GreatWork_ValidSubTypes>
<Row GreatWorkSlotType="GREATWORKSLOT_NATURAL" GreatWorkObjectType="GREATWORKOBJECT_ARTIFACT"/></GreatWork_ValidSubTypes>
As soon as it is associated with the slots provided by a building, the Great Works tab won't open. I haven't been able to work out what I'm missing except for artwork.
I tried playing around with the GreatWorksOverview.lua file, but making any edits to this caused the same problems with the Great Works Tab. I've been trying to see whether there's anything I can do with this particular part, which looks like it should be what I need.
local DEFAULT_GREAT_WORKS_ICONS:table = {
GREATWORKSLOT_WRITING = "ICON_GREATWORKOBJECT_WRITING",
GREATWORKSLOT_PALACE = "ICON_GREATWORKOBJECT_SCULPTURE",
GREATWORKSLOT_ART = "ICON_GREATWORKOBJECT_PORTRAIT",
GREATWORKSLOT_CATHEDRAL = "ICON_GREATWORKOBJECT_RELIGIOUS",
GREATWORKSLOT_ARTIFACT = "ICON_GREATWORKOBJECT_ARTIFACT_ERA_ANCIENT",
GREATWORKSLOT_MUSIC = "ICON_GREATWORKOBJECT_MUSIC",
GREATWORKSLOT_RELIC = "ICON_GREATWORKOBJECT_RELIC"
};
Any help would be greatly appreciated
