Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [MiSTer]
- ; base_path is where most commonly installed files will be placed (cores, MRAs, Scripts, etc).
- base_path = '/media/fat/'
- ; storage_priority defines how this tool will use external storage during the installation
- ; of files that are designed for external locations (usually games & docs files).
- ;
- ; * Examples of external storage are USB Drives or CIFS partitions detected by MiSTer.
- ;
- ; * When you have more than one external storage, the one used will be determined
- ; by the first path match following the path priority described here:
- ; https://mister-devel.github.io/MkDocs_MiSTer/cores/paths/
- ;
- ; Options:
- ; 'prefer_sd' -> This tool will install new files on a external location if a parent folder
- ; is present. (Parent folder examples: games/NES, docs/AO486)
- ;
- ; 'prefer_external' -> This tool will always install new files on a external location
- ; even if no parent folders are present.
- ;
- ; 'off' -> Disables this feature. Affected files will always be installed in your base_path.
- storage_priority = 'prefer_sd'
- ; allow_delete options:
- ; 0 -> Don't allow this tool to delete anything at all.
- ; 1 -> Allow this tool to delete any old file from previous updates.
- ; 2 -> Allow this tool to delete only old cores that receive a new version.
- allow_delete = 1
- ; allow_reboot options:
- ; 0 -> Don't allow this tool to ever reboot automatically.
- ; 1 -> Allow this tool to reboot the system after any system file has been updated.
- ; 2 -> Allow this tool to reboot the system only after Linux has been updated.
- allow_reboot = 1
- ; update_linux options:
- ; true -> Updates Linux when there is a new update (very recommended).
- ; false -> Doesn't update Linux.
- update_linux = true
- ; parallel_update options:
- ; true -> Tries to download more than one file simultaneously.
- ; false -> Will only download one file at a time.
- parallel_update = true
- ; downloader_timeout: Can be tweaked to increase the timeout time in seconds
- ; It is useful to increase this value for users with slow connections.
- downloader_timeout = 300
- ; downloader_retries: Can be tweaked to increase the retries per failed download
- ; It is useful to increase this value for users with very unstable connections.
- downloader_retries = 3
- ; verbose: when true, will make Downloader output to display additional debug information
- ; This is also necessary to be active to display benchmark information.
- verbose = true
- ; CUSTOM SCRIPTS BELOW
- ; Only here so it still downloads the main mister content
- [distribution_mister]
- db_url = https://raw.githubusercontent.com/MiSTer-devel/Distribution_MiSTer/main/db.json.zip
- [jtcores]
- db_url = https://raw.githubusercontent.com/jotego/jtcores_mister/main/jtbindb.json.zip
- [bgm]
- db_url = https://raw.githubusercontent.com/wizzomafizzo/MiSTer_BGM/main/bgm.json
- [uberyoji_mister_boot_roms]
- db_url = https://raw.githubusercontent.com/uberyoji/mister-boot-roms/main/db/uberyoji_mister_boot_roms.json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement