NeonX
Published
Baldr Sky
Customizations:Something Else, Winetricks
To make the game work smoothly, with all videos included, I did the following:
- Installed LAVFilters 0.74.1 (in the corresponding game prefix of course)
- Installed devenum through Winetricks
Proton 5.0-3
Proton 5.0-3
NUKITASHI 2
Tinker Steps:Custom Proton: GE
Audio:
Videos play without audio.
I wasn't able to fix audio by installing extra stuff or disabling protonaudioconverterbin
(solution mentioned in reports about first part of the game)
However, converting all videos from movie
folder into less obscure format did the trick, this way videos play properly (with audio) in proton-ge or wine-ge. Script for reference:
#!/usr/bin/env bash
for file in *.dat; do
mv ${file} ${file}_orig
ffmpeg -i ${file}_orig -c:v libx264 -preset slow -crf 23 \
-c:a aac -b:a 192k output.mp4
mv output.mp4 ${file}
done
Custom Proton: GE-Proton8-32
Distro:NixOS 24.05 (Uakari)
Kernel:6.1.77
RAM:16 GB
GPU Driver:4.6 Mesa 23.3.5
GPU:Intel Mesa Intel UHD 630 (CFL GT2)
CPU:Intel Core i7-8750H @ 2.20GHz
Custom Proton: GE-Proton8-32
Distro:NixOS 24.05 (Uakari)
Kernel:6.1.77
RAM:16 GB
GPU Driver:4.6 Mesa 23.3.5
GPU:Intel Mesa Intel UHD 630 (CFL GT2)
CPU:Intel Core i7-8750H @ 2.20GHz
Sisters: Last Day of Summer
Tinker Steps:Launcher: Game executable directly, Custom Proton, winetricks
winetricks -q wmp9
dxvk
won't work, I found it easier to play the game with vanilla wine (and wined3d
) instead of trying to remove dxvk
integration.
Install wmp9
in case of issues with video playback (no audio or image).
Custom Proton:
Distro:NixOS 24.05 (Uakari)
Kernel:6.1.77
RAM:16 GB
GPU Driver:4.6 Mesa 23.3.5
GPU:Intel Mesa Intel UHD 630 (CFL GT2)
CPU:Intel Core i7-8750H @ 2.20GHz
Custom Proton:
Distro:NixOS 24.05 (Uakari)
Kernel:6.1.77
RAM:16 GB
GPU Driver:4.6 Mesa 23.3.5
GPU:Intel Mesa Intel UHD 630 (CFL GT2)
CPU:Intel Core i7-8750H @ 2.20GHz