Source SDK subtitle .dat files
-
- Posts: 17
- Joined: Fri Nov 17, 2017 4:54 pm
Source SDK subtitle .dat files
Hi, I have a subtitle file named "subtitles_english.dat". The engine is Source SDK by Valve. I searched on internet a bit. It says, this file is a compiled version of closecaption_english.txt file. Is there any way to decompile this file? Thanks.
Last edited by exygen12 on Sat Jan 27, 2018 12:52 am, edited 2 times in total.
-
- Posts: 54
- Joined: Sun Nov 12, 2017 12:30 pm
Re: Source SDK subtitle .dat files
Which game? Console or PC version?
-
- Posts: 17
- Joined: Fri Nov 17, 2017 4:54 pm
Re: Source SDK subtitle .dat files
EDIT: Anyway solved
-
- Posts: 64
- Joined: Mon Apr 08, 2019 8:20 am
Re: Source SDK subtitle .dat files
@exygen12 how do you decompile and compile it ? I want to translate this game.
p/s: sorry for my bad english.
p/s: sorry for my bad english.
-
- Posts: 250
- Joined: Sat Dec 27, 2014 8:49 pm
Re: Source SDK subtitle .dat files
You can find the source to their compiler for those files here:
https://github.com/ValveSoftware/source ... mpiler.cpp
https://github.com/ValveSoftware/source ... mpiler.cpp
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
Re: Source SDK subtitle .dat files
upload a sample file
-
- Posts: 64
- Joined: Mon Apr 08, 2019 8:20 am
Re: Source SDK subtitle .dat files
This file. Game: titanfall 2
-
- Posts: 233
- Joined: Thu Oct 16, 2014 4:39 pm
Re: Source SDK subtitle .dat files
You can try my script.
-
- Posts: 64
- Joined: Mon Apr 08, 2019 8:20 am
Re: Source SDK subtitle .dat files
Thank you swuforce ! It work like a charm!
But I don't know what's wrong with my language. After decompile .vfont, the font has all the character I need but it not work in game (
But I don't know what's wrong with my language. After decompile .vfont, the font has all the character I need but it not work in game (
-
- Posts: 21
- Joined: Thu Dec 30, 2021 8:49 am
Re: Source SDK subtitle .dat files
How to decompile and compile Vfont for titan fall 2 guys?