Ultra 2.4|R2x

This commit is contained in:
redraz 2025-06-05 07:07:30 +03:00
parent eda99e7881
commit 081eaa7c7d
11 changed files with 9 additions and 26 deletions

View File

@ -48,7 +48,7 @@
* [Sphaira](https://github.com/ITotalJustice/sphaira) - Современное Хоумбрю Меню, аналог nx-hbmenu
* [AiO Switch Updater](https://github.com/HamletDuFromage/aio-switch-updater) - Программа для обновления Ultra до актуальной версии, а так же для скачивания читов.
* [Daybreak](https://github.com/Atmosphere-NX/Atmosphere) - Программа для обновления системного ПО.
* [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1120#entry86288632) - Лучший файловый менеджер, менеджер сохранений и установщик программ на консоль.
* [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1100#entry86288632) - Лучший файловый менеджер, менеджер сохранений и установщик программ на консоль.
1. **Установленные модули**
@ -69,7 +69,7 @@
1. **Доступные для скачивания через [Ultra Tuner](https://github.com/Ultra-NX/UltraNX/wiki/Tuner-RU#ultra-tuner)**
* Homebrews:
* [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1120#entry86288632) - Здесь можно скачать DBI или обновить имеющийся.
* [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1100#entry86288632) - Здесь можно скачать DBI или обновить имеющийся.
* [Linkalho](https://gbatemp.net/download/linkalho.38822) - Программа для привязки аккаунта.
* [HB App Store](https://github.com/fortheusers/hb-appstore) - Бесплатный магазин для скачивания Homebrew приложений.
* [PPSSPP](https://gbatemp.net/threads/ppsspp-switch-standalone-beta.544071/post-10492671) - Эмулятор PSP.

View File

@ -44,7 +44,7 @@
* [Sphaira](https://github.com/ITotalJustice/sphaira) - Modern Homebrew Menu, analogous to nx-hbmenu
* [AiO Switch Updater](https://github.com/HamletDuFromage/aio-switch-updater) - Program to update Ultra to the current version, as well as to download cheats.
* [Daybreak](https://github.com/Atmosphere-NX/Atmosphere) - A program for updating OS.
* [DBI](https://github.com/rashevskyv/dbi) - The best file manager, save manager and program installer on the console.
* [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1100#entry86288632) - The best file manager, save manager and program installer on the console.
1. **Installed Modules**
@ -65,7 +65,7 @@
1. **Available for download via [Updater](https://github.com/Ultra-NX/Ultra/wiki/Tuner-RU#Updater)**
* Homebrews:
* [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1120#entry86288632) - Here you can download a DBI or update an existing one.
* [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1100#entry86288632) - Here you can download a DBI or update an existing one.
* [Linkalho](https://gbatemp.net/download/linkalho.38822/) - Account linking program.
* [HB App Store](https://github.com/fortheusers/hb-appstore) - A free store for downloading Homebrew apps.
* [PPSSPP](https://gbatemp.net/threads/ppsspp-switch-standalone-beta.544071/post-10492671) - PSP emulator.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,33 +2,13 @@
clear hex_sum_cache
set-ini-val /switch/DBI/dbi.config Filtering InheritFilter false
set-ini-val /switch/DBI/dbi.locations Location_0 Name notUltraNX RU
set-ini-val /switch/DBI/dbi.locations Location_0 Type ApacheHTTP
set-ini-val /switch/DBI/dbi.locations Location_0 URL https://dbi.ultranx.ru/
set-ini-val /switch/DBI/dbi.locations Location_1 Name notUltraNX EN
set-ini-val /switch/DBI/dbi.locations Location_1 Type ApacheHTTP
set-ini-val /switch/DBI/dbi.locations Location_1 URL https://dbi.ultranx.ru/en/
remove-ini-section /switch/DBI/dbi.locations Location_2
remove-ini-section /switch/DBI/dbi.locations Location_3
set-ini-val /config/sphaira/config.ini config theme romfs:/themes/oled_black_theme.ini
set-ini-val /config/sphaira/config.ini config mtp_enabled 1
set-ini-val /config/sphaira/config.ini config replace_hbmenu 1
set-ini-val /config/sphaira/config.ini config install_emummc 1
set-ini-val /config/sphaira/config.ini config install_prompt 0
set-ini-val /config/sphaira/config.ini homebrew hide_sphaira 1
set-ini-val /config/sphaira/config.ini homebrew layout 1
set-ini-val /config/sphaira/config.ini filebrowser show_hidden 1
del '/atmosphere/config_templates/'
del '/atmosphere/contents/00FF0000636C6BFF/toolbox.json'
del '/atmosphere/flags/'
del '/atmosphere/hbl_html/'
del '/atmosphere/hosts/domains.txt'
del '/atmosphere/hosts/default.txt'
del '/atmosphere/hosts/emummc.txt'
del '/atmosphere/kips/.bak/*.kip'
del '/atmosphere/splash.png
@ -72,6 +52,7 @@ del '/bootloader/4IFIR.ini'
del '/config/kefir-helper/'
del '/config/kefir-updater/'
del '/config/nx-hbmenu/'
del '/config/sphaira/i18n/'
del '/config/uberhand/'
del '/config/ultrapaw/'
del '/config/ultrahand/log.txt'

Binary file not shown.

View File

@ -56,6 +56,8 @@ DBIUpdateURL=https://github.com/Ultra-NX/Ultra-Resources/releases/download/Homeb
DumpForwarders=false
; Do not show folder.jpg in file browser
HideFolderJpg=true
Custom dns servers for http connections
;CustomDNS=8.8.8.8, 1.1.1.1
[Filtering]
; Apply filebrowser filter to directories

Binary file not shown.