From d7af321b03d883e2a93b087d873af587c5a641d7 Mon Sep 17 00:00:00 2001 From: konmai69 Date: Mon, 10 Apr 2023 22:37:35 +0700 Subject: [PATCH] igs: create identifiers.md --- igs/identifiers.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 igs/identifiers.md diff --git a/igs/identifiers.md b/igs/identifiers.md new file mode 100644 index 0000000..22ce7b4 --- /dev/null +++ b/igs/identifiers.md @@ -0,0 +1,25 @@ +# IGS identifiers + +### Variables and values + +The following variables are used across the different identifiers and can denote the listed values: + +* `$v`: Game version + * For example, `100` refers to version 1.00 + * Another example, `202` refers to version 2.02 +* `$d`: Destination, target locale/market/region + * `CN`: China + * `FA`: Export + * `JA`: Japan + * `US`: US + * `CNC` + * `SAE` + +## Identifiers + +### Version identifier + +[Packages](versions.md) that can be acquired, e.g. bought or leased. + +* Format: `M-$v$d` +* Example: [M-100CN] (version 1.00, Chinese region) \ No newline at end of file