Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 5th Apr 2024 at 1:22 AM Last edited by lingeringwillx : 25th Apr 2024 at 2:12 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 close to one hour 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.63 MB, 7 downloads)
Advertisement
Test Subject
Original Poster
#2 Old 21st Apr 2024 at 9: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