Changes

8,640 bytes added ,  21:05, 22 April 2023
m
no edit summary
Line 1: Line 1:  +
{| class="wikitable"
 +
|+Meta.xml
 +
|-
 +
|version
 +
|Used for update meta files(?), Unsigned integer length 4
 +
|-
 +
|product_code
 +
|Title product code, uses the same format as the 3ds NCCH product code[http://www.3dbrew.org/wiki/Serials#NCCH_Product_Code], 32 character string
 +
|-
 +
|content_platform
 +
|Content platform, usually "WUP", string, max chars 32
 +
|-
 +
|company_code
 +
|Company code, max 8 character string, usually 4 characters.
 +
|-
 +
|mastering_date
 +
|Date the title was mastered (presumably used only for titles that are on discs), 32 character string
 +
|-
 +
|logo_type
 +
|Logo type, May change how the WiiU logo appears, Unsigned integer length 4. 0 might mean no logo is shown
 +
|-
 +
|app_launch_type
 +
|Specifies how the app will launch. 00000000 means it's launchable from the WiiU menu. 00000001 means it will autoboot, 4byte hexcode
 +
|-
 +
|invisible_flag
 +
|Flag to prevent a title from being uninstalled from system settings(?), 4byte hexcode
 +
|-
 +
|no_managed_flag
 +
|Unknown, 4byte hexcode
 +
|-
 +
|no_event_log
 +
|Specifies if the title will be in the event log or not, 4byte hexcode
 +
|-
 +
|no_icon_database
 +
|Unknown, 4byte hexcode
 +
|-
 +
|launching_flag
 +
|Unknown, 4byte hexcode
 +
|-
 +
|install_flag
 +
|Unknown, 4byte hexcode
 +
|-
 +
|closing_msg
 +
|Closing message, 0 or 1, unsigned integer length 4
 +
|-
 +
|title_version
 +
|Title version, unsigned integer length 4
 +
|-
 +
|title_id
 +
|Title ID. Upper TID followed by lower TID. Ex. 00050000-12345678. The installed game would be in mlc:/usr/title/00050000/12345678, 8byte hexcode
 +
|-
 +
|group_id
 +
|Group ID, usually the 6th and 7th byte of the title ID. Might be a bitmask that's applied to the titleid, 4byte hexcode
 +
|-
 +
|boss_id
 +
|BOSS ID, SpotPass related, 8byte hexcode.
 +
|-
 +
|os_version
 +
|OS version the title is built for, 8byte hexcode
 +
|-
 +
|app_size
 +
|App size, 8byte hexcode
 +
|-
 +
|common_save_size
 +
|Save size, 8byte hexcode
 +
|-
 +
|account_save_size
 +
|Save size for current account, 8byte hexcode
 +
|-
 +
|common_boss_size
 +
|SpotPass save size, 8byte hexcode
 +
|-
 +
|account_boss_size
 +
|SpotPass save size for current account, 8byte hexcode
 +
|-
 +
|save_no_rollback
 +
|Unknown, usually 0 or 1, unsigned integer length 4
 +
|-
 +
|join_game_id
 +
|Unknown, 4byte hexcode
 +
|-
 +
|join_game_mode_mask
 +
|Unknown, mask, 8byte hexcode
 +
|-
 +
|bg_daemon_enable
 +
|background daemon(?), 0 or 1, unsigned integer length 4
 +
|-
 +
|olv_accesskey
 +
|Olive, 0 or 1, unsigned integer length 4
 +
|-
 +
|wood_tin
 +
|Wood, 0 or 1, unsigned integer length 4
 +
|-
 +
|e_manual
 +
|Flag for e-manual, 0 or 1, unsigned integer length 4
 +
|-
 +
|e_manual_version
 +
|E-manual version, unsigned integer length 4
 +
|-
 +
|region
 +
|Region code
    +
Might be the number in the parentheses after WUP-*** on your WiiU, 4byte hexcode
 +
|-
 +
|pc_cero
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_esrb
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_bbfc
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_usk
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_pegi_gen
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_pegi_fin
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_pegi_prt
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_pegi_bbfc
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_cob
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_grb
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_cgsrr
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_oflc
 +
|Rating board for parental controls, unsigned integer length 4
 +
|-
 +
|pc_reserved0
 +
|parental controls, unsigned integer length 4
 +
|-
 +
|pc_reserved1
 +
|parental controls, unsigned integer length 4
 +
|-
 +
|pc_reserved2
 +
|parental controls, unsigned integer length 4
 +
|-
 +
|pc_reserved3
 +
|parental controls, unsigned integer length 4
 +
|-
 +
|ext_dev_nunchaku
 +
|Nunchuk support, 0 or 1, unsigned integer length 4
 +
|-
 +
|ext_dev_classic
 +
|Classic controller support, 0 or 1, unsigned integer length 4
 +
|-
 +
|ext_dev_urcc
 +
|Wii U Pro Controller support, 0 or 1, unsigned integer length 4
 +
|-
 +
|ext_dev_board
 +
|Wii Balance Board, 0 or 1, , unsigned integer length 4
 +
|-
 +
|ext_dev_usb_keyboard
 +
|USB keyboard support, 0 or 1, unsigned integer length 4
 +
|-
 +
|ext_dev_etc
 +
|Miscellaneous device support, 0 or 1, unsigned integer length 4
 +
|-
 +
|ext_dev_etc_name
 +
|Miscellaneous device name, 512 character string
 +
|-
 +
|eula_version
 +
|EULA version, unsigned integer length 4
 +
|-
 +
|drc_use
 +
|WiiU gamepad use, 0 or 1, unsigned integer length 4
 +
|-
 +
|network_use
 +
|Network use, 0 or 1, unsigned integer length 4
 +
|-
 +
|online_account_use
 +
|Online account use, 0 or 1, unsigned integer length 4
 +
|-
 +
|direct_boot
 +
|Unknown, unsigned integer length 4
 +
|-
 +
|reserved_flag0
 +
|Unknown, 4byte hexcode
 +
|-
 +
|reserved_flag1
 +
|Unknown, 4byte hexcode
 +
|-
 +
|reserved_flag2
 +
|Unknown, 4byte hexcode
 +
|-
 +
|reserved_flag3
 +
|Unknown, 4byte hexcode
 +
|-
 +
|reserved_flag4
 +
|Unknown, 4byte hexcode
 +
|-
 +
|reserved_flag5
 +
|Unknown, 4byte hexcode
 +
|-
 +
|reserved_flag6
 +
|Unknown, 4byte hexcode
 +
|-
 +
|reserved_flag7
 +
|Unknown, 4byte hexcode
 +
|-
 +
|longname_ja
 +
|Long name Japanese, 512 character string
 +
|-
 +
|longname_en
 +
|Long name English, 512 character string
 +
|-
 +
|longname_fr
 +
|Long name French, 512 character string
 +
|-
 +
|longname_de
 +
|Long name German, 512 character string
 +
|-
 +
|longname_it
 +
|Long name Italian, 512 character string
 +
|-
 +
|longname_es
 +
|Long name Spanish, 512 character string
 +
|-
 +
|longname_zhs
 +
|Long name Simplified Chinese, 512 character string
 +
|-
 +
|longname_ko
 +
|Long name Korean, 512 character string
 +
|-
 +
|longname_nl
 +
|Long name Dutch, 512 character string
 +
|-
 +
|longname_pt
 +
|Long name Portuguese, 512 character string
 +
|-
 +
|longname_ru
 +
|Long name Russian, 512 character string
 +
|-
 +
|longname_zht
 +
|Long name Traditional Chinese, 512 character string
 +
|-
 +
|shortname_ja
 +
|Short name Japanese, 512 character string
 +
|-
 +
|shortname_en
 +
|Short name English, 512 character string
 +
|-
 +
|shortname_fr
 +
|Short name French, 256 character string
 +
|-
 +
|shortname_de
 +
|Short name German, 256 character string
 +
|-
 +
|shortname_it
 +
|Short name Italian, 256 character string
 +
|-
 +
|shortname_es
 +
|Short name Spanish, 256 character string
 +
|-
 +
|shortname_zhs
 +
|Short name Simplified Chinese, 256 character string
 +
|-
 +
|shortname_ko
 +
|Short name Korean, 256 character string
 +
|-
 +
|shortname_nl
 +
|Short name Dutch, 256 character string
 +
|-
 +
|shortname_pt
 +
|Short name Portuguese, 256 character string
 +
|-
 +
|shortname_ru
 +
|Short name Russian, 256 character string
 +
|-
 +
|shortname_zht
 +
|Short name Traditional Chinese, 256 character string
 +
|-
 +
|publisher_ja
 +
|Publisher Japanese, 256 character string
 +
|-
 +
|publisher_en
 +
|Publisher English, 256 character string
 +
|-
 +
|publisher_fr
 +
|Publisher French, 256 character string
 +
|-
 +
|publisher_de
 +
|Publisher German, 256 character string
 +
|-
 +
|publisher_it
 +
|Publisher Italian, 256 character string
 +
|-
 +
|publisher_es
 +
|Publisher Spanish, 256 character string
 +
|-
 +
|publisher_zhs
 +
|Publisher Simplified Chinese, 256 character string
 +
|-
 +
|publisher_ko
 +
|Publisher Korean, 256 character string
 +
|-
 +
|publisher_nl
 +
|Publisher Dutch, 256 character string
 +
|-
 +
|publisher_pt
 +
|Publisher Portuguese, 256 character string
 +
|-
 +
|publisher_ru
 +
|Publisher Russian, 256 character string
 +
|-
 +
|publisher_zht
 +
|Publisher Traditional Chinese, 256 character string
 +
|-
 +
|add_on_unique_id0
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id1
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id2
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id3
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id4
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id5
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id6
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id7
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id8
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id9
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id10
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id11
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id12
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id13
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id14
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id15
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id16
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id17
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id18
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id19
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id20
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id21
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id22
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id23
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id24
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id25
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id26
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id27
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id28
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id29
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id30
 +
|Unknown, 4byte hexcode
 +
|-
 +
|add_on_unique_id31
 +
|Unknown, 4byte hexcode
 +
|-
 +
|}