Split steamId into an object and add --unchecked flag
This commit is contained in:
parent
f2a461f1a0
commit
d715380e0b
9 changed files with 471 additions and 193 deletions
File diff suppressed because it is too large
Load diff
|
@ -469,7 +469,6 @@
|
|||
* [A Legionary's Life](https://www.pcgamingwiki.com/wiki/?curid=134830)
|
||||
* [A Lenda do Herói](https://www.pcgamingwiki.com/wiki/?curid=38191)
|
||||
* [A Light in the Dark](https://www.pcgamingwiki.com/wiki/?curid=87557)
|
||||
* [A Little Lily Princess](https://www.pcgamingwiki.com/wiki/?curid=34700)
|
||||
* [A Little Rabbit Story](https://www.pcgamingwiki.com/wiki/?curid=80968)
|
||||
* [A Long Night For Crazy King](https://www.pcgamingwiki.com/wiki/?curid=150754)
|
||||
* [A Long Road Home](https://www.pcgamingwiki.com/wiki/?curid=56912)
|
||||
|
@ -21089,7 +21088,6 @@
|
|||
* [Lone Echo](https://www.pcgamingwiki.com/wiki/?curid=128780)
|
||||
* [Lone Leader](https://www.pcgamingwiki.com/wiki/?curid=52107)
|
||||
* [Lone Pirate VR](https://www.pcgamingwiki.com/wiki/?curid=62951)
|
||||
* [Lone Survivor](https://www.pcgamingwiki.com/wiki/?curid=3011)
|
||||
* [Lone Vessel](https://www.pcgamingwiki.com/wiki/?curid=71723)
|
||||
* [Lone Warrior](https://www.pcgamingwiki.com/wiki/?curid=71621)
|
||||
* [Lone Wolf: Horizon](https://www.pcgamingwiki.com/wiki/?curid=44653)
|
||||
|
@ -27655,8 +27653,6 @@
|
|||
* [Pretty Girls Panic!](https://www.pcgamingwiki.com/wiki/?curid=55261)
|
||||
* [Prevent the Fall](https://www.pcgamingwiki.com/wiki/?curid=58469)
|
||||
* [Preventive Strike](https://www.pcgamingwiki.com/wiki/?curid=75149)
|
||||
* [Prey](https://www.pcgamingwiki.com/wiki/?curid=10517)
|
||||
* [Prey (2017)](https://www.pcgamingwiki.com/wiki/?curid=33371)
|
||||
* [Prey with Gun](https://www.pcgamingwiki.com/wiki/?curid=73532)
|
||||
* [Prey: Typhon Hunter](https://www.pcgamingwiki.com/wiki/?curid=124903)
|
||||
* [PRICE](https://www.pcgamingwiki.com/wiki/?curid=40042)
|
||||
|
|
|
@ -14,22 +14,23 @@ definitions:
|
|||
Os:
|
||||
type: string
|
||||
enum:
|
||||
- windows
|
||||
- linux
|
||||
- mac
|
||||
- windows
|
||||
Store:
|
||||
type: string
|
||||
enum:
|
||||
- steam
|
||||
- epic
|
||||
- discord
|
||||
- epic
|
||||
- gog
|
||||
- origin
|
||||
- steam
|
||||
- uplay
|
||||
Tag:
|
||||
type: string
|
||||
enum:
|
||||
- save
|
||||
- config
|
||||
- save
|
||||
|
||||
type: object
|
||||
additionalProperties:
|
||||
|
@ -63,5 +64,8 @@ additionalProperties:
|
|||
type: array
|
||||
items:
|
||||
$ref: "#/definitions/RegistryConstraint"
|
||||
steamId:
|
||||
type: integer
|
||||
steam:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
|
|
|
@ -50,5 +50,8 @@ additionalProperties:
|
|||
type: array
|
||||
items:
|
||||
$ref: "#/definitions/RegistryConstraint"
|
||||
steamId:
|
||||
type: integer
|
||||
steam:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
installDir: '1406'
|
||||
'1055140':
|
||||
installDir: 10-4
|
||||
'1058430':
|
||||
installDir: A Legionary's Life
|
||||
'1063230':
|
||||
installDir: '6120'
|
||||
'1063560':
|
||||
|
@ -68,6 +70,8 @@
|
|||
installDir: 123kickit
|
||||
'205690':
|
||||
installDir: 1000 Amps
|
||||
'209830':
|
||||
installDir: Lone Survivor
|
||||
'211670':
|
||||
installDir: 007 Legends
|
||||
'227580':
|
||||
|
@ -116,6 +120,8 @@
|
|||
installDir: 10 Minute Barbarian
|
||||
'396800':
|
||||
installDir: 12 Labours of Hercules IV Mother Nature
|
||||
'3970':
|
||||
installDir: Prey 2006
|
||||
'405180':
|
||||
installDir: 123 Slaughter Me Street
|
||||
'406730':
|
||||
|
@ -132,6 +138,8 @@
|
|||
installDir: 10 Second Ninja X
|
||||
'439550':
|
||||
installDir: '''n Verlore Verstand'
|
||||
'449250':
|
||||
installDir: A Little Lily Princess
|
||||
'449940':
|
||||
installDir: '! That Bastard Is Trying To Steal Our Gold !'
|
||||
'470060':
|
||||
|
@ -140,6 +148,8 @@
|
|||
installDir: .EXE
|
||||
'477010':
|
||||
installDir: 10 Minute Tower
|
||||
'480490':
|
||||
installDir: Prey
|
||||
'491330':
|
||||
installDir: 12 Labours of Hercules V Kids of Hellas
|
||||
'497400':
|
||||
|
@ -200,6 +210,8 @@
|
|||
installDir: projekt
|
||||
'761190':
|
||||
installDir: '1010'
|
||||
'766280':
|
||||
installDir: A Light in the Dark
|
||||
'771710':
|
||||
installDir: Test Expected Behaviour
|
||||
'791180':
|
||||
|
|
|
@ -36,13 +36,13 @@ $1 Ride:
|
|||
revId: 841129
|
||||
'''90s Football Stars':
|
||||
pageId: 98644
|
||||
revId: 841107
|
||||
revId: 975157
|
||||
'''n Verlore Verstand':
|
||||
pageId: 43728
|
||||
revId: 892716
|
||||
'***':
|
||||
pageId: 129579
|
||||
revId: 841120
|
||||
revId: 976962
|
||||
'-KLAUS-':
|
||||
pageId: 113092
|
||||
revId: 841110
|
||||
|
@ -69,7 +69,7 @@ $1 Ride:
|
|||
revId: 952124
|
||||
0 A.D.:
|
||||
pageId: 6203
|
||||
revId: 974024
|
||||
revId: 978749
|
||||
0 Day:
|
||||
pageId: 53391
|
||||
revId: 841116
|
||||
|
@ -93,7 +93,7 @@ $1 Ride:
|
|||
revId: 841123
|
||||
0°N 0°W:
|
||||
pageId: 67968
|
||||
revId: 841124
|
||||
revId: 978315
|
||||
1 Hit Kill:
|
||||
pageId: 103249
|
||||
revId: 841125
|
||||
|
@ -165,7 +165,7 @@ $1 Ride:
|
|||
revId: 839598
|
||||
100$:
|
||||
pageId: 127526
|
||||
revId: 910085
|
||||
revId: 976963
|
||||
100% Orange Juice!:
|
||||
pageId: 27256
|
||||
revId: 947097
|
||||
|
@ -363,7 +363,7 @@ $1 Ride:
|
|||
revId: 939407
|
||||
18+:
|
||||
pageId: 98580
|
||||
revId: 917659
|
||||
revId: 978068
|
||||
18+ MEMORY:
|
||||
pageId: 156473
|
||||
revId: 931643
|
||||
|
@ -1500,22 +1500,22 @@ A Legend of Luca:
|
|||
revId: 841528
|
||||
A Legionary's Life:
|
||||
pageId: 134830
|
||||
revId: null
|
||||
revId: 936654
|
||||
A Lenda do Herói:
|
||||
pageId: 38191
|
||||
revId: null
|
||||
revId: 977793
|
||||
A Light in the Dark:
|
||||
pageId: 87557
|
||||
revId: null
|
||||
revId: 841531
|
||||
A Little Lily Princess:
|
||||
pageId: 34700
|
||||
revId: null
|
||||
revId: 841532
|
||||
A Little Rabbit Story:
|
||||
pageId: 80968
|
||||
revId: null
|
||||
revId: 841533
|
||||
A Long Night For Crazy King:
|
||||
pageId: 150754
|
||||
revId: null
|
||||
revId: 902479
|
||||
A Long Road Home:
|
||||
pageId: 56912
|
||||
revId: null
|
||||
|
@ -63414,7 +63414,7 @@ Lone Pirate VR:
|
|||
revId: null
|
||||
Lone Survivor:
|
||||
pageId: 3011
|
||||
revId: null
|
||||
revId: 962604
|
||||
Lone Vessel:
|
||||
pageId: 71723
|
||||
revId: null
|
||||
|
@ -83139,10 +83139,11 @@ Preventive Strike:
|
|||
revId: null
|
||||
Prey:
|
||||
pageId: 10517
|
||||
revId: null
|
||||
revId: 973111
|
||||
Prey (2017):
|
||||
pageId: 33371
|
||||
revId: null
|
||||
revId: 978549
|
||||
unsupportedOs: true
|
||||
Prey with Gun:
|
||||
pageId: 73532
|
||||
revId: null
|
||||
|
|
Reference in a new issue