Quick Reply
Search this Thread
Lab Assistant
Original Poster
#1 Old 5th Apr 2024 at 2:22 AM Last edited by lingeringwillx : 7th Jul 2024 at 5:27 PM.
Default Game Sounds Exporter Script
This is a script that I wrote based on what I've learned about the game's sound files recently. It's able to export all of the sound files from the game or from any folder containing packages. On top of being able to decode and export the sound files, it also attempts to find the names of the files.

If you use it on the game's files then it will take hours to finish, and it will need several gigabytes of storage to store the exported files.

Things that could be improved:
1- Speed, it's currently slow.
2- It's able to get the names of most sound files, however there are still some files that would be left unnamed.
3- Maybe use a more compressed format to store the exported files like mp3 instead of flac, so that the files would take less space.

Updates:
[20-04-2024] Fixed script crash issues, Added recognition of more file names.
Attached files:
File Type: 7z  ts2-sound-exporter.7z (7.67 MB, 29 downloads)
Advertisement
Lab Assistant
Original Poster
#2 Old 21st Apr 2024 at 10:37 PM
Here is a chart without an explanation showing how a sound name could be linked to a sound file.
Screenshots
Back to top