Sid Meier's Civilization VI

Sid Meier's Civilization VI

Unearthed: Artifacts and Relics Expansion
149 comentarii
STuRoK 27 aug. 2024 la 23:10 
Thanks for this great mod Deliverator.
If anyone needs more Relic / Artifact / GW slots, try this:
https://steamproxy.com/sharedfiles/filedetails/?id=3317674190
ReikoReiko 14 mai 2024 la 0:22 
I'm a dumb and boomer geek but i need this more clear instruction or video (if you could)
__________________________

The mod is made in such a way as to be extensible so that other mods can add more Artifacts and Relics without editing the Lua.

All you have to do is add your Artifact/Relic entries via XML or SQL.

For the artwork, if GreatWorkType="GREATWORK_XYZ_ARTIFACT_1" then:
* Icon_Defintion Names should be "ICON_GREATWORK_XYZ_ARTIFACT_1".
* Showcase GreatWorksArt Image should be named "XYZ_ARTIFACT_1".
__________________________

How can i completely do this ?
springieru 12 mai 2024 la 20:06 
Hi just to be sure, this does nothing else other than add a bit of variety to ingame relics?
infinitesworld 15 apr. 2024 la 14:08 
@ Gray Pockets, thanks for letting me know. I figured out the problem. World Builder maps must be created and saved with Unearthed enabled. You can't just enable Unearthed after the map was created without it in a new game or artifacts will be missing from the map.
Gray Pockets 9 apr. 2024 la 9:43 
Mod works for me
infinitesworld 9 apr. 2024 la 8:59 
Is this mod broken? antiquity sites not generating on map automatically, and even if I add them through world builder, archaeologist get stuck when trying to unearth an artifact, like they're bugged and pulling empty antiquity sites.
CKHomo 19 oct. 2023 la 21:03 
Create a simple Japanese translation here. Would be glad if can be merged into the original mod.
Mu 17 iul. 2023 la 2:12 
会卡住当ai回合一直执行无法结束,是和哪个mod冲突还是mod本身问题?
Anthaderas 9 iun. 2023 la 19:23 
Check your compatibilities, I have no issue with this mod at all.

Hey Deliverator, do you plan on adding more Relics to the pack ?
JohnLeGreat 24 apr. 2023 la 4:51 
Is this mod broken with Secret Societies?
JohnLeGreat 8 apr. 2023 la 6:19 
Acest comentariu nu a fost încă verificat de sistemul nostru automat de analizare a conținutului. Va fi temporar ascuns până când verificăm dacă include sau nu un conținut dăunător (de exemplu, linkuri către site-uri web care încearcă să fure informații).
jermapilled 2 ian. 2023 la 0:01 
Does this mod effect how Corporation's products are displayed in the Great Works screen?
犹太人头皮猎人 14 mart. 2022 la 19:34 
it seems to cause a bug. i'm now stuck on choose an artifact screen and can't end the turn, please help
FireBender 4 sept. 2021 la 1:46 
I have no idea how to make this work..
Bottom of the Well 22 iul. 2021 la 21:39 
That is awesome. Thank you for the information. Still cool mod. enjoy the take my points.
Deliverator23  [autor] 22 iul. 2021 la 1:26 
@Lord of Dog: This is possible - see the Pirates scenario Relics which grant special abilities. I'm not planning to use this feature in this mod however.
Bottom of the Well 21 iul. 2021 la 20:07 
Any way to add special effects to the Relics and Artifacts? Something Like +1 Gold or another stat?
Geminus Leonem 12 iul. 2021 la 1:14 
I am curious... would it be possible to create a new Artifact/Relic and make it so you can only obtain it through a specific action, such as a Great Person ability or a Wonder's effect?

Maybe by removing the EraType from the Artifact?
darkduke44 10 iul. 2021 la 15:30 
only small picture can show in the Great Works Viewer screen
Minimal_Gravitas 14 apr. 2021 la 3:24 
Does this mod affect how Corporations' Products are displayed in the Great Works Viewer screen?
josearte777 3 febr. 2021 la 12:27 
thank you, I have it translated into Spanish
now I will go to dinner and then I will send it to you via discord.
Deliverator23  [autor] 3 febr. 2021 la 11:23 
@josearte777: This is now fixed. :)
Deliverator23  [autor] 3 febr. 2021 la 11:23 
v2.01
* Fix Text error.
josearte777 3 febr. 2021 la 8:11 
[1755560.614] LocalizedText - Loading Text/UNE_Text_GreatWorks_Artifacts.xml
[1755560.619] Error parsing C:/Program Files (x86)/Steam/steamapps/workshop/content/289070/1804648933/Text/UNE_Text_GreatWorks_Artifacts.xml
I wonder why it causes this error
Deliverator23  [autor] 1 febr. 2021 la 8:52 
v2.00
* Expanded to include 64 Artifacts. There are now 15 each for the Ancient and Classical Eras, 13 each for Medieval and Renaissance and 8 for Industrial.
* Also added six new Relics.
* Move to December 2020 Patch method for loading GreatWorkShowcase functions. (No longer uses include)
kvandborg 23 ian. 2021 la 6:49 
@Deliverator.. Thnx for all those mods u have made here in Civ6.. I have a lot of them, and it makes the game much more fun than the original game.

