View Single Post
  #13  
Old 21-05-2025, 01:15
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
STALKER Enhanced Edition Trilogy

resources\*.db* contain OGG vorbis audio.
However they have to be extracted and processed with OGGRE_enc and OGGRE_dec and make diff files because some of them will fail with oggre.

Edit: Nevermind there are ogv videos aswell, that's why oggre fails. Luckily they are located in some of the last game archives.
Extract only from the following files:
Code:
Call of Prypiat EE\resources\resources.db0
Call of Prypiat EE\resources\resources.db1
Call of Prypiat EE\resources\resources.db2
Clear Sky EE\resources\resources.db0
Clear Sky EE\resources\resources.db1
Clear Sky EE\resources\resources.db2
Clear Sky EE\resources\resources.db3
Clear Sky EE\resources\resources.db4
Shadow of Chornobyl EE\resources\resources.db0
Shadow of Chornobyl EE\resources\resources.db1
Shadow of Chornobyl EE\resources\resources.db3
Shadow of Chornobyl EE\resources\resources.db4
Attached xtool XTL file to extract oggs vorbis from game files. You only need this for extracting if you don't have other tools to extract the files.
Usage:
1.
Code:
xtool.exe extract <xtl file> <input file> <output folder>
2.
Code:
xtool.exe erase <input file> <input folder> <output xtl file>
3. (after installation)
Code:
xtool.exe decode <output xtl file> <input folder> <input file>
Attached Files
File Type: 7z extract_stalker.7z (1.04 MB, 6 views)
__________________
Haters gonna hate

Last edited by KaktoR; 21-05-2025 at 02:24.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
mausschieber (21-05-2025), ScOOt3r (21-05-2025)