[QUOTE=Eugeny;500251]Throw MSIE, and install a normal browser
The file is located in archive in folder main/text/maps/ [/QUOTE]
Hi! I want to add subtitles to a cinematic (cutscene) but I can’t use this mod (the DLLs and the .exe files) because I already have my own customized .dll files and my own customized wolfsp.exe file.
So my question is, how do I add subtitles without using this mod?
I tried to use the “print” function in the .ai script file of my map. It was like it follows:
// CAMERA INTRO TRIGGER //START
trigger cam_intro
{
startcam tdasewers_intro1
print ^3William Blazkowicz
Looks like I made-it to the sewers.
wait 2000
}
I tested and it wasn’t like I wanted: the message was displaying in the top-left corner of the screen, and all in yellow, on a single line. However the time was respected. But it shown like this:
(AI) player ->William Blazkowicz
Looks like I made-it to the sewers.
How could I modify the script in order to show the subtitles like in your mod without using new .dll and new .exe? Is it possible to just modify the .ai file in order to show the subtitles like I want? @Eugeny, do you know how I must do it?