documentation indexreference manualfunction index

layout.classic_load_save

Function: layout.classic_load_save ():

This layout displays the the load and save screens as having a certain number of rows and columns of slots, with a row of navigation buttons on top.

Variable: config.file_page_rows = 5

The number of rows of file slots to display.

Variable: config.file_page_cols = 2

The number of columns of file slots to display.

Variable: config.file_quick_access_pages = 8

The number of pages of files to provide quick access buttons for.

Variable: config.disable_file_pager = False

If True, the pager is disabled. This prevents access to pages other than the first page of files.

Variable: config.disable_thumbnails = False

If True, thumbnails are not shown.

Variable: config.load_save_empty_thumbnail = None

If not None, this should be a displayable that will be shown with empty load/save slots.

Variable: config.time_format = "%b %d, %H:%M"

The format used for file times in the file entry slots.

Variable: config.file_entry_format = "%(time)s\n%(save_name)s"

The format of file entries in the file entry slots.



documentation indexreference manualfunction index