2021-11-25 00:24:28 +08:00
|
|
|
; General settings
|
|
|
|
[General]
|
2022-09-08 23:50:16 +08:00
|
|
|
; Direct exit to homescreen
|
2023-01-30 01:18:51 +08:00
|
|
|
ExitToHomeScreen=true
|
2021-11-25 00:24:28 +08:00
|
|
|
; Folder where saves backups are stored
|
|
|
|
SavesFolder=sdmc:/switch/DBI/saves/
|
|
|
|
; Log "Install", "Check integrity" and "Cleanup" processes
|
|
|
|
LogEvents=false
|
|
|
|
; Folder where logs are stored
|
|
|
|
LogsFolder=sdmc:/switch/DBI/logs/
|
2022-09-08 23:50:16 +08:00
|
|
|
; Folder where game dumps are stored
|
|
|
|
DumpsFolder=sdmc:/switch/DBI/dumps/
|
2021-11-25 00:24:28 +08:00
|
|
|
; Sorting options for application list
|
2022-09-08 23:50:16 +08:00
|
|
|
AppSorting=LastPlayed,InstallLocation,Size,Name
|
2021-11-25 00:24:28 +08:00
|
|
|
; Sorting options for save list
|
2023-01-30 01:18:51 +08:00
|
|
|
SaveSorting=AppLastPlayed,AppName,UserUid,Size,Time
|
2022-09-08 23:50:16 +08:00
|
|
|
; Highlight files with updates to curently instaled titles in file browsers
|
2021-11-25 00:24:28 +08:00
|
|
|
HighlightUpdates=true
|
|
|
|
; Rotate screen upside down
|
|
|
|
RotateScreen=false
|
|
|
|
; Rotate joycons
|
|
|
|
RotateJoycon=false
|
2022-09-08 23:50:16 +08:00
|
|
|
; Underclock CPU in menues to reduce battery usage
|
2023-01-30 01:18:51 +08:00
|
|
|
OptimizeClockSpeed=true
|
|
|
|
; URL with title versions in format <id>|[rightsId|]<version>
|
2023-04-22 17:23:26 +08:00
|
|
|
;VersionsURL=https://raw.githubusercontent.com/16BitWonder/nx-versions/master/versions.txt
|
|
|
|
VersionsURL=https://raw.githubusercontent.com/blawar/titledb/master/versions.txt
|
2022-09-08 23:50:16 +08:00
|
|
|
;VersionsURL=sdmc:/versions.txt
|
|
|
|
;Browse saves FS in Read-only mode
|
2023-01-30 01:18:51 +08:00
|
|
|
ROSaveFS=false
|
2022-09-08 23:50:16 +08:00
|
|
|
; Show "Update all items from here..." in context menu of file browsers
|
2023-01-30 01:18:51 +08:00
|
|
|
ShowUpdateFromHere=true
|
2022-10-14 00:53:04 +08:00
|
|
|
; Show cache warming spinner
|
|
|
|
ShowCacheWarmingIndicator=true
|
2023-01-30 01:18:51 +08:00
|
|
|
; Move cursor down after selection
|
|
|
|
MoveDownAfterX=true
|
2022-12-15 06:01:39 +08:00
|
|
|
; Screen idle timeout in seconds
|
|
|
|
ScreenIdleTimeout=0
|
2023-04-22 17:23:26 +08:00
|
|
|
; Auto repeat nav. buttons when holding
|
|
|
|
Autorepeat=true
|
|
|
|
; Show cursors on both panels in two-panel browsinig mode
|
|
|
|
Secondcursor=false
|
2023-07-05 23:32:12 +08:00
|
|
|
; Backup saves before delete
|
|
|
|
FoolproofSaveDelete=true
|
2021-11-25 00:24:28 +08:00
|
|
|
|
2022-09-08 23:50:16 +08:00
|
|
|
; Visibility of main menu items
|
2021-11-25 00:24:28 +08:00
|
|
|
[MainMenu]
|
2023-05-20 01:47:17 +08:00
|
|
|
; Browse and install files from SD card
|
2021-11-25 00:24:28 +08:00
|
|
|
BrowseSD=true
|
2022-09-08 23:50:16 +08:00
|
|
|
; Browse and copy files from SYSTEM partition
|
|
|
|
BrowseSystem=false
|
|
|
|
; Browse and copy files from USER partition
|
|
|
|
BrowseUser=false
|
|
|
|
; Browse and install files from USB flash drives and HDD
|
2021-11-25 00:24:28 +08:00
|
|
|
USBHost=true
|
|
|
|
; Browse and install files from PC via dbibackend
|
|
|
|
BackendInstall=true
|
|
|
|
; Install game from inserted game cartridge
|
|
|
|
GameCard=true
|
2022-09-08 23:50:16 +08:00
|
|
|
; Browse and install files from configured network sources
|
2021-11-25 00:24:28 +08:00
|
|
|
Network=true
|
2022-05-29 15:33:23 +08:00
|
|
|
; Browse and install files from configured sd card folders
|
2023-01-30 01:18:51 +08:00
|
|
|
Local=true
|
2021-11-25 00:24:28 +08:00
|
|
|
; Browse installed applications
|
|
|
|
BrowseApps=true
|
2022-05-29 15:33:23 +08:00
|
|
|
; Check for app updates
|
2023-01-30 01:18:51 +08:00
|
|
|
UpdateCheck=true
|
2022-09-08 23:50:16 +08:00
|
|
|
; View where you can view or delete installed tickets
|
2023-01-30 01:18:51 +08:00
|
|
|
Tickets=true
|
2022-09-08 23:50:16 +08:00
|
|
|
; View where you can view or delete game saves
|
2021-11-25 00:24:28 +08:00
|
|
|
Saves=true
|
|
|
|
; MTP responder
|
|
|
|
MTP=true
|
2022-09-08 23:50:16 +08:00
|
|
|
; FTP Server
|
2022-07-29 04:49:57 +08:00
|
|
|
FTP=true
|
2023-07-05 23:32:12 +08:00
|
|
|
; Tools
|
|
|
|
Tools=true
|
2021-11-25 00:24:28 +08:00
|
|
|
|
|
|
|
[Applications]
|
2022-09-08 23:50:16 +08:00
|
|
|
; Whether check or not LFS mod size
|
2023-01-30 01:18:51 +08:00
|
|
|
CalculateLFSSize=true
|
2021-11-25 00:24:28 +08:00
|
|
|
|
2022-09-08 23:50:16 +08:00
|
|
|
; Install options
|
2021-11-25 00:24:28 +08:00
|
|
|
[Install]
|
2022-09-08 23:50:16 +08:00
|
|
|
; Check NCA hash during install
|
2021-11-25 00:24:28 +08:00
|
|
|
CheckHash=true
|
2023-07-05 23:32:12 +08:00
|
|
|
; Use chunked network transfer (good in bad environments)
|
2022-10-14 00:53:04 +08:00
|
|
|
ChunkedTransfer=false
|
2021-11-25 00:24:28 +08:00
|
|
|
|
|
|
|
; MTP options
|
|
|
|
[MTP]
|
2022-09-08 23:50:16 +08:00
|
|
|
; Log all files, if disabled transfer shows only for files >= 2M
|
2021-11-25 00:24:28 +08:00
|
|
|
LogAllFiles=false
|
2022-09-08 23:50:16 +08:00
|
|
|
; Show or not NSP that includes base game, latest update and all DLC in single multi-title file
|
2021-11-25 00:24:28 +08:00
|
|
|
ShowCombinedNSP=true
|
2022-09-08 23:50:16 +08:00
|
|
|
; Show or not virtual "Mods & cheats" folder that redirects to sdmc:/atmosphere/contents/TITLEID
|
2021-11-25 00:24:28 +08:00
|
|
|
ShowMAC=true
|
2023-01-30 01:18:51 +08:00
|
|
|
; Use TitleID for "Mods & cheats" folder
|
|
|
|
MACasTID=true
|
2022-09-08 23:50:16 +08:00
|
|
|
; Show user defined shortcuts to MircoSD folders as separate storages
|
2021-11-25 00:24:28 +08:00
|
|
|
CustomStorages=true
|
2022-09-08 23:50:16 +08:00
|
|
|
; Turn screen off on start MTP mode
|
2021-11-25 00:24:28 +08:00
|
|
|
TurnOffScreen=false
|
2023-04-22 17:23:26 +08:00
|
|
|
; Report android extension (some initiators thinks that android has bugs)
|
|
|
|
ReportAndroidExtension=true
|
2023-07-05 23:32:12 +08:00
|
|
|
; Use single URB transfer. Will be a lot slower, but can improve stability
|
|
|
|
SingleURB=false
|
|
|
|
; MTP transmission buffer size in KB
|
|
|
|
BufferSize=512
|
|
|
|
; MTP transmission timeout in ms
|
|
|
|
NewBufferTimeout=2500
|
2021-11-25 00:24:28 +08:00
|
|
|
|
2022-09-08 23:50:16 +08:00
|
|
|
; FTP options
|
|
|
|
[FTP]
|
|
|
|
; Turn screen off on start FTP mode
|
|
|
|
TurnOffScreen=false
|
2023-02-15 05:02:25 +08:00
|
|
|
; Start local access point for FTP server
|
|
|
|
UseAP=false
|
2023-04-22 17:23:26 +08:00
|
|
|
; Read file modification time (can slow down on large dirs)
|
|
|
|
ReadMT=false
|
2023-02-15 05:02:25 +08:00
|
|
|
|
|
|
|
; Access point options
|
|
|
|
[Access point]
|
|
|
|
SSID=
|
|
|
|
Password=
|
|
|
|
Use5GHz=true
|
|
|
|
Hidden=false
|
2022-09-08 23:50:16 +08:00
|
|
|
|
2023-04-22 17:23:26 +08:00
|
|
|
|
2022-09-08 23:50:16 +08:00
|
|
|
;Enable or disable various MTP storages
|
2021-11-25 00:24:28 +08:00
|
|
|
[MTP Storages]
|
2023-05-20 01:47:17 +08:00
|
|
|
1: SD Card=true
|
2023-01-30 01:18:51 +08:00
|
|
|
2: Nand USER=true
|
|
|
|
3: Nand SYSTEM=true
|
|
|
|
4: Installed games=false
|
2023-05-20 01:47:17 +08:00
|
|
|
5: SD Card install=true
|
2021-11-25 00:24:28 +08:00
|
|
|
6: NAND install=true
|
|
|
|
7: Saves=true
|
|
|
|
8: Album=true
|
2023-01-30 01:18:51 +08:00
|
|
|
9: Gamecard=false
|
|
|
|
|
2021-11-25 00:24:28 +08:00
|
|
|
|
2022-09-08 23:50:16 +08:00
|
|
|
; Network install sources
|
2021-11-25 00:24:28 +08:00
|
|
|
[Network sources]
|
|
|
|
; <display name>=<type>|<URL>
|
2023-01-30 01:18:51 +08:00
|
|
|
;NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI
|
2023-07-05 23:32:12 +08:00
|
|
|
;Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
|
|
|
|
;Test FTP=FTP|ftp://192.168.1.24:2121/
|
|
|
|
;Test SFTP=SFTP|sftp://user:password@192.168.1.24/
|
|
|
|
;Test SFTP=SFTP|sftp://remote_user@192.168.1.47/
|
|
|
|
;Instead of password you can use sdmc:/switch/.ssh/id_rsa and sdmc:/switch/.ssh/id_rsa.pub files
|
|
|
|
;Sorry, but it seems to be libcurl limitation to use full keypair instead of only private key.
|
2021-11-25 00:24:28 +08:00
|
|
|
|
2021-12-22 00:08:13 +08:00
|
|
|
; Main menu shortcuts to SD card locations
|
|
|
|
[Local sources]
|
|
|
|
; <display name>=<path>
|
2023-01-30 01:18:51 +08:00
|
|
|
;Homebrew=sdmc:/switch
|
|
|
|
DBILogs=sdmc:/switch/DBI/logs
|
2021-12-22 00:08:13 +08:00
|
|
|
|
2021-11-25 00:24:28 +08:00
|
|
|
[MTP custom storages]
|
|
|
|
; <display name>=<path>
|
2023-01-30 01:18:51 +08:00
|
|
|
;Homebrew=sdmc:/switch
|
|
|
|
DBILogs=sdmc:/switch/DBI/logs
|
2021-11-25 00:24:28 +08:00
|
|
|
|
2022-09-08 23:50:16 +08:00
|
|
|
; Override for display name
|
|
|
|
; <UPPERCASED TID>=<Desired name>
|
2021-11-25 00:24:28 +08:00
|
|
|
[Title name override]
|
2023-01-30 01:18:51 +08:00
|
|
|
;010023901191C000=Naheulbeuk
|