Line 611: |
Line 611: |
| | 3 | | | 3 |
| | Re-installation | | | Re-installation |
| + | |} |
| + | |
| + | ==Autodbg== |
| + | |
| + | Despite this being for debug purposes, it's used in retail if present. |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset |
| + | ! Length |
| + | ! Description |
| + | |- |
| + | | 0x000 |
| + | | 0x004 |
| + | | Debug flags |
| + | |- |
| + | | 0x004 |
| + | | 0x004 |
| + | | Number of debug tasks in dbgtasks.dat |
| + | |- |
| + | | 0x008 |
| + | | 0x100 |
| + | | Debug URL dst.xml override |
| + | |} |
| + | |
| + | ===Autodbg flag bits=== |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Bit |
| + | ! Description |
| + | |- |
| + | | 0 |
| + | | Use the tasks stored in dbgtasks.dat |
| + | |- |
| + | | 1 |
| + | | Use provided debug dtl.xml URL override |
| + | |- |
| + | | 2 |
| + | | Disable the download of dtl.xml |
| + | |- |
| + | | 3 |
| + | | Skip connecting to SOAP EC and download ETickets with a false success result during TSL processing |
| + | |- |
| + | | 4 |
| + | | Fake assume always ticket is present during TSL task condition processing |
| + | |- |
| + | | 5 |
| + | | Skip NPNS notification fetch for auto title downloads with a false success result |
| |} | | |} |