• 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.

jcwill23

Private
1 Badges
Jun 11, 2020
10
0
  • Crusader Kings II: The Old Gods
I could not find a config item to set default for CK2 save files (not auto-save) to be uncompressed, so I set out to mod it.

I suspect this is not possible, but I hope I missed something.

in \interface\menubar.gui, the checkbox is defined as

checkboxType = {
name = "checkbox_compressed"
position = { x = 362 y = 375 }
quadTextureSprite = "GFX_checkbox_default"
buttonText = ""
buttonFont = "vic_18"
pdx_tooltip = "CHECKBOX_COMPRESSED_SAVEGAMES"
orientation = "UPPER_LEFT"
}

and defaults to checked.

Another checkbox of the same type (dynamic music in the Audio tab of main settings) looks the same where I think it matters, but defaults to unchecked. It can be found in Frontend_settings.gui:

checkboxType = {
name = "context_sound_checkbox"
position = { x = 5 y = 120 }
quadTextureSprite = "GFX_checkbox_default"
buttonText = ""
buttonFont = "vic_18"
clicksound = generic_click_04
}

Craig