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