Resolved CreateSpecialHero Culture Override

正在查看此主题的用户

Shadowclaimer

Sergeant
插入代码块:
if (culture.StringId != "empire" && culture.StringId != "vlandia" && culture.StringId != "battania" && culture.StringId != "sturgia" && culture.StringId != "aserai" && culture.StringId != "khuzait")
            {
                if (culture.StringId == "nord"  culture.StringId == "vakken"  culture.StringId == "darshi")
                {
                    culture = Hero.MainHero.Culture;
                }
                culture = Hero.MainHero.Culture;
            }

This series of code seems to be causing any modded culture to default back to the hero party's default culture for generating heroes. Right now there are a myriad of issues with custom cultures in mods, Settlements.xml is not loading ownership/culture changes through submodules for instance.
 
Hello, sorry for the late reply. We have fixed a considerable amount of the problems we have encountered so far and improved the game performance with the multiple patches we have released. Please make sure that your game, your drivers, and OS are up to date and the game has necessary permissions over your security software. Please let us know if the problem persists after completing these steps and verifying the integrity of the game files.
 
Hi, I will mark the issue as resolved. If you encounter the same one in the latest version, please let me know. Thanks!
 
后退
顶部 底部