В винде обновляли кодек, а игра старая. Кат сцены будут зеленые/красные.
Чтобы пофиксить нужно конверировать файлы с видео.
Цитата с другого форума:
"I won't provide support for this, but here is what I did:
Browse to your X3TC install folder
Rename the mov folder to something else
Make a new empty mov folder
Copy over 00044.pck and 00144.dat (these are not video files)
Use winget/UnigetUI to install ffmpeg and FFmpeg Batch AV Converter
Run FFmpeg Batch AV Converter and point it at your ffmpeg install
Use Add Files to add everything from your old mov folder except for the 2 copied files (in the file picker, switch file type to All Files to see the .dat files)
Paste in these parameters: -b:v 10240k -b:a 192k
Change the Format text box to: avi
Change Output path to the new mov folder
Click the Multi-file encoding button
Open a command prompt window (Win+R, then type this and hit enter: cmd)
Type this, followed by a space, followed by a pasted in path to your new folder: cd
Type this: ren *.avi *.dat
This will reencode all of the MPEG-1 videos as MP4 video + MP3 audio in an AVI container, at around half the original bitrates (which should be plenty for the newer generation codecs).
For some reason the game is able to play these without corruption."
Ссылки на форумы:
https://forum.egosoft.com/viewtopic.php?t=472586
https://steamcommunity.com/app/2820/discussions/0/591781420376391137/
(Не рекомендую слушать ребят, которые предлагают удалять обновления win)
Лично я поставил ffmpeg, и попросил chatgpt сделать скрипт на питоне, который все это сделал за меня.
P.S. В папке mov лежат файлы .dat. Это видео файлы у которых изменено расширение. Вы можете "закинуть" их в видео плеер и посмотреть.
Есть два файла которые трогать не надо. У меня они назывались 00107.dat (звук) и 00007.pck. Можете перекодировать руками в конверторе и переименовать в .dat или через cmd и ffmpeg