Fixes the problem with cutscenes not having voice acting when playing a non-English version.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
In some game versions, you will not have voice acting in cutscenes if you select a language different from English. Voices during gameplay will be fine, but during cutscenes (like the intro), voice acting is missing. This mod fixes this. It should fix it for the following languages: - English - French - German - Italian - Spanish - Turkish
There is another mod here that should fix it for Russian and Polish.
To install, paste the Videos2.pak to the <game folder>\C3 and override the file there. Then you can select your preferred language (in Steam or Origin, use their settings) and then voices in cutscenes should be fine.
For those interested, the technical background about the bug: The problem is that the videos2.pak file does not contain the necessary voice lines for languages other than English. When unpacking the .pak files (requires this tool), you get a number of .usm files. Those can be extracted with VGM toolbox (tutorial). Each of those has a different .adx file for each language version (see mod picture), but in the game downloads only the English one is included. More info can be found here.