One line summary of your issue
2.8.2.1 - Missing Artifact Image
Game Version
2.8.2.1
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
When displaying the artifact "Scimitar of the Night" in the treasury tab of a character, no image is diplayed. A red cross is displayed instead.
--------------------------------------------
Possible cause:
- In the file ..\Steam\steamapps\common\Crusader Kings II\common\artifacts\00_artifacts.txt, the 1922 nd line is
However in ..\Steam\steamapps\common\Crusader Kings II\gfx\interface\inventory\artifacts there's no such file, while there is the ..\scimitar_T3.dds file
Possible solution:
- Simply changing said line from
to
solved the issue when I tried.
Steps to reproduce the issue.
1- Play as an Indian character
2- Go to the Intrigue tab
3- Choose the "Search for a smith" decision from the Decisions tab
4- Choose to forge a scimitar and always upgrade the quality when prompted
5- Select the second option among the three available as final result.
Upload Attachment
2.8.2.1 - Missing Artifact Image
Game Version
2.8.2.1
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
When displaying the artifact "Scimitar of the Night" in the treasury tab of a character, no image is diplayed. A red cross is displayed instead.
--------------------------------------------
Possible cause:
- In the file ..\Steam\steamapps\common\Crusader Kings II\common\artifacts\00_artifacts.txt, the 1922 nd line is
Code:
picture = "GFX_the_scimitar_T3"
However in ..\Steam\steamapps\common\Crusader Kings II\gfx\interface\inventory\artifacts there's no such file, while there is the ..\scimitar_T3.dds file
Possible solution:
- Simply changing said line from
Code:
picture = "GFX_the_scimitar_T3"
to
Code:
picture = "GFX_scimitar_T3"
solved the issue when I tried.
Steps to reproduce the issue.
1- Play as an Indian character
2- Go to the Intrigue tab
3- Choose the "Search for a smith" decision from the Decisions tab
4- Choose to forge a scimitar and always upgrade the quality when prompted
5- Select the second option among the three available as final result.
Upload Attachment
Attachments
Last edited:
Upvote
0