Also I like u logo (the blue lego figure) i remember one of my lego sets, and also my first blue Space Lego minifigure. :steamhappy:
Deliverator23  [autor] 22 ian. 2021 la 6:32 
@LK: With the way GreatWorksShowcase.lua is structured means you end up having to have all the local variables and overriding all the functions which sort of defeats the object!
Laurana Kanan 22 ian. 2021 la 5:43 
@Deliverator - Only thing I can think of is if you didn't include/define the "local m_GreatWorkType:number = -1;" variable in your script? Any global variable present in the override script has to be reincluded/redefined.
Deliverator23  [autor] 22 ian. 2021 la 3:06 
@LK: Specifically the issue is that GameInfo.GreatWorks[m_GreatWorkType] returns NIL within my overridden UpdateGreatWork function.
Deliverator23  [autor] 22 ian. 2021 la 2:53 
@LK: This method doesn't seem to work for my override of UpdateGreatWork in GreatWorksShowcase.lua. No errors in the logs but the GW Showcase just doesn't open in the UI.
Laurana Kanan 21 ian. 2021 la 14:48 
@Deliverator - I sent the updated files to SC this morning making the same change of removing the ReplaceUIScript and the include GreatWorksShowcase.lua line and it works great - no more errors in the logs.
Adriaman 21 ian. 2021 la 11:43 
Maybe you've already checked but I fixed the same issue quite some time ago in my fix pack (including compatibility between this mod and Concise UI) : https://steamproxy.com/sharedfiles/filedetails/?id=1834331006 . A simple diff will show the differences right away.

Long story short, you can't replace lua base game files and ignore the dynamic loading of dlc lua files.
Deliverator23  [autor] 21 ian. 2021 la 4:24 
@LK: I will explore further whether a similar change works with GreatWorksShowcase.lua.
Laurana Kanan 20 ian. 2021 la 21:51 
@Deliverator - It's great you were able to eliminate that error in the logs.

@peter.spjuth - Thanks for discovering and helping to eliminate the error. I had seen that Dev comment at the bottom of the GreatWorksOverview.lua file and thought that could be the issue, but fwiw other than the runtime error, I didn't actually have a problem getting it to work. I'm a bit OCD with log errors though.

It seems I'll need to update the changes I had sent to SC for Magnum Opus's sound override as the GreatWorksShowcase.lua has the same Dev comment at the bottom.
Deliverator23  [autor] 20 ian. 2021 la 14:24 
Yeah, I've already updated with the change as you described. It worked with a test save game when I dug up a couple of Artifacts. Thanks for the pointer again.
Glindor 20 ian. 2021 la 14:19 
I think I just got it to work. It looks clean in the logs. Haven't played up to getting an artifact though yet...
https://www.dropbox.com/s/uypt03t5we04czi/apa.zip?dl=0
Deliverator23  [autor] 20 ian. 2021 la 14:15 
v1.06
* Eliminated Lua errors caused by unnecessary include("GreatWorksOverview.lua") - thanks to peter.spjuth for the pointer.
Deliverator23  [autor] 20 ian. 2021 la 14:01 
@peter.spjuth: I think I tried that and it didn't Just Work (TM) but I can try again.
Glindor 20 ian. 2021 la 13:34 
@Deliverator23: After the december patch GreatWorksOverview.lua in the base game works differently. The ReplaceUIScript trick was good before, but after that change not so much unfortunately. The base file automatically loads anything called GreatWorksOverview_* which matches your file. Your file loading the base file and the base file loading your file looks like the loop in the logs. To quote the new comment in the base game file: "If you're implementing a new "GreatWorksOverview_" file DO NOT include this file." You can simplify by dropping the include and the ReplaceUIScript and it should Just Work (TM). Hopefully they do not change it too much again in 8 days...
josearte777 19 ian. 2021 la 7:21 
Yossie's More Great Person can this affect you?
Deliverator23  [autor] 19 ian. 2021 la 5:59 
@josearte777: No shouldn't do as those mods don't touch the Great Works Overview or Showcase screens.
josearte777 19 ian. 2021 la 2:53 
Sukritact's Simple UI Adjustments
Sukritact's Civ Selection Screen
I just run those mods doesn't give me a problem, does it?
Deliverator23  [autor] 18 ian. 2021 la 14:29 
@josearte777: Are you running other UI mods? Does the UI work OK or not?
josearte777 18 ian. 2021 la 10:08 
Unearthed ----->>>> ERROR Error loading file where=C:\Program Files (x86)\Steam\steamapps\workshop\content\289070\1804648933\UI\GreatWorksOverview_GetGreatWorkIcon_Override.lua:1: , file=C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI\Base\Assets\UI\GreatWorksOverview.lua
Deliverator23  [autor] 18 ian. 2021 la 3:15 
@LK: The compatibility "fix" was a by-product of using ReplaceUIScript to override the GetGreatWorkIcon icon in GreatWorksOverview rather than replacing the whole Lua file. As far as I can tell I implemented this correctly. I'm by no means a Lua expert so I'm not sure I can do much to tidy up the errors in Lua.log. So far no one has reported the combination of Unearthed and Great Work Viewer not working.
Laurana Kanan 14 ian. 2021 la 8:23 
Seems to work OK, but there are multiple runtime errors in the Lua.log. Looks like there is a circular reference with Great Work Viewer's greatworksoverview.lua file. https://pastebin.com/wvgKiTVg
NuDDen 14 ian. 2021 la 4:32 
Awesome! Thank U!
Deliverator23  [autor] 14 ian. 2021 la 3:00 
v1.05
* Now compatible with Heroes & Legends Game Mode and Great Works Viewer UI Mod.
NuDDen 3 ian. 2021 la 5:58 
@SeelingCat Is it possible to merge this mod with "Great Works Viewer"? Both are great but i can only use one of them :(
Patalkok 21 dec. 2020 la 2:50 
Great Works panel dont work with Hero update season pass :(