Installer clip-studio-paint-410
files:
- csp: https://vd.clipstudio.net/clipcontent/paint/app/410/CSP_410w_setup.exe
- msedge: https://c2rsetup.officeapps.live.com/c2r/downloadEdge.aspx?platform=Default&source=EdgeStablePage&Channel=Stable&language=en&Consent=0&brand=M100
- webview2: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/76eb3dc4-7851-45b7-a392-460523b0e2bb/MicrosoftEdgeWebView2RuntimeInstallerX64.exe
game:
arch: win64
exe: $GAMEDIR/drive_c/Program Files/CELSYS/CLIP STUDIO 1.5/CLIP STUDIO/CLIPStudio.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Create 64-bit prefix
name: create_prefix
prefix: $GAMEDIR
- move:
description: Rename Microsoft Edge Installer
dst: $GAMEDIR/msedge.exe
src: msedge
- task:
arch: win64
description: Setting Windows 10 mode for Wine
key: Version
name: set_regedit
path: HKEY_CURRENT_USER\\Software\\Wine
prefix: $GAMEDIR
value: win10
- task:
app: vcrun2005 vcrun2008 vcrun2010 msxml4 msxml6 corefonts atmlib gdiplus fontsmooth=rgb
arch: win64
description: Installing dependencies
name: winetricks
prefix: $GAMEDIR
- task:
arch: win64
description: Set Windows 7 for WebView2
key: Version
name: set_regedit
path: HKEY_CURRENT_USER\Software\Wine\AppDefaults\msedgewebview2.exe
prefix: $GAMEDIR
value: win7
- task:
arch: win64
description: Set Windows 8.1 for CLIP Studio Paint
key: Version
name: set_regedit
path: HKEY_CURRENT_USER\Software\Wine\AppDefaults\CLIPStudioPaint.exe
prefix: $GAMEDIR
value: win81
- copy:
dst: $GAMEDIR
src: msedge
- copy:
dst: $GAMEDIR
src: webview2
- task:
arch: win64
description: Installing Microsoft Edge
executable: $GAMEDIR/msedge.exe
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Installing WebView2
executable: webview2
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Installing CLIP Studio Paint
executable: csp
name: wineexec
prefix: $GAMEDIR
system:
env:
DXVK_HUD: 0
wine:
overrides:
concrt140: n
description: ''
game_slug: clip-studio-paint
gogslug: ''
humblestoreid: ''
installer_slug: clip-studio-paint-410
name: Clip Studio Paint
notes: ''
runner: wine
script:
files:
- csp: https://vd.clipstudio.net/clipcontent/paint/app/410/CSP_410w_setup.exe
- msedge: https://c2rsetup.officeapps.live.com/c2r/downloadEdge.aspx?platform=Default&source=EdgeStablePage&Channel=Stable&language=en&Consent=0&brand=M100
- webview2: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/76eb3dc4-7851-45b7-a392-460523b0e2bb/MicrosoftEdgeWebView2RuntimeInstallerX64.exe
game:
arch: win64
exe: $GAMEDIR/drive_c/Program Files/CELSYS/CLIP STUDIO 1.5/CLIP STUDIO/CLIPStudio.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Create 64-bit prefix
name: create_prefix
prefix: $GAMEDIR
- move:
description: Rename Microsoft Edge Installer
dst: $GAMEDIR/msedge.exe
src: msedge
- task:
arch: win64
description: Setting Windows 10 mode for Wine
key: Version
name: set_regedit
path: HKEY_CURRENT_USER\\Software\\Wine
prefix: $GAMEDIR
value: win10
- task:
app: vcrun2005 vcrun2008 vcrun2010 msxml4 msxml6 corefonts atmlib gdiplus fontsmooth=rgb
arch: win64
description: Installing dependencies
name: winetricks
prefix: $GAMEDIR
- task:
arch: win64
description: Set Windows 7 for WebView2
key: Version
name: set_regedit
path: HKEY_CURRENT_USER\Software\Wine\AppDefaults\msedgewebview2.exe
prefix: $GAMEDIR
value: win7
- task:
arch: win64
description: Set Windows 8.1 for CLIP Studio Paint
key: Version
name: set_regedit
path: HKEY_CURRENT_USER\Software\Wine\AppDefaults\CLIPStudioPaint.exe
prefix: $GAMEDIR
value: win81
- copy:
dst: $GAMEDIR
src: msedge
- copy:
dst: $GAMEDIR
src: webview2
- task:
arch: win64
description: Installing Microsoft Edge
executable: $GAMEDIR/msedge.exe
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Installing WebView2
executable: webview2
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Installing CLIP Studio Paint
executable: csp
name: wineexec
prefix: $GAMEDIR
system:
env:
DXVK_HUD: 0
wine:
overrides:
concrt140: n
slug: clip-studio-paint-410
steamid: null
version: 4.1.0
year: 2001
{
"game_slug": "clip-studio-paint",
"version": "4.1.0",
"description": "",
"notes": "",
"name": "Clip Studio Paint",
"year": 2001,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "clip-studio-paint-410",
"installer_slug": "clip-studio-paint-410",
"script": {
"files": [
{
"csp": "https://vd.clipstudio.net/clipcontent/paint/app/410/CSP_410w_setup.exe"
},
{
"msedge": "https://c2rsetup.officeapps.live.com/c2r/downloadEdge.aspx?platform=Default&source=EdgeStablePage&Channel=Stable&language=en&Consent=0&brand=M100"
},
{
"webview2": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/76eb3dc4-7851-45b7-a392-460523b0e2bb/MicrosoftEdgeWebView2RuntimeInstallerX64.exe"
}
],
"game": {
"arch": "win64",
"exe": "$GAMEDIR/drive_c/Program Files/CELSYS/CLIP STUDIO 1.5/CLIP STUDIO/CLIPStudio.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Create 64-bit prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"move": {
"description": "Rename Microsoft Edge Installer",
"dst": "$GAMEDIR/msedge.exe",
"src": "msedge"
}
},
{
"task": {
"arch": "win64",
"description": "Setting Windows 10 mode for Wine",
"key": "Version",
"name": "set_regedit",
"path": "HKEY_CURRENT_USER\\\\Software\\\\Wine",
"prefix": "$GAMEDIR",
"value": "win10"
}
},
{
"task": {
"app": "vcrun2005 vcrun2008 vcrun2010 msxml4 msxml6 corefonts atmlib gdiplus fontsmooth=rgb",
"arch": "win64",
"description": "Installing dependencies",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"description": "Set Windows 7 for WebView2",
"key": "Version",
"name": "set_regedit",
"path": "HKEY_CURRENT_USER\\Software\\Wine\\AppDefaults\\msedgewebview2.exe",
"prefix": "$GAMEDIR",
"value": "win7"
}
},
{
"task": {
"arch": "win64",
"description": "Set Windows 8.1 for CLIP Studio Paint",
"key": "Version",
"name": "set_regedit",
"path": "HKEY_CURRENT_USER\\Software\\Wine\\AppDefaults\\CLIPStudioPaint.exe",
"prefix": "$GAMEDIR",
"value": "win81"
}
},
{
"copy": {
"dst": "$GAMEDIR",
"src": "msedge"
}
},
{
"copy": {
"dst": "$GAMEDIR",
"src": "webview2"
}
},
{
"task": {
"arch": "win64",
"description": "Installing Microsoft Edge",
"executable": "$GAMEDIR/msedge.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"description": "Installing WebView2",
"executable": "webview2",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"description": "Installing CLIP Studio Paint",
"executable": "csp",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
],
"system": {
"env": {
"DXVK_HUD": 0
}
},
"wine": {
"overrides": {
"concrt140": "n"
}
}
}
}