-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
63 lines (63 loc) · 1.52 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"Match_Versions": {
"%PRODUCT_ID%": [
[
"%VERSION_A%",
"%VERSION_B%"
]
]
},
"Replace_Names": {
"%WRONG_NAME%": "%CORRECT_NAME%",
"Blood 2 - The Chosen": "Blood 2: The Blood Group",
"Broken Sword - Shadow of the Templars": "Broken Sword: Director's Cut",
"Broken Sword II - The Smoking Mirror": "Broken Sword 2: Remastered",
"Roberta Williams' Phantasmagoria": "Phantasmagoria",
"Pharaoh Gold": "Pharaoh + Cleopatra",
"Krush, Kill 'n' Destroy Xtreme": "Krush Kill 'N Destroy Xtreme",
"KKND2 Krossfire": "Krush Kill ‘N Destroy 2: Krossfire",
"Overlord and Overlord - Raising Hell": "Overlord + Raising Hell",
"Postal 2 Share The Pain": "POSTAL 2"
},
"Strings_To_Remove": [
"\\s+\\([a-z]+\\)$",
"\\s+[0-9]+th\\sAnniversary\\sEdition"
],
"Roman_Numerals": {
"I": 1,
"II": 2,
"III": 3,
"IV": 4,
"V": 5,
"VI": 6,
"VII": 7,
"VIII": 8,
"IX": 9,
"X": 10,
"XI": 11,
"XII": 12,
"XIII": 13,
"XIV": 14,
"XV": 15,
"XVI": 16,
"XVII": 17,
"XVIII": 18,
"XIX": 19,
"XX": 20
},
"Goodies_ID": {
"1825770152": "Yooka-Laylee Toybox"
},
"Delisted_Games": [
"Spelunky Classic",
"Duke Nukem 3D",
"The Chronicles of Riddick - Assault on Dark Athena",
"RollerCoaster Tycoon Deluxe",
"RollerCoaster Tycoon 2 Triple Thrill Pack",
"RollerCoaster Tycoon 3 Platinum",
"Scratches Director's Cut",
"Superfrog HD",
"Unreal Gold",
"Unreal Tournament GOTY"
]
}