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
							
						
											




一般这种情况是由于默认对焦对象是女性或者女性先祖导致的,家主的上下三代人以内没有入赘和女性主导婚姻就不会有这个问题啦。
会冲突,你的担心是合理的。
Totally yes.
There is no available function in the family tree gui script that returns the marriage type, nor is there a function that returns the child character to directly check the family of the children (I have not found the public information of these functions). I have also tried to indirectly distinguish whether it is a marriage within the same family by checking the family of the spouse, but the situation where the original spouse dies and has children with him and remarries someone else cannot be considered. So I temporarily gave up the complicated solution and chose the most common and most popular solution that only considers patrilineal (or matrilineal) marriages.
我也很想达成默认收起的效果,且待我再努力一段时间。
我这边测试档进行了连续20+代同代自交(父辈回交、跨代回交),没有出现完全不显示宗族树的这种情况,有一种可能性是会显示一个已死亡女性节点,点击她上方的加号即可加载完整的家族树(默认展开上溯三代可以继续点加号扩展)。
I find that in the early game, Matrilinnial marriages can help to expand you tree fast. However with this mod, all the children of those unions are not shown in my view.
Would it be possible to instead of gender restricting the view to instead only show children of a primary union? (Normal marriages for men, and matrilinieal for women)
我尝试了五个小时但是只能放弃。因为 P社wiki [ck3.paradoxwikis.com]上没有提供可以直接抓取子女对象的函数,也没有可供对婚姻类型进行判断的函数。而根据现配偶的宗族进行判断又会出现其他问题,比如说圣婚的配偶死亡会导致对空对象的宗族属性进行对比操作,输出是难以预料的。所以我的建议是 坚持神圣的y染色体遗传 。
This is a good idea. But no, sorry, this mod cannot automatically keep the branches below the selected gender closed while still letting you open them with the "+" button. This is because the function return value DynastyTreeItem.AreChildrenVisible can't be directly edited or set by mods and its default value is true, so branches always start expanded. I think this is a limitation of the CK3 modding system. Let's look forward to Paradox releasing more editable code in the future.