Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This mod does not directly affect artifacts or legends, and I have never been able to reproduce the reported issues. If you experience these problems WITHOUT any other mods, please let me know how to reproduce them in detail.
This mod breaks the artifact images and CTD when you attempt to start a legend. Removing it fixed both problems for me.
# Giving historical flag
add_character_flag = historical_safe
# Give flag to every character currently pinned by us
every_pinned_character = {
add_character_flag = historical_safe
}'''
but don't even remember where I plugged that in the console. Still its time to make a mod that saves the historical characters from the plagues. I'd like to try and make a tiny submod that gives them plague resistance and keeps them from being purged with population control mod
The historical id is saved on the character so it should be possible. I think there’s a way to reference it when coding as well. (I think it’s used in the generate families coding).
but PDX piles the whole artifact feature behind numerous variables that are added and deleted in the course of the artifact creation. Something breaks in that system and the game decides not add an asset or icon to the artifact. and there is no viable fallback. If you go into the save file, you will see either the the asset or icon is some garbage variable. Good luck ever figuring out what the actual problem is because nobody else can. (Additionally, it may work fine for 20 years and then all of a sudden go poof)
https://steamcommunity.com/sharedfiles/filedetails/?id=2829347852
FUN did a great job of fixing this last year and got rid of the compatibility issues, however, it now works fine getting into the game but once you click anything it crashes. (the usual error is a character interaction cannot be created).
My suspicion is that it's not an error in the mod, just the games inability to process this much data without the database system breaking once it's combined with other mods.
This is why I made the lite version which adds the historical character's traits and info through a much simpler process, however, it does not do the birth of children after game start like the main mod.
I would love to use the full version myself but I could not figure out how.