• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

DKSKX

Recruit
May 30, 2019
2
0

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

Houses button that shows cadets only shows up for dynasties that start off with cadets.

Description​

I've posted about this on Reddit and the steam forums under the update that I first noticed this on and have gotten zero help or even info as to why this is happening. It doesn't make sense why I can create cadets but the actual way to view them isn't appearing.

Steps to reproduce​

Start up game as any dynasty that can create a cadet. Make cadet, check dynasty tab, no house button under living members button.

Attached is a screenshot of the moment I create a cadet for East Anglia, note how the dynasty tab is not functioning properly. Started this game specifically to test this, post verification of cache and I never play vanilla with mods.

Game Version​

1.1.4

Platform​

Windows

Additional Information​

Affected Feature​

  • Events
  • Gameplay
  • Interface

Save Game​



Other Attachments​

View attachment RDT_20231214_1627173643819560261448909.jpg

 

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

Houses button that shows cadets only shows up for dynasties that start off with cadets.

Description​

I've posted about this on Reddit and the steam forums under the update that I first noticed this on and have gotten zero help or even info as to why this is happening. It doesn't make sense why I can create cadets but the actual way to view them isn't appearing.

Steps to reproduce​

Start up game as any dynasty that can create a cadet. Make cadet, check dynasty tab, no house button under living members button.

Attached is a screenshot of the moment I create a cadet for East Anglia, note how the dynasty tab is not functioning properly. Started this game specifically to test this, post verification of cache and I never play vanilla with mods.

Game Version​

1.1.4

Platform​

Windows

Additional Information​

Affected Feature​

  • Events
  • Gameplay
  • Interface

Save Game​



Other Attachments​

View attachment 1062961
Well, you have the Interface active and as far as I know, the Game does not update the Dynasty House Interface, when it is active, you need to close it and open it again.
 
Do not despair! I have encountered the same problem, it is really frustrating and it seems no attention has been paid to it. You can modify the game files:
game/gui/window_dynasty_house and in the ### DYNASTY TREE ### section replace hbox = {} by the following:

hbox = {
layoutpolicy_horizontal = expanding
margin = {0 10}

vbox = {
spacing = 10

button_standard = {
onclick = "[DynastyHouseView.ToggleMembersWindow('dynasty')]"
tooltip = "DYNASTY_VIEW_MEMBERS_TT"
text = "DYNASTY_VIEW_MEMBERS"
}

hbox = {
layoutpolicy_horizontal = expanding

expand = {}

button_standard = {
onclick = "[GetVariableSystem.Set( 'dynasty_view_expand', 'houses' )]"
tooltip = "DYNASTY_VIEW_HOUSES_TT"
text = "DYNASTY_VIEW_HOUSES_AMOUNT"
}
}
}
}