Import recent changes from PCGamingWiki
This commit is contained in:
parent
78e04a73f6
commit
3637382b8f
3 changed files with 50 additions and 14 deletions
|
@ -145677,9 +145677,15 @@ Cuban Missile Crisis:
|
||||||
installDir:
|
installDir:
|
||||||
CMC: {}
|
CMC: {}
|
||||||
launch:
|
launch:
|
||||||
"<base>/Game.exe":
|
"<base>/game.exe":
|
||||||
- when:
|
- when:
|
||||||
- os: windows
|
- bit: 32
|
||||||
|
os: windows
|
||||||
|
store: steam
|
||||||
|
"<base>/launcher.exe":
|
||||||
|
- when:
|
||||||
|
- bit: 64
|
||||||
|
os: windows
|
||||||
store: steam
|
store: steam
|
||||||
steam:
|
steam:
|
||||||
id: 356270
|
id: 356270
|
||||||
|
@ -710128,13 +710134,19 @@ UFO Simulator Control Master:
|
||||||
installDir:
|
installDir:
|
||||||
UFO Aftermath: {}
|
UFO Aftermath: {}
|
||||||
launch:
|
launch:
|
||||||
|
"<base>/Launcher-x64.exe":
|
||||||
|
- when:
|
||||||
|
- bit: 64
|
||||||
|
os: windows
|
||||||
|
store: steam
|
||||||
"<base>/Launcher.exe":
|
"<base>/Launcher.exe":
|
||||||
- when:
|
- when:
|
||||||
- os: windows
|
- os: windows
|
||||||
store: steam
|
store: steam
|
||||||
"<base>/UFO.exe":
|
"<base>/launcher-ia32.exe":
|
||||||
- when:
|
- when:
|
||||||
- os: windows
|
- bit: 32
|
||||||
|
os: windows
|
||||||
store: steam
|
store: steam
|
||||||
steam:
|
steam:
|
||||||
id: 292160
|
id: 292160
|
||||||
|
@ -710159,9 +710171,15 @@ UFO Simulator Control Master:
|
||||||
installDir:
|
installDir:
|
||||||
UFOAftershock: {}
|
UFOAftershock: {}
|
||||||
launch:
|
launch:
|
||||||
"<base>/UFO.exe":
|
"<base>/launcher-ia32.exe":
|
||||||
- when:
|
- when:
|
||||||
- os: windows
|
- bit: 32
|
||||||
|
os: windows
|
||||||
|
store: steam
|
||||||
|
"<base>/launcher-x64.exe":
|
||||||
|
- when:
|
||||||
|
- bit: 64
|
||||||
|
os: windows
|
||||||
store: steam
|
store: steam
|
||||||
steam:
|
steam:
|
||||||
id: 289500
|
id: 289500
|
||||||
|
|
|
@ -51410,9 +51410,15 @@
|
||||||
installDir: UFOAftershock
|
installDir: UFOAftershock
|
||||||
launch:
|
launch:
|
||||||
- config:
|
- config:
|
||||||
|
osarch: "64"
|
||||||
oslist: windows
|
oslist: windows
|
||||||
description: Launch
|
executable: launcher-x64.exe
|
||||||
executable: UFO.exe
|
type: default
|
||||||
|
- config:
|
||||||
|
osarch: "32"
|
||||||
|
oslist: windows
|
||||||
|
executable: launcher-ia32.exe
|
||||||
|
type: default
|
||||||
289520:
|
289520:
|
||||||
installDir: Darkside
|
installDir: Darkside
|
||||||
launch:
|
launch:
|
||||||
|
@ -52955,9 +52961,15 @@
|
||||||
installDir: UFO Aftermath
|
installDir: UFO Aftermath
|
||||||
launch:
|
launch:
|
||||||
- config:
|
- config:
|
||||||
|
osarch: "64"
|
||||||
oslist: windows
|
oslist: windows
|
||||||
description: Launch
|
executable: Launcher-x64.exe
|
||||||
executable: UFO.exe
|
type: default
|
||||||
|
- config:
|
||||||
|
osarch: "32"
|
||||||
|
oslist: windows
|
||||||
|
executable: launcher-ia32.exe
|
||||||
|
type: default
|
||||||
- config:
|
- config:
|
||||||
oslist: windows
|
oslist: windows
|
||||||
description: Configure
|
description: Configure
|
||||||
|
@ -93114,9 +93126,15 @@
|
||||||
installDir: CMC
|
installDir: CMC
|
||||||
launch:
|
launch:
|
||||||
- config:
|
- config:
|
||||||
|
osarch: "64"
|
||||||
oslist: windows
|
oslist: windows
|
||||||
description: Launch
|
executable: launcher.exe
|
||||||
executable: Game.exe
|
type: default
|
||||||
|
- config:
|
||||||
|
osarch: "32"
|
||||||
|
oslist: windows
|
||||||
|
executable: game.exe
|
||||||
|
type: default
|
||||||
356280:
|
356280:
|
||||||
cloud:
|
cloud:
|
||||||
saves:
|
saves:
|
||||||
|
|
|
@ -80091,8 +80091,8 @@ Frogger in Toy Town:
|
||||||
"Frogger's Adventures: The Rescue":
|
"Frogger's Adventures: The Rescue":
|
||||||
pageId: 160822
|
pageId: 160822
|
||||||
templates:
|
templates:
|
||||||
- "{{Game data/config|Windows|{{P|hkcu}}\\Software\\KONAMI\\Frogger's Adventures}}"
|
- "{{Game data/config|Windows|{{P|hkcu}}\\Software\\KONAMI\\Frogger's Adventures\\}}"
|
||||||
- "{{Game data/saves|Windows|{{p|userprofile\\Documents}}\\Frogger's Adventure}}"
|
- "{{Game data/saves|Windows|{{p|userprofile\\Documents}}\\Frogger's Adventure\\}}"
|
||||||
"Frogger's Crackout":
|
"Frogger's Crackout":
|
||||||
pageId: 160820
|
pageId: 160820
|
||||||
templates:
|
templates:
|
||||||
|
|
Reference in a new issue