Need help in demystifying video formats of your favourite game? Go here.
-
Dante00001
- ultra-n00b
- Posts: 4
- Joined: Sat Mar 25, 2017 10:36 pm
- Been thanked: 2 times
Post
by Dante00001 » Sun Sep 08, 2019 12:01 pm
Hi there!
I've managed to extract stuff from Remedy Control's *.rmdp files but it seems that the video files are implemented as 'textures'. I can see a lot of files like 'cine_1_09_800_fakecredits.tex' and 'cine_1_10_600.tex'.
Is there any way to get actual videos out of these?
Thank you!

Last edited by
Dante00001 on Sun Sep 08, 2019 1:25 pm, edited 1 time in total.
-
Dante00001
- ultra-n00b
- Posts: 4
- Joined: Sat Mar 25, 2017 10:36 pm
- Been thanked: 2 times
Post
by Dante00001 » Sun Sep 08, 2019 1:23 pm
Nevermind, solved it. In case anyone interested I've opened the loadingscreen.ui file with HEX editor and found the reference to a video file called "hiss_menuloop.bk2". *.bk2 is actually a Bink video file which can be opened with RAD Video Tools. So I found the video file with the mentioned name and even though the extracted video file had an extension .tex the RAD Video Tools opened it without a problem (since it's actually a bink video file).
And finally, the RAD Video Tools can export it to the actual video file (*.avi or whatever)
Cheers!

-
hl24a3
- ultra-n00b
- Posts: 1
- Joined: Mon Sep 14, 2020 2:45 pm
Post
by hl24a3 » Mon Sep 14, 2020 2:47 pm
ok so in HxD I see the path like this textures/videos/hiss_inserts/hiss_menuloop.bk2 how do I actually find the file or extract it?