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)