Jump to content
The Dark Mod Forums

datiswous

Member
  • Posts

    2424
  • Joined

  • Last visited

  • Days Won

    32

datiswous last won the day on April 10

datiswous had the most liked content!

Reputation

860 Legendary

3 Followers

About datiswous

  • Birthday 07/18/1981

Profile Information

  • Location
    Amsterdam

Recent Profile Visitors

20825 profile views

Single Status Update

See all updates by datiswous

  1. I just figured out how to make subtitles work in TDM (srt) for ingame cutscenes and how to automatically generate the srt file in Kdenlive's speech recognition (I just had to edit it a bit).

    Kdenlive is a free and open source multiplatform pretty advanced video editor.

    Test case is the first builder gost scene in Requiem saying:

    1
    00:00:00,180 --> 00:00:02,140
    the builder be with you this night
    
    2
    00:00:02,600 --> 00:00:04,840
    there will be secrets all around you
    
    3
    00:00:05,040 --> 00:00:06,439
    so have a keen eye

    The following page gives you the basic info:

    https://wiki.thedarkmod.com/index.php?title=Subtitles

    These 2 tutorials give you the info for creating the srt files:

    If you run into the problem the Kdenlive cannot find your Python PATH, then here is a solution:

    https://www.mail-archive.com/kde-bugs-dist@kde.org/msg672183.html

    Edit: During the installation of Python, in the installer, if you select more options, you can specify to set the PATH. I tried this on another Windows computer and this fixed the issue. Much easier solution.

     

    This is all the code for the testcase:

    Spoiler

    fm_root.subs file in subtitles folder in fm's root:

    // Requiem subtitles
    
    subtitles fm_root {
        verbosity story
        srt "sound/voices/Hanno1.ogg" "subtitles/hanno1.srt"
    }

    hanno.srt file in same folder:

    1
    00:00:00,180 --> 00:00:02,140
    the builder be with you this night
    
    2
    00:00:02,600 --> 00:00:04,840
    there will be secrets all around you
    
    3
    00:00:05,040 --> 00:00:06,439
    so have a keen eye

     

     

    Maybe I will create a seperate (text,images based) tutorial on the wiki.

    1. Show previous comments  5 more
    2. Geep

      Geep

      I've tried "On" and have seen a guard bark with some subtitling in Away 0. In my newly-added intro to the stgatilov's Subtitles wiki page, I mention that a dozen barks for the Cynic voice are available so far to existing games.

      @nbohr1more, @stgatilov, I've noted the following in the bugtracker but let me call this to your attention here: the standard overlay .gui for subtitles offers 3 non-overlapping fields in the lower screen for subtitles, but my copy of 2.11dev source code (not the latest) seems to provide 4. I think these numbers should agree. In my update to the Subtitle wiki article, I revised the number from 4 to 3.

    3. stgatilov

      stgatilov

      Obviously, you'll see the minimum of these two numbers on screen...

      Otherwise, it's not a problem.

    4. Geep

      Geep

      OK. I was thinking that it's better for the code to correctly know it can't display a subtitle at the moment because of it's out of slots, rather than think the fourth slot is showing when its not. Because in the first case, maybe it can eventually/belatedly show the subtitle if/when a real slot becomes free. Unless the code's not meant to be that sophisticated.

      Is there some special .gui (now or planned) that uses 4 slots?

      @stgatilov, I can tweak the wiki page further based on your responses.

×
×
  • Create New...