0% found this document useful (0 votes)
5 views3 pages

Settings Layout

The document outlines the settings pages for graphics, audio, and game configurations, detailing various categories and their respective settings. Each category includes specific settings such as display modes, audio volumes, and game tutorials. The structure is organized to facilitate user navigation and customization of game preferences.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views3 pages

Settings Layout

The document outlines the settings pages for graphics, audio, and game configurations, detailing various categories and their respective settings. Each category includes specific settings such as display modes, audio volumes, and game tutorials. The structure is organized to facilitate user navigation and customization of game preferences.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

page = {

name = "SETTINGS_PAGE_GRAPHICS"
category = {
category = "Graphics" # Must match category name in code
name = "SETTINGS_CATEGORY_SCREEN"
order = {
"display_mode"
"fullscreen_resolution"
"vsync"
"display_index"
"device"
}
}

category = {
category = "GUI"
name = "SETTINGS_CATEGORY_GUI"
order = {
"scale"
}
}

category = {
category = "Graphics" # Must match category name in code
name = "SETTINGS_CATEGORY_QUALITY"
order = {
"quality"
}
}

category = {
category = "Graphics" # Must match category name in code
name = "SETTINGS_CATEGORY_ADVANCED_GRAPHICS"
order = {
"multi_sampling"
"texture_quality"
"anisotropic_filtering"
"refraction_quality"
"shadowmap_resolution"
"mapobject_quality"
"mesh_lod_bias"
"mesh_lod_fade"
"animated_portraits"
"portraits_ssao"
"bloom_enabled"
"advanced_shaders"
"hide_coast_border_on_zoom"
}
}
}

page = {
name = "SETTINGS_PAGE_AUDIO"
category = {
category = "Audio"
name = "SETTINGS_CATEGORY_AUDIO_GENERAL"
order = {
"[Link]:/"
"[Link]:/Music"
"[Link]:/Sound Effects"
}
}

category = {
category = "Audio"
name = "SETTINGS_CATEGORY_SFX"
order = {
"[Link]:/Ambience"
"[Link]:/UI"
}
}
}
page = {
name = "SETTINGS_PAGE_GAME"

category = {
category = "System"
name = "SETTINGS_CATEGORY_LANGUAGE"
order = {
"language"
}
}

category = {
category = "game"
name = "SETTINGS_CATEGORY_SAVE_GAMES"
order = {
"autosave"
}
}

category = {
category = "interface"
name = "SETTINGS_CATEGORY_TOOLTIPS"
order = {
"tooltip"
"tooltip_delay"
"tooltip_lock_time"
"tooltip_unlock_time"
"tooltip_open_time_when_another_locked"
}
}

category = {
category = "System"
name = "SETTINGS_CATEGORY_MAP_CONTROLS"
order = {
"mouse_panning"
}
}

category = {
category = "game"
name = "SETTINGS_CATEGORY_TUTORIAL"
order = {
"show_suggestions"
"reactive_tutorial"
"reset_reactive_advice"
}
}

category = {
category = "game"
name = "SETTINGS_CATEGORY_GAME_PORTRAITS"
order = {
"show_disturbing_portrait_modifiers"
}
}
}

You might also like