LinuxでCLIP STUDIO PAINTを使う方法[Lutris|Bottles & Wine 9.1x]

要約

  • kron4ekの最新のビルドでなければ動作しない。
    • Wine 9未満は認証が通らない
    • GE-Proton 8-26, GE-Proton9-15, Soda 9.0-1, Caffe 9.7では筆圧が検知されない
  • Windows 8.1でなければ動作しない。
    • Windows 10ではウィンドウが閉じる不具合がある
    • Windows 7ではOS制限がある
  • cjkfontsが必要
    • cjkfontsがないとすべてが文字化けする
    • allfontsがあったほうがより良いが文字化けする
    • geckoをインストールしないと催促され?、インストールにはチェックサムで必ず失敗する
    • その他(vcredist20xx, gdiplus, dotnetxx, mfcxx)は全く不要

前置き

  • Ubuntu 22.04
  • Wacom Intuos Medium
flatpakのインストール (クリックして開く)
1
sudo apt install flatpak -y

実行後にセッションを再起動して

1
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Bottlesを使う方法

Bottlesを使う方法 (クリックして開く)

Bottlesのインストール

1
flatpak install flathub com.usebottles.bottles -y

Bottlesの設定

Ctrl+,を押しても良い
Runners/Kron4ek/kron4ek-wine-9.18-amd64
+/Set Name, Custom(U), Runner to kron4ek-wine-9.18-amd64
1分かかる
完了
>
順番に設定する
Set to Windows 8.1
Install cjkfonts and gecko
1
wget -N https://vd.clipstudio.net/clipcontent/paint/app/1132/CSP_1132w_setup.exe
Run CSP_1132w_setup.exe

インストールの特に「最後の設定」はすごく時間がかかるが、我慢する。

Lutrisを使う方法

Lutrisを使う方法 (クリックして開く)

LutrisとProtonPlusのインストール

1
2
sudo flatpak install flathub net.lutris.Lutris -y # xorgではダークモードが使えなくなる
sudo flatpak install flathub com.vysp3r.ProtonPlus -y
aptを使う方法
https://lutris.net/downloads
1
2
3
4
echo "deb [signed-by=/etc/apt/keyrings/lutris.gpg] https://download.opensuse.org/repositories/home:/strycore/Debian_12/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list > /dev/null
wget -q -O- https://download.opensuse.org/repositories/home:/strycore/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/keyrings/lutris.gpg > /dev/null
sudo apt update
sudo apt install lutris -y

ProtonPlusの設定(Wine のインストール)

Lutris/Wine/Wine-Vanilla/最新版

※システムにWineをインストールする必要はない

Lutris の設定

下記スクリプトは公式サイトに申請中だが、執筆時点で反映されていない。公式サイトのスクリプトはWindowsを7または10に設定するため、動作しないはずである。(クリスタのOS制限/ウィンドウの不具合)

clipstudio.yml
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
description: ""
game_slug: clip-studio-paint
gogslug: ""
humblestoreid: ""
installer_slug: clip-studio-paint-windows
name: Clip Studio Paint
notes: ""
runner: wine
script:
files:
- csp: https://vd.clipstudio.net/clipcontent/paint/app/1132/CSP_1132w_setup.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: Creating Wine 64-bit Prefix
name: create_prefix
prefix: $GAMEDIR
- task:
app: win81
arch: win64
description:
Setting Windows 8.1 mode for Wine / Does not work with Windows 10
(CLIP STUDIO PAINT will close after closing the first popup.) https://www.reddit.com/r/ClipStudio/comments/18b3z07/comment/kj0q7em
name: winetricks
prefix: $GAMEDIR
- task:
app: cjkfonts
arch: win64
description: Installing dependencies
name: winetricks
prefix: $GAMEDIR
- copy:
dst: $GAMEDIR
src: csp
- task:
executable: csp
name: wineexec
prefix: $GAMEDIR
system:
env:
DXVK_HUD: 0
slug: clip-studio-paint-windows
steamid: null
version: Windows
year: 2001

Lutrisを起動する。

三/Preferences
Runners/Wine
Runner options/Wine versionを最新版に
+/Games
Install from a local install script
clipstudio.yml

CLIP STUDIOのインストール後に30秒未満の待ち時間があるが、その間にウィンドウを閉じないようにする。

CLIP STUDIO PAINTの設定

  • ログインは可能だが待ち時間に1分程度かかる

  • 素材欄がない!!! CLIP STUDIO

  • クラウドメニューの文字が表示されない

  • 筆圧感知のために次の設定が必要 タブレットドライバの設定でマウスモードを使用する(Z)をチェック

  • 設定の同期 (Bottles)

    1
    2
    3
    4
    5
    WIN_DRIVE=/media/$USER/Windows
    WIN_USER=$USER # Windowsのユーザー名
    rsync $WIN_DRIVE/Users/$WIN_USER/AppData/Roaming/CELSYS/ ~/.var/app/com.usebottles.bottles/data/bottles/bottles/clip-studio-paint/drive_c/users/$USER/AppData/Roaming/CELSYS/ -av
    rsync $WIN_DRIVE/Users/$WIN_USER/AppData/Roaming/CELSYSUserData/CELSYS/ ~/.var/app/com.usebottles.bottles/data/bottles/bottles/clip-studio-paint/drive_c/users/$USER/AppData/Roaming/CELSYSUserData/CELSYS/ -av
    rsync $WIN_DRIVE/Users/$WIN_USER/Documents/CELSYS/ ~/.var/app/com.usebottles.bottles/data/bottles/bottles/clip-studio-paint/drive_c/users/$USER/Documents/CELSYS/ -av

参考文献

コメント