Updated wording in interface, small database corrections

This commit is contained in:
Campbell 2024-07-01 01:05:12 -04:00
parent 1507da0d5b
commit 2db66af177
Signed by: NinjaCheetah
GPG Key ID: 670C282B3291D63D
5 changed files with 18 additions and 9 deletions

View File

@ -46,7 +46,7 @@
}, },
"Ticket": true, "Ticket": true,
"TAD Name": "WiFi-Firmware-NUS", "TAD Name": "WiFi-Firmware-NUS",
"Danger": "The WiFi Firmware is the firmware that runs on the DSi's WiFi chip, and should not be modified. WiFi will not work properly if this title is missing or damaged." "Danger": "The WiFi Firmware is the firmware that runs on the DSi's WiFi chip, and should not be modified. Your console WILL be bricked if this title is damaged or missing."
} }
], ],
"System Apps": [ "System Apps": [

View File

@ -8,7 +8,7 @@
}, },
"Ticket": true, "Ticket": true,
"WAD Name": "BC-NAND-NUS", "WAD Name": "BC-NAND-NUS",
"Danger": "BC-NAND is required for the Wii U to be able to boot any vWii titles. DO NOT modify it, or your Wii U will no longer be able to load into the vWii without restoring it from Wii U mode." "Danger": "BC-NAND is required for the Wii U to be able to boot any vWii titles. DO NOT modify it, or your Wii U will no longer be able to load the vWii."
}, },
{ {
"Name": "BC-WFS", "Name": "BC-WFS",
@ -30,7 +30,7 @@
}, },
"Ticket": true, "Ticket": true,
"WAD Name": "vWii-System-Menu", "WAD Name": "vWii-System-Menu",
"Danger": "The System Menu is a critical part of the vWii's operation, and should not be modified. If it is deleted, it will need to be restored from Wii U mode to be able to access the vWii again." "Danger": "The System Menu is a critical part of the vWii's operation, and should not be modified. If you intend to modify it, you should have Preloader installed, or else you may not be able to use the vWii."
} }
], ],
"System Channels": [ "System Channels": [
@ -53,7 +53,7 @@
}, },
"Ticket": true, "Ticket": true,
"WAD Name": "Region-Select-NUS", "WAD Name": "Region-Select-NUS",
"Danger": "\"Region Select\" is a hidden channel used during the Wii's initial setup. If this title is damaged or missing, you will not be able to set up your Wii again after a factory reset. This title will need to be reinstalled to fix your console." "Danger": "\"Region Select\" is a hidden channel used during the Wii's initial setup. If this title is damaged or missing, you will not be able to set up your Wii again after a factory reset."
}, },
{ {
"Name": "Shopping Channel", "Name": "Shopping Channel",

View File

@ -166,9 +166,9 @@
}, },
{ {
"Name": "Demae Channel", "Name": "Demae Channel",
"TID": "00010008484343XX", "TID": "00010001484348XX",
"Versions": { "Versions": {
"Japan": [0, 1, 2] "Japan": [512]
}, },
"Ticket": true, "Ticket": true,
"WAD Name": "Demae-Channel-NUS" "WAD Name": "Demae-Channel-NUS"
@ -273,6 +273,15 @@
"Ticket": true, "Ticket": true,
"WAD Name": "Photo-Channel-1.0-Restore-Program-NUS" "WAD Name": "Photo-Channel-1.0-Restore-Program-NUS"
}, },
{
"Name": "Set Personal Data Channel",
"TID": "00010008484343XX",
"Versions": {
"Japan": [0, 1, 2]
},
"Ticket": true,
"WAD Name": "Set-Personal-Data-Channel-NUS"
},
{ {
"Name": "The Legend of Zelda: Skyward Sword Save Data Update Channel", "Name": "The Legend of Zelda: Skyward Sword Save Data Update Channel",
"TID": "00010001484352XX", "TID": "00010001484352XX",

View File

@ -3,7 +3,7 @@
################################################################################ ################################################################################
## Form generated from reading UI file 'MainMenu.ui' ## Form generated from reading UI file 'MainMenu.ui'
## ##
## Created by: Qt User Interface Compiler version 6.7.0 ## Created by: Qt User Interface Compiler version 6.7.2
## ##
## WARNING! All changes made in this file will be lost when recompiling UI file! ## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################ ################################################################################
@ -270,7 +270,7 @@ class Ui_MainWindow(object):
self.use_local_chkbox.setText(QCoreApplication.translate("MainWindow", u"Use local files, if they exist", None)) self.use_local_chkbox.setText(QCoreApplication.translate("MainWindow", u"Use local files, if they exist", None))
self.use_wiiu_nus_chkbox.setText(QCoreApplication.translate("MainWindow", u"Use the Wii U NUS (faster, only effects Wii/vWii)", None)) self.use_wiiu_nus_chkbox.setText(QCoreApplication.translate("MainWindow", u"Use the Wii U NUS (faster, only effects Wii/vWii)", None))
self.label_4.setText(QCoreApplication.translate("MainWindow", u"vWii Title Settings", None)) self.label_4.setText(QCoreApplication.translate("MainWindow", u"vWii Title Settings", None))
self.pack_vwii_mode_chkbox.setText(QCoreApplication.translate("MainWindow", u"Pack for vWii mode instead of Wii U mode", None)) self.pack_vwii_mode_chkbox.setText(QCoreApplication.translate("MainWindow", u"Re-encrypt title using the Wii Common Key", None))
self.log_text_browser.setMarkdown("") self.log_text_browser.setMarkdown("")
self.log_text_browser.setHtml(QCoreApplication.translate("MainWindow", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" self.log_text_browser.setHtml(QCoreApplication.translate("MainWindow", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"

View File

@ -335,7 +335,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Pack for vWii mode instead of Wii U mode</string> <string>Re-encrypt title using the Wii Common Key</string>
</property> </property>
</widget> </widget>
</item> </item>