1
1
mirror of https://github.com/Shizmob/arcade-docs.git synced 2024-11-24 07:00:10 +01:00

igs: create identifiers.md

This commit is contained in:
konmai69 2023-04-10 22:37:35 +07:00
parent 56875f6afa
commit d7af321b03

25
igs/identifiers.md Normal file
View File

@ -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)