
Pasgible
Published
taskset -c 6 %command%
Lag is fixed with launch option
protontricks 1437830 cnc_ddraw
.avi (such as the opening video) doesn't play well.
protontricks 628060 -f quartz devenum wmp11
UI location mismatch. Things aren't where they actually are.
In addition to nanliu's report below and the protontricks mentioned here, you also need to alter the codec used by the BGM so they can play correctly.
under Steam/steamapps/common/San10WPK/BGM/, create a text file and name it fix_audio.sh. Open the file with a text editor and copy and paste the following into the file:
#!/usr/bin/env bash
for wma_file in *.wma
do
new_filename="$wma_file".ORIGINAL
echo "Renaming $wma_file to $new_filename"
mv "$wma_file" "$new_filename"
ffmpeg -i "$new_filename" -acodec pcm_s16le "$wma_file"
done
Open up a terminal in the BGM directory and run the following:
sudo chmod +x fix_audio.sh
./fix_videos.sh
This should allow the BGM to play properly.
Also under Steam/steamapps/common/San10WPK/, I would highly suggest to just rename the Movie folder to something like Movie_bak so the game doesn't try to play the movies.
protontricks 2020520 quartz_feb2010 directmusic
Sound is a tiny bit delayed like any other games with dsound.dll overridden. Not sure if it can be fixed through fiddling pulseaudio buffer(?)
If you encounter permission issues, go to steam/steamapps/compatdata/2020520/pfx/dosdevices/c:/windows/syswow64/ and delete the following dlls before installing directmusic and quartz: quartz.dll dmband.dll dmcompos.dll dmime.dll dmloader.dll dmscript.dll dmstyle.dll dmsynth.dll dmusic.dll dmusic32.dll dsound.dll dswave.dll
Make sure you are installing quartz_feb2010 and not just quartz
protontricks 2020520 quartz_feb2010 directmusic
Audio slightly delayed just like any other games with dsound.dll overridden
If you run into permission issue, go to steam/steamapps/compatdata/2020520/pfx/dosdevices/c:/windows/syswow64/ and delete the following dlls before installing directmusic and quartz: quartz.dll dmband.dll dmcompos.dll dmime.dll dmloader.dll dmscript.dll dmstyle.dll dmsynth.dll dmusic.dll dmusic32.dll dsound.dll dswave.dll
Make sure to install quartz_feb2010 and not quartz