I don’t have what to do, so, I’m looking into the game files and especially the files in Main\pak0.pk3\maps\ , and i see that there is a text in the cutscene.script files
This is part of the text from the cutscene1.script file:
//
//Brush Scripting
//Map: Crypt2
//Last edited by: Mike 082501
//
counter1
{
spawn
{
}
trigger cinematic1
{
wait 6750
trigger player cine1_cam1
wait 3500
alertentity knock
wait 2250
trigger director talk1 // print Come in...
wait 500
trigger jack go
wait 6750
trigger director talk2 // print Well jack? Have we heard anything?
wait 500
trigger player cine1_cam5
wait 1500
trigger jack talk1 // print Yes sir... We've just received a coded transmission from Kessler, our contact in the Kreisau Circle.
wait 4000
wait 2000
trigger director talk3 // print And?...
wait 1500
trigger player cine1_cam11
trigger jack talk2 // print Both agents have been captured and are being held in Castle Wolfenstein.
wait 4500
trigger director talk4 // print Damn! Call a meeting.
trigger player cine1_cam9
wait 3000
trigger jack talk3 // Yes sir.
wait 1000
trigger player cine1_cam9d
trigger counter1 cinematic2
}
I talk about the following text:
Come in…
Well jack? Have we heard anything?
Yes sir… We’ve just received a coded transmission from Kessler, our contact in the Kreisau Circle.
Both agents have been captured and are being held in Castle Wolfenstein.
Damn! Call a meeting.
As I know, this is from the beginning of the game from the first cutscene in the Office Of The Secret Actions where the director is talking with Jack
Watch this video to see for where exactly I’m talking about
Maybe there are subtitles for the cutscenes, but they must be enabled somehow. Who knows.