
Ftps
Published
Game runs extremely well even with ray-tracing. Frame-rates seem higher than windows benchmarks with similar hardware.
RADV_PERFTEST='rt,gpl' VKD3D_CONFIG='dxr11' gamemoderun %command% +com_skipIntroVideo 1
DXVK_ASYNC=1 RADV_PERFTEST=gpl gamemoderun %command% -nostartupmovies
This bug happened when I first launched in Linux years ago when proton first appeared. All my perks were reset and all stats such as record headsots and kills were set to an ungodly high value. This included vault dosh so I received more than 2000 vault crates in the process as well. Seeing 300 hours of perk leveling going down the drain was sad, but it never happened again.
Used the following launch commands: PROTON_NO_ESYNC=1 RADV_PERFTEST=aco prime-run %command% (the prime-run command is because I don't use my nvidia GPU for regular graphics on my laptop and it's needed to turn it on, will most likely not be necessary in other setups)
gamemoderun %command%
Made a script in the installation folder of Boltgun that when ran converted the video files to a supported format that Proton can read. The script is as follows and works without hardware acceleration:
#!/bin/bash
for FILE in $(find . -type f -iname '*.mp4'); do
ffmpeg -i $FILE -vcodec libx264 -crf 18 output.mp4
if [ $? -ne 0 ]; then
echo -e "Error running ffmpeg for $FILE"
exit -1
fi
mv output.mp4 $FILE
chmod 755 $FILE
done
With this, one can play the cutscenes.