From 0c81b4232f9e0fa2ff76342d05fc18fa35bbf450 Mon Sep 17 00:00:00 2001 From: rashevskyv Date: Wed, 18 Aug 2021 08:51:36 +0300 Subject: [PATCH] changes according 322 --- README.md | 33 +++++++++++++++++++++++++++++++-- README_ENG.md | 39 ++++++++++++++++++++++++++++++++++++--- 2 files changed, 67 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20ab85f..9501cfb 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ Exit — выход из программы в HOS, минуя hbmenu, либо Файл dbi.config был добавлен, начиная с версии 253. Он находится рядом с DBI.nro, и заменяет прежние файлы-флаги dbi.default.ascii и dbi.network.config, а также добавляет несколько новых опций для удобной кастомизации настроек под пользователя. Рассмотрим его содержимое: -``` +```json ; General settings [General] ; Use libnx's default font for ASCII symbols @@ -338,6 +338,16 @@ DefaultASCII=false UseLibUsbHsFS=true ; Direct exit to homescreen ExitToHomeScreen=false +; 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/ +; Sorting options for application list +AppSorting=Name,LastPlayed,InstallLocation,Size +; Sorting options for save list +SaveSorting=AppName,AppLastPlayed,UserUid,Size,SaveId ; Visibility of main menu items @@ -407,18 +417,30 @@ TurnOffScreen=false ; Network install sources [Network sources] ; =| +; NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI ; Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/ [MTP custom storages] ; = -; Homebrew=sdmc:/switch +Homebrew=sdmc:/switch + +; Override for display name +; = +[Title name override] +; 010023901191C000=Naheulbeuk ``` ### General settings * **DefaultASCII** - **true** включает стандартный шрифт, **false** включает альтернативный шрифт * **UseLibUsbHsFS** - **true** включает библиотеку [libusbhsfs](https://github.com/DarkMatterCore/libusbhsfs) для работы с внешними USB-накопителями через USB-OTG на Switch, **false** отключает её. * **ExitToHomeScreen** — при false выход из dbi происходит в hbmenu, при **true** на рабочий стол Switch. +* **SavesFolder** - папка для хранения дампов сохранений +* **LogEvents** - сохранять или нет логи для событий "*Install*", "*Check integrity*" and "*Cleanup*" +* **LogsFolder** - папка для хранения логов +* **AppSorting** - опции для сортировки списка приложений +* **SaveSorting** - опции для сортировки сохранений +* **Visibility of main menu items** - настроить, какие пункты меню будут отображаться в главном меню DBI, вы можете запретить отображение параметра в главном меню, изменив значение на **false** ### MainMenu Показ соответствующих элементов меню. @@ -460,10 +482,17 @@ TurnOffScreen=false ### [Network sources](#home-server) Задаются имена и адреса для установки игр по сети (через WiFi/LAN-адаптер) +**NSP Indexer** - адрес для индексации NSP ([подробнее](https://github.com/rashevskyv/dbi/issues/44)) + ### MTP custom storages + +**MTP custom storages** + Кастомные пункты для MTP-режима для быстрого доступа к папкам на вашей карте памяти. Формат: `<отображаемое_имя папки>=<путь>`, например: `Homebrew=sdmc:/switch`. В режиме MTP появится папка `Homebrew`, ссылающаяся на папку `switch` на вашей карте памяти +**Title name override** - позволяет изменить имя отображаемого тайтла. Например, если указать `10023901191C000=Naheulbeuk`, то в приложении вместо `The Dungeon of Naheulbeuk: The Amulet of Chaos` будет отображаться просто `Naheulbeuk` + ## Другие возможности ### Монтирование содержимого установленных игр по MTP diff --git a/README_ENG.md b/README_ENG.md index 2ea3e92..faf85ed 100644 --- a/README_ENG.md +++ b/README_ENG.md @@ -340,6 +340,17 @@ DefaultASCII=false UseLibUsbHsFS=true ; Direct exit to homescreen ExitToHomeScreen=false +; 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/ +; Sorting options for application list +AppSorting=Name,LastPlayed,InstallLocation,Size +; Sorting options for save list +SaveSorting=AppName,AppLastPlayed,UserUid,Size,SaveId + ; Visibility of main menu items [MainMenu] @@ -375,6 +386,7 @@ CalculateLFSSize=true ; Check NCA hash during install CheckHash=true + ; MTP options [MTP] ; Log all files, id disabled transfer shows only for files >= 4M @@ -390,11 +402,12 @@ EnableNANDInstallOnEmunand=false ; Turn screen off on start MTP mode TurnOffScreen=false + ; Enable or disable various MTP storages [MTP Storages] 1: External SD Card=true -2: Nand USER=true -3: Nand SYSTEM=true +2: Nand USER=false +3: Nand SYSTEM=false 4: Installed games=true 5: MicroSD install=true 6: NAND install=true @@ -402,19 +415,32 @@ TurnOffScreen=false 8: Album=true 9: Gamecard=true + ; Network install sources [Network sources] ; =| +; NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI ; Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/ + [MTP custom storages] ; = -; Homebrew=sdmc:/switch +Homebrew=sdmc:/switch + +; Override for display name +; = +[Title name override] +; 010023901191C000=Naheulbeuk ``` ### General settings * **DefaultASCII** - **true** includes a standard font, **false** includes an alternative font * **UseLibUsbHsFS** - **true** enables [libusbhsfs](https://github.com/DarkMatterCore/libusbhsfs) library for working with external USB drives via USB-OTG on Switch, **false** disables it. * **ExitToHomeScreen** - if **false**, the exit from DBI occurs in the hbmenu, if **true**, to the Switch's home menu +* **SavesFolder** - folder for storing save dumps +* **LogEvents** - whether or not to save logs for "* Install *", "* Check integrity *" and "* Cleanup *" events +* **LogsFolder** - folder for storing logs +* **AppSorting** - options for sorting the list of applications +* **SaveSorting** - options for sorting saves * **Visibility of main menu items** - customize which options will appear in DBI's main menu, you can prevent an option from appearing in the main menu by editing the item to **false** ### MainMenu @@ -457,10 +483,17 @@ The item names correspond to the titles of the sections ### [Network sources](#home-server) Names and addresses are set for installing games over the network (via WiFi / LAN adapter) +**NSP Indexer** - address for NSP index page ([more](https://github.com/rashevskyv/dbi/issues/44)) + ### MTP custom storages + +**MTP custom storages** + Custom items for MTP mode for quick access to folders on your memory card. Format: ` = `, for example: `Homebrew = sdmc: / switch`. In MTP mode, a `Homebrew` folder will appear, referring to the` switch` folder on your memory card +**Title name override** - allows you to change the name of the displayed title. For example, if you specify `10023901191C000 = Naheulbeuk`, then the application will display just` Naheulbeuk` instead of `The Dungeon of Naheulbeuk: The Amulet of Chaos` + ## Other options ### Mounting the content of installed titles via MTP