Skip to content

Commit 4b23c09

Browse files
authored
Fix intra-wiki links within File Formats section (#47)
* Fix wiki links in GPD.md * Fix wiki links in PEC.md * Fix wiki links in SPA.md * Fix wiki links in STFS.md * Fix wiki links in XDBF.md * Fix wiki links in XEX.md * Properly fix System Software link in PEC.md * Properly fix System Software link in SPA.md * Properly fix System Software link in STFS.md
1 parent 69b44d1 commit 4b23c09

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

docs/System-Software/Formats/GPD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,4 @@ IDs in Sync List between last and next are
355355
pushed
356356
//confirm?
357357

358-
[System Software](System_Software)
358+
[System Software](/System-Software)

docs/System-Software/Formats/PEC.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
**PEC** (Profile Embedded Content) files are used by the Xbox 360 as an
2-
additional layer of security on profiles. Certain [GPD](GPD)
2+
additional layer of security on profiles. Certain [GPD](../GPD)
33
files are relocated inside the PEC file. The PEC file stores information
44
on avatar clothes/items, and is just another STFS package. With this
55
said you must properly rehash and resign the PEC file to avoid the Xbox
@@ -23,16 +23,16 @@ below).
2323
# Notes
2424

2525
The Console ID at 0x275 must match the Console ID located in the
26-
[Console Security Certificate](Console_Security_Certificate),
26+
[Console Security Certificate](../../Console_Security_Certificate),
2727
otherwise the Xbox 360 will see it as a corrupted file.
2828

2929
The signature located in the [Console Security
30-
Certificate](Console_Security_Certificate) is signed using
30+
Certificate](../../Console_Security_Certificate) is signed using
3131
the hash at location 0x228. (SHA1 hash from 0x23C - 0x1000)
3232

3333
From 0x1000 the rest of the file is the standard block portion of
34-
[STFS](STFS), with data block 0 starting at 0x3000, and hash
34+
[STFS](../STFS), with data block 0 starting at 0x3000, and hash
3535
table 0 at 0x1000/0x2000. The PEC file always has 2 hash tables (type 1
3636
package).
3737

38-
[System Software](System_Software)
38+
[System Software](/System-Software)

docs/System-Software/Formats/SPA.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
**SPA** files are contained inside [XEX](XEX) files or within
2-
Updates or DLC. They are just a [XDBF](XDBF) file, they are
3-
used by the dashboard for [GPD](GPD) creation and [Xbox LIVE](Xbox_LIVE) information.
1+
**SPA** files are contained inside [XEX](../XEX) files or within
2+
Updates or DLC. They are just a [XDBF](../XDBF) file, they are
3+
used by the dashboard for [GPD](../GPD) creation and [Xbox LIVE](Xbox_LIVE) information.
44

55
# Record Table
66

@@ -248,4 +248,4 @@ string.
248248
| 2 | 2 | UInt16 | String Length |
249249
| 4 | **String Length** | String | String |
250250

251-
[System Software](System_Software)
251+
[System Software](/System-Software)

docs/System-Software/Formats/STFS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If the **Metadata Version** field is set to 2, the format is slightly changed.
137137
| 0x0368 | 0x4 | int | Save Game ID |
138138
| 0x036C | 0x5 | byte\[\] | Console ID |
139139
| 0x0371 | 0x8 | byte\[\] | Profile ID |
140-
| 0x0379 | 0x24 | [Volume Descriptor](#Volume_Descriptor) | Volume Descriptor |
140+
| 0x0379 | 0x24 | [Volume Descriptor](#volume-descriptor) | Volume Descriptor |
141141
| 0x039D | 0x4 | signed int | Data File Count |
142142
| 0x03A1 | 0x8 | signed long | Data File Combined Size |
143143
| 0x03A9 | 0x4 | int (STFS = 0, SVOD = 1) | Descriptor type |
@@ -251,7 +251,7 @@ Block 0 starts at 0x3000, and hash table 0 at 0x1000/0x2000.
251251
| 0x000 | 0x228 | Console_Security_Certificate | Console Security Certificate |
252252
| 0x228 | 0x14 | bytes | SHA1 hash from 0x23C-0x1000 |
253253
| 0x23C | 0x8 | signed long | Unknown |
254-
| 0x244 | 0x24 | [Volume Descriptor](#STFS_2) | Volume Descriptor (STFS) |
254+
| 0x244 | 0x24 | [Volume Descriptor](#volume-descriptor) | Volume Descriptor (STFS) |
255255
| 0x268 | 0x4 | signed int | Unknown |
256256
| 0x26C | 0x8 | bytes | Profile ID |
257257
| 0x274 | 0x1 | byte | Unknown |
@@ -507,4 +507,4 @@ internal int ComputeLevelNHashBlockNumber(int xBlock, int xLevel)
507507
problems with creation, some prefer to use XLAST)
508508
- XLAST inside the Xbox 360 SDK can create LIVE/PIRS packages, but it is illegal to share it.
509509

510-
[System Software](System_Software)
510+
[System Software](/System-Software)

docs/System-Software/Formats/XDBF.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**XDBF** (**X**box **D**ata **B**ase **F**ile) files are used by the
22
Xbox 360 as a generic database. It is used as the format for
3-
[GPD](GPD) (**G**amer **P**rofile **D**ata) and
4-
[SPA](SPA) (**S**tatistics, **P**resence and
3+
[GPD](../GPD) (**G**amer **P**rofile **D**ata) and
4+
[SPA](../SPA) (**S**tatistics, **P**resence and
55
**A**chievements) files. SPA files are linked into an Xbox 360
66
executable during compilation and are used by the dashboard to generate
7-
the GPD, Save Game ([STFS](STFS)) Meta-Data and Images. In
7+
the GPD, Save Game ([STFS](../STFS)) Meta-Data and Images. In
88
the XAM the DataFile class handles all of the operations associated with
99
these files.
1010

@@ -89,4 +89,4 @@ entry, workout the actual length of the free space table.
8989
\+ 24, 24 is the length of the
9090
header.
9191

92-
[System Software](System_Software)
92+
[System Software](/System-Software)

docs/System-Software/Formats/XEX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ XEX files are the default executable format.
304304
0x184...0x184+(IDC*24) ImageData0[8], ImageData1[8], ImageData2[8]
305305
</nowiki>
306306

307-
[System Software](System_Software)
307+
[System Software](/System-Software)

0 commit comments

Comments
 (0)