Skip to content

Instantly share code, notes, and snippets.

@asukaminato0721
Last active February 18, 2022 16:16
Show Gist options
  • Save asukaminato0721/43e932af315d052494644ef5055d1424 to your computer and use it in GitHub Desktop.
Save asukaminato0721/43e932af315d052494644ef5055d1424 to your computer and use it in GitHub Desktop.
Notes on play Galgame on wine 笔记: 如何在 wine 上打 Galgame
  1. choose good tools.
    1. crossover 关于无限 15 天试用期, 把容器里的 .eval 文件删除就重新计时了.
    2. playonlinux
    3. winetricks
    4. bare wine
  2. 函数库
    1. 原装先于内建
      1. d3dx11_43
      2. d3x9_43
      3. dsound
      4. gameux
      5. x3daudio1_7
    2. 停用
      1. winegstreamer
  3. 组件库
    1. ffdshow
    2. lavfilter
    3. cjkfont
  4. arch
    1. x86 和 x64 的都准备一个, 因为某些补丁的原理有可能和越界有关.
  5. 请插入 DVD
    1. 根据 https://askubuntu.com/questions/278912/mount-an-iso-image-in-wine 里面的回答,用 CDemu 挂载(实测 mount 有时没用)。安装参考 Arch Wiki, 遇到问题多重启几下。
    2. systemctl --user start cdemu-daemon
    3. cdemu load 0 你的.mdf 或 iso
    4. 此时会显示有新设备接入,mount 一下
    5. enjoy
  6. 字体
    1. 缺字体请安装 MS Gothic Font ,以及 MS Mincho, 参见 https://www.zhihu.com/question/19686917
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment