Key points
General information
<path-to-game>\Game\Disc\FMV\Win32\
LEC
LEC_DE
LEC_ES
LEC_FR
LEC_IT
LEC_PL
LEC_RU
NoIntro_SWTFU2.exe
This effect was originally available for console versions but it was absent in the PC version. Download from Mod DB
Use the FPS cap fix. Available options are 40 FPS, 50 FPS, 60 FPS, and unlimited.
Notes
-variableTimesteps
SWTFU.exe
SWTFU2.exe
Change the default .wmv video player to Windows Media Player.
bin
ffmpeg.exe
<path-to-game>/Game/Disc/FMV/Win32
$convblock = { $path = "conv/" If(!(test-path $path)){ New-Item -ItemType Directory -Force -Path $path } $files = Get-ChildItem -File foreach ($file in $files){ If(-NOT ($file.name -like "ffmpeg.exe")){ ./ffmpeg.exe -i "$($file.name)" -c:v libx264 -preset slow -crf 18 -c:a aac -b:a 256k "conv/$($file.name).mkv" Move-Item -Force "conv/$($file.name).mkv" "./$($file.name)" } } Remove-Item -LiteralPath "$path" -Force -Recurse Remove-Item "ffmpeg.exe" } Invoke-Command -ScriptBlock $convblock
The above code will automatically convert the videos, overwrite the old ones, and clean up after itself by removing the temporary conversion folder and ffmpeg.exe for you. However, note that the conversion process could take some time, up to a few hours on a low-end machine.
The new files will use the h.264 video codec and the aac audio codec.
Rename FMV folder located in <path-to-game>/Game/Disc/ (to FMV_old, for example).
~/.steam/steam/userdata/<user-id>/32500/