Merge branch 'master' into feature/16-gog-id-in-manifest
This commit is contained in:
commit
b292a1e2fc
7 changed files with 2148 additions and 1104 deletions
8
.github/workflows/import.yaml
vendored
8
.github/workflows/import.yaml
vendored
|
@ -9,16 +9,18 @@ jobs:
|
||||||
recent:
|
recent:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: data/wiki-meta-cache.yaml
|
path: data/wiki-meta-cache.yaml
|
||||||
key: wiki-meta-cache
|
key: wiki-meta-cache-v2-${{ github.run_id }}
|
||||||
|
restore-keys: |
|
||||||
|
wiki-meta-cache-v2
|
||||||
- run: |
|
- run: |
|
||||||
npm install
|
npm install
|
||||||
npm run recent
|
npm run recent
|
||||||
|
|
33
.github/workflows/set-timestamp.yaml
vendored
Normal file
33
.github/workflows/set-timestamp.yaml
vendored
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
on:
|
||||||
|
workflow_dispatch: ~
|
||||||
|
# inputs:
|
||||||
|
# timestamp:
|
||||||
|
# description: 'Timestamp to inject into wiki-meta-cache.yaml. Example: 2022-10-30T19:37:23.138Z'
|
||||||
|
# required: true
|
||||||
|
# type: string
|
||||||
|
|
||||||
|
name: Set lastCheckedRecentChanges
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
set-timestamp:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
|
- uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: data/wiki-meta-cache.yaml
|
||||||
|
key: wiki-meta-cache-v2-${{ github.run_id }}
|
||||||
|
restore-keys: |
|
||||||
|
wiki-meta-cache-v2
|
||||||
|
- name: Initial content
|
||||||
|
run: |
|
||||||
|
cat data/wiki-meta-cache.yaml
|
||||||
|
- name: Change content
|
||||||
|
run: |
|
||||||
|
# echo "lastCheckedRecentChanges: '${{ inputs.timestamp }}'" > data/wiki-meta-cache.yaml
|
||||||
|
echo "lastCheckedRecentChanges: '2022-10-30T19:37:23.138Z'" > data/wiki-meta-cache.yaml
|
||||||
|
- name: Updated content
|
||||||
|
run: |
|
||||||
|
cat data/wiki-meta-cache.yaml
|
21
.github/workflows/view-cache.yaml
vendored
Normal file
21
.github/workflows/view-cache.yaml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
on:
|
||||||
|
workflow_dispatch: ~
|
||||||
|
|
||||||
|
name: View cache
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
view-cache:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
|
- uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: data/wiki-meta-cache.yaml
|
||||||
|
key: wiki-meta-cache-v2-${{ github.run_id }}
|
||||||
|
restore-keys: |
|
||||||
|
wiki-meta-cache-v2
|
||||||
|
- name: View cache content
|
||||||
|
run: |
|
||||||
|
cat data/wiki-meta-cache.yaml
|
1779
data/manifest.yaml
1779
data/manifest.yaml
File diff suppressed because it is too large
Load diff
199
data/missing.md
199
data/missing.md
File diff suppressed because it is too large
Load diff
|
@ -1669,6 +1669,15 @@
|
||||||
oslist: windows
|
oslist: windows
|
||||||
executable: ACES1.exe
|
executable: ACES1.exe
|
||||||
type: default
|
type: default
|
||||||
|
'1004370':
|
||||||
|
installDir: PaperCutMansion
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
osarch: '64'
|
||||||
|
oslist: windows
|
||||||
|
description: Play Paper Cut Mansion
|
||||||
|
executable: PaperCutMansion.exe
|
||||||
|
type: none
|
||||||
'1004470': {}
|
'1004470': {}
|
||||||
'1004490':
|
'1004490':
|
||||||
installDir: Tools Up!
|
installDir: Tools Up!
|
||||||
|
@ -18554,6 +18563,12 @@
|
||||||
oslist: windows
|
oslist: windows
|
||||||
executable: SCRAP_RUSH_demo_dev.exe
|
executable: SCRAP_RUSH_demo_dev.exe
|
||||||
type: default
|
type: default
|
||||||
|
'1053390':
|
||||||
|
nameLocalized:
|
||||||
|
english: Kowloon High-School Chronicle
|
||||||
|
japanese: 九龍妖魔學園紀 ORIGIN OF ADVENTURE
|
||||||
|
schinese: Kowloon High-School Chronicle
|
||||||
|
tchinese: Kowloon High-School Chronicle
|
||||||
'1053560':
|
'1053560':
|
||||||
installDir: Saint Hazel's Horsepital
|
installDir: Saint Hazel's Horsepital
|
||||||
launch:
|
launch:
|
||||||
|
@ -69036,6 +69051,14 @@
|
||||||
oslist: macos
|
oslist: macos
|
||||||
executable: SakuraKnight.app
|
executable: SakuraKnight.app
|
||||||
type: default
|
type: default
|
||||||
|
'1209360':
|
||||||
|
installDir: Monster Truck Championship
|
||||||
|
launch:
|
||||||
|
- arguments: '-nohmd'
|
||||||
|
config:
|
||||||
|
oslist: windows
|
||||||
|
executable: MonsterTruck.exe
|
||||||
|
type: default
|
||||||
'1209410':
|
'1209410':
|
||||||
installDir: King of Seas
|
installDir: King of Seas
|
||||||
launch:
|
launch:
|
||||||
|
@ -81719,6 +81742,13 @@
|
||||||
oslist: windows
|
oslist: windows
|
||||||
executable: CyberDetectiveErtat.exe
|
executable: CyberDetectiveErtat.exe
|
||||||
type: default
|
type: default
|
||||||
|
'1413590':
|
||||||
|
installDir: LA FORET DE PAGO LA VENGEANCE DU DRAGON
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
executable: LAFORETDEPAGO.exe
|
||||||
|
type: default
|
||||||
'1413870':
|
'1413870':
|
||||||
installDir: Shadow Man Remastered
|
installDir: Shadow Man Remastered
|
||||||
launch:
|
launch:
|
||||||
|
@ -81748,6 +81778,13 @@
|
||||||
japanese: ザ・ハート・オブ・ダークネス
|
japanese: ザ・ハート・オブ・ダークネス
|
||||||
schinese: 黑暗之心
|
schinese: 黑暗之心
|
||||||
tchinese: 黑暗之心
|
tchinese: 黑暗之心
|
||||||
|
'1414250':
|
||||||
|
installDir: CORPSE FACTORY
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
executable: CORPSE FACTORY.exe
|
||||||
|
type: default
|
||||||
'1414850':
|
'1414850':
|
||||||
installDir: Nickelodeon All-Star Brawl
|
installDir: Nickelodeon All-Star Brawl
|
||||||
launch:
|
launch:
|
||||||
|
@ -81919,6 +81956,13 @@
|
||||||
description: 1080p resolution
|
description: 1080p resolution
|
||||||
executable: DOSBox.exe
|
executable: DOSBox.exe
|
||||||
type: option3
|
type: option3
|
||||||
|
'1418360':
|
||||||
|
installDir: Lonesome Village
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
executable: Lonesome Village.exe
|
||||||
|
type: default
|
||||||
'1418990':
|
'1418990':
|
||||||
installDir: Unicorns on Unicycles
|
installDir: Unicorns on Unicycles
|
||||||
launch:
|
launch:
|
||||||
|
@ -82903,6 +82947,21 @@
|
||||||
oslist: windows
|
oslist: windows
|
||||||
executable: WAVR_P1.exe
|
executable: WAVR_P1.exe
|
||||||
type: vr
|
type: vr
|
||||||
|
'1442670':
|
||||||
|
installDir: Hamster Playground
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
executable: Hamster Playground.exe
|
||||||
|
type: default
|
||||||
|
- config:
|
||||||
|
oslist: macos
|
||||||
|
executable: Hamster Playground.app\\Contents\\MacOS\\Hamster Playground
|
||||||
|
type: default
|
||||||
|
- config:
|
||||||
|
oslist: linux
|
||||||
|
executable: Hamster Playground.x86_64
|
||||||
|
type: default
|
||||||
'1442820':
|
'1442820':
|
||||||
installDir: R-Type Final 2
|
installDir: R-Type Final 2
|
||||||
launch:
|
launch:
|
||||||
|
@ -84605,6 +84664,34 @@
|
||||||
description: Launch Graphics Setup
|
description: Launch Graphics Setup
|
||||||
executable: GXSetup.exe
|
executable: GXSetup.exe
|
||||||
workingdir: ''
|
workingdir: ''
|
||||||
|
'1506440':
|
||||||
|
installDir: Batora Lost Haven
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
osarch: '64'
|
||||||
|
oslist: windows
|
||||||
|
executable: Batora.exe
|
||||||
|
type: none
|
||||||
|
- config:
|
||||||
|
betakey: internal_dev
|
||||||
|
osarch: '64'
|
||||||
|
oslist: windows
|
||||||
|
description: Shipping
|
||||||
|
description_loc:
|
||||||
|
english: Shipping
|
||||||
|
executable: Batora-Win64-Shipping.exe
|
||||||
|
type: option1
|
||||||
|
- config:
|
||||||
|
betakey: continuous_dev
|
||||||
|
osarch: '64'
|
||||||
|
oslist: windows
|
||||||
|
description: Shipping
|
||||||
|
description_loc:
|
||||||
|
english: Shipping
|
||||||
|
executable: Batora-Win64-Shipping.exe
|
||||||
|
type: option1
|
||||||
|
nameLocalized:
|
||||||
|
schinese: 巴特拉:家在何方
|
||||||
'1506510':
|
'1506510':
|
||||||
installDir: The Ramp
|
installDir: The Ramp
|
||||||
launch:
|
launch:
|
||||||
|
@ -87064,6 +87151,14 @@
|
||||||
japanese: 女装創世記
|
japanese: 女装創世記
|
||||||
schinese: 女装创世记
|
schinese: 女装创世记
|
||||||
tchinese: 女裝創世記
|
tchinese: 女裝創世記
|
||||||
|
'1586290':
|
||||||
|
installDir: CARNAL
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
osarch: '64'
|
||||||
|
oslist: windows
|
||||||
|
executable: CARNAL.exe
|
||||||
|
type: default
|
||||||
'1586350':
|
'1586350':
|
||||||
installDir: NEOGEO POCKET COLOR SELECTION Vol.1
|
installDir: NEOGEO POCKET COLOR SELECTION Vol.1
|
||||||
launch:
|
launch:
|
||||||
|
@ -87294,6 +87389,13 @@
|
||||||
launch:
|
launch:
|
||||||
- executable: TheOffice.exe
|
- executable: TheOffice.exe
|
||||||
'1594040': {}
|
'1594040': {}
|
||||||
|
'1594320':
|
||||||
|
installDir: Captain of Industry
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
executable: Captain of Industry.exe
|
||||||
|
type: default
|
||||||
'1594940':
|
'1594940':
|
||||||
installDir: Little Witch in the Woods
|
installDir: Little Witch in the Woods
|
||||||
launch:
|
launch:
|
||||||
|
@ -89406,6 +89508,7 @@
|
||||||
type: default
|
type: default
|
||||||
'1671210': {}
|
'1671210': {}
|
||||||
'1671360': {}
|
'1671360': {}
|
||||||
|
'1671410': {}
|
||||||
'1671480':
|
'1671480':
|
||||||
installDir: ABRISS
|
installDir: ABRISS
|
||||||
launch:
|
launch:
|
||||||
|
@ -90185,6 +90288,21 @@
|
||||||
polish: 'GWINT: Mag Renegat'
|
polish: 'GWINT: Mag Renegat'
|
||||||
russian: 'ГВИНТ: Маг-Отступник'
|
russian: 'ГВИНТ: Маг-Отступник'
|
||||||
tchinese: 《昆特牌:異始法師》
|
tchinese: 《昆特牌:異始法師》
|
||||||
|
'1712390':
|
||||||
|
installDir: Martial Law
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
executable: martial-law.exe
|
||||||
|
type: default
|
||||||
|
- config:
|
||||||
|
oslist: linux
|
||||||
|
executable: martial-law
|
||||||
|
type: default
|
||||||
|
- config:
|
||||||
|
oslist: macos
|
||||||
|
executable: Martial Law.app
|
||||||
|
type: default
|
||||||
'1712840':
|
'1712840':
|
||||||
installDir: Pawpaw
|
installDir: Pawpaw
|
||||||
launch:
|
launch:
|
||||||
|
@ -90589,6 +90707,17 @@
|
||||||
japanese: 白き鋼鉄のX 2
|
japanese: 白き鋼鉄のX 2
|
||||||
schinese: 银白钢铁伊克斯 2
|
schinese: 银白钢铁伊克斯 2
|
||||||
tchinese: 銀白鋼鐵X 2
|
tchinese: 銀白鋼鐵X 2
|
||||||
|
'1734320':
|
||||||
|
installDir: Brutal Orchestra
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
executable: BrutalOrchestra.exe
|
||||||
|
type: default
|
||||||
|
- config:
|
||||||
|
oslist: linux
|
||||||
|
executable: BrutalOrchestra.x86_64
|
||||||
|
type: default
|
||||||
'1734350':
|
'1734350':
|
||||||
installDir: Chronomaster
|
installDir: Chronomaster
|
||||||
launch:
|
launch:
|
||||||
|
@ -90710,6 +90839,11 @@
|
||||||
- description: View Support Information
|
- description: View Support Information
|
||||||
executable: Support\\EA Help\\Electronic_Arts_Technical_Support.htm
|
executable: Support\\EA Help\\Electronic_Arts_Technical_Support.htm
|
||||||
'1740150': {}
|
'1740150': {}
|
||||||
|
'1740660':
|
||||||
|
installDir: Miraculous
|
||||||
|
launch:
|
||||||
|
- executable: MiraculousRiseOfTheSphinx.exe
|
||||||
|
type: default
|
||||||
'1740680':
|
'1740680':
|
||||||
installDir: Voodoo Detective
|
installDir: Voodoo Detective
|
||||||
launch:
|
launch:
|
||||||
|
@ -91486,6 +91620,7 @@
|
||||||
koreana: 소울 해커즈2
|
koreana: 소울 해커즈2
|
||||||
schinese: 灵魂骇客2
|
schinese: 灵魂骇客2
|
||||||
tchinese: 靈魂駭客2
|
tchinese: 靈魂駭客2
|
||||||
|
'1778820': {}
|
||||||
'1779200':
|
'1779200':
|
||||||
installDir: Thrive
|
installDir: Thrive
|
||||||
launch:
|
launch:
|
||||||
|
@ -92424,6 +92559,16 @@
|
||||||
launch:
|
launch:
|
||||||
- executable: cm2.exe
|
- executable: cm2.exe
|
||||||
'1840080': {}
|
'1840080': {}
|
||||||
|
'1840490':
|
||||||
|
installDir: Christmas Massacre
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
description: Play the game
|
||||||
|
description_loc:
|
||||||
|
english: Play the game
|
||||||
|
executable: Christmas Massacre.exe
|
||||||
|
type: default
|
||||||
'1841780':
|
'1841780':
|
||||||
installDir: It follows you
|
installDir: It follows you
|
||||||
launch:
|
launch:
|
||||||
|
@ -93022,6 +93167,14 @@
|
||||||
type: default
|
type: default
|
||||||
'1892420': {}
|
'1892420': {}
|
||||||
'1893370': {}
|
'1893370': {}
|
||||||
|
'1894730':
|
||||||
|
installDir: Asterix & Obelix XXXL The Ram from Hibernia
|
||||||
|
launch:
|
||||||
|
- executable: AOA.exe
|
||||||
|
nameLocalized:
|
||||||
|
english: 'Asterix & Obelix XXXL : The Ram From Hibernia'
|
||||||
|
french: Astérix & Obélix XXXL – Le Bélier d’Hibernie
|
||||||
|
german: 'Asterix & Obelix XXXL : Der Widder aus Hibernia'
|
||||||
'1895780':
|
'1895780':
|
||||||
installDir: SexySpaceAirlines
|
installDir: SexySpaceAirlines
|
||||||
launch:
|
launch:
|
||||||
|
@ -93071,6 +93224,22 @@
|
||||||
executable: Eros Fantasy.exe
|
executable: Eros Fantasy.exe
|
||||||
type: default
|
type: default
|
||||||
'1898290': {}
|
'1898290': {}
|
||||||
|
'1898610':
|
||||||
|
installDir: Hands of Necromancy
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
osarch: '64'
|
||||||
|
oslist: windows
|
||||||
|
executable: handsofnecromancy.exe
|
||||||
|
type: default
|
||||||
|
- config:
|
||||||
|
osarch: '64'
|
||||||
|
oslist: linux
|
||||||
|
executable: handsofnecromancy
|
||||||
|
type: default
|
||||||
|
- config:
|
||||||
|
oslist: macos
|
||||||
|
executable: Hands of Necromancy.app/Contents/MacOS/runscript
|
||||||
'1899810':
|
'1899810':
|
||||||
installDir: Dread X Collection 5
|
installDir: Dread X Collection 5
|
||||||
launch:
|
launch:
|
||||||
|
@ -93318,6 +93487,7 @@
|
||||||
installDir: Tank Universal SteamWorks Edition
|
installDir: Tank Universal SteamWorks Edition
|
||||||
launch:
|
launch:
|
||||||
- executable: TU.exe
|
- executable: TU.exe
|
||||||
|
'1920480': {}
|
||||||
'1921340':
|
'1921340':
|
||||||
installDir: Fallen Legion Revenants
|
installDir: Fallen Legion Revenants
|
||||||
launch:
|
launch:
|
||||||
|
@ -93335,6 +93505,7 @@
|
||||||
schinese: 蜡笔小新 风起云涌! 火焰的春日部快腿侠!!
|
schinese: 蜡笔小新 风起云涌! 火焰的春日部快腿侠!!
|
||||||
spanish: CRAYON SHINCHAN ¡Llamando al viento! ¡El CORREDOR de las llamas de KASUKABE!
|
spanish: CRAYON SHINCHAN ¡Llamando al viento! ¡El CORREDOR de las llamas de KASUKABE!
|
||||||
tchinese: 蠟筆小新 風起雲湧! 火焰的春日部快腿俠!!
|
tchinese: 蠟筆小新 風起雲湧! 火焰的春日部快腿俠!!
|
||||||
|
'1921980': {}
|
||||||
'1922560':
|
'1922560':
|
||||||
installDir: PVZGW2
|
installDir: PVZGW2
|
||||||
launch:
|
launch:
|
||||||
|
@ -93855,6 +94026,14 @@
|
||||||
installDir: The Sum of All Fears
|
installDir: The Sum of All Fears
|
||||||
launch:
|
launch:
|
||||||
- executable: SOAF.exe
|
- executable: SOAF.exe
|
||||||
|
'1982750':
|
||||||
|
installDir: WONDER POT
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
betakey: WONDER POT.exe
|
||||||
|
oslist: windows
|
||||||
|
executable: WONDER POT.exe
|
||||||
|
type: default
|
||||||
'19830':
|
'19830':
|
||||||
installDir: Rainbow Six 3 Gold
|
installDir: Rainbow Six 3 Gold
|
||||||
launch:
|
launch:
|
||||||
|
@ -94170,6 +94349,21 @@
|
||||||
oslist: windows
|
oslist: windows
|
||||||
executable: Bin/equ8-launch-dual.exe
|
executable: Bin/equ8-launch-dual.exe
|
||||||
type: default
|
type: default
|
||||||
|
'2000320':
|
||||||
|
installDir: 'Keep it Cool, Man'
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
executable: 'Keep it Cool, Man.exe'
|
||||||
|
type: default
|
||||||
|
- config:
|
||||||
|
oslist: linux
|
||||||
|
executable: 'Keep it Cool, Man.x86_64'
|
||||||
|
type: default
|
||||||
|
- config:
|
||||||
|
oslist: macos
|
||||||
|
executable: 'Contents/MacOS/Keep it Cool, Man'
|
||||||
|
type: default
|
||||||
'200050':
|
'200050':
|
||||||
installDir: Naval War Arctic Circle
|
installDir: Naval War Arctic Circle
|
||||||
launch:
|
launch:
|
||||||
|
@ -94552,6 +94746,7 @@
|
||||||
oslist: windows
|
oslist: windows
|
||||||
executable: Futanari_Sex_Pool_Party_Win.exe
|
executable: Futanari_Sex_Pool_Party_Win.exe
|
||||||
type: default
|
type: default
|
||||||
|
'2013360': {}
|
||||||
'2013650':
|
'2013650':
|
||||||
installDir: Logicality
|
installDir: Logicality
|
||||||
launch:
|
launch:
|
||||||
|
@ -96620,6 +96815,12 @@
|
||||||
- config:
|
- config:
|
||||||
oslist: macos
|
oslist: macos
|
||||||
executable: TheWalkingDead.app
|
executable: TheWalkingDead.app
|
||||||
|
'2076220':
|
||||||
|
nameLocalized:
|
||||||
|
japanese: 赤い刀 真
|
||||||
|
koreana: 아카이카타나 진
|
||||||
|
schinese: 《Akai Katana Shin》
|
||||||
|
tchinese: 赤刀真
|
||||||
'207650':
|
'207650':
|
||||||
installDir: A Virus Named TOM
|
installDir: A Virus Named TOM
|
||||||
launch:
|
launch:
|
||||||
|
@ -97063,6 +97264,9 @@
|
||||||
oslist: windows
|
oslist: windows
|
||||||
executable: AOQ85.exe
|
executable: AOQ85.exe
|
||||||
type: default
|
type: default
|
||||||
|
'2089350':
|
||||||
|
nameLocalized:
|
||||||
|
japanese: 初音ミク ロジックペイントS
|
||||||
'2089720':
|
'2089720':
|
||||||
installDir: Asian Maiden Creator
|
installDir: Asian Maiden Creator
|
||||||
launch:
|
launch:
|
||||||
|
@ -97234,6 +97438,13 @@
|
||||||
oslist: linux
|
oslist: linux
|
||||||
description: Play The Witcher 2
|
description: Play The Witcher 2
|
||||||
executable: launcher
|
executable: launcher
|
||||||
|
'2092130':
|
||||||
|
installDir: Notes From Province
|
||||||
|
launch:
|
||||||
|
- config:
|
||||||
|
oslist: windows
|
||||||
|
executable: Game.exe
|
||||||
|
type: default
|
||||||
'2092190':
|
'2092190':
|
||||||
installDir: Nomori (Pre-Alpha)
|
installDir: Nomori (Pre-Alpha)
|
||||||
launch:
|
launch:
|
||||||
|
@ -99214,6 +99425,7 @@
|
||||||
- config:
|
- config:
|
||||||
oslist: windows
|
oslist: windows
|
||||||
executable: luxor_ar_hd_x86.exe
|
executable: luxor_ar_hd_x86.exe
|
||||||
|
'2169930': {}
|
||||||
'217060':
|
'217060':
|
||||||
installDir: total war battles shogun
|
installDir: total war battles shogun
|
||||||
launch:
|
launch:
|
||||||
|
@ -99319,6 +99531,7 @@
|
||||||
installDir: World in Conflict
|
installDir: World in Conflict
|
||||||
launch:
|
launch:
|
||||||
- executable: wic.exe
|
- executable: wic.exe
|
||||||
|
'2176320': {}
|
||||||
'217690':
|
'217690':
|
||||||
installDir: Anna
|
installDir: Anna
|
||||||
launch:
|
launch:
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Reference in a new issue