Jump to content
The Dark Mod Forums

Subtitles - Possibilities Beyond 2.11


Geep

Recommended Posts

21 hours ago, stgatilov said:

I think we should move all the "(sign)" and "(clear throat)" to Effect level and add one more level to the menu. I definitely don't need to see them on my screen.

I know we disagree on what an "effect" is. To me, it's a non-human sound. So an arrow hit, or a raven call. Primarily to benefit low-hearing players.

I would be fine with having a fourth category, between speech and effect. Let's call it maybe "vocal sounds". Here would go the barks that contain zero words. So, snores, cries of pain, some mutters; barks currently translated as just "(sigh)" or "AAiiee"

In the short term, if you just fully implement 3 categories, but rename the 3rd category as "vocal_sounds" (or "vocalizations" or whatever), so there would be a "verbosity vocal_sounds" in .subs, then I'd be willing to redo the barks subtitles to use that.

Link to comment
Share on other sites

2 minutes ago, datiswous said:

Some subs have sugestive text, like what the tone of the voice is. Is that something that could be added as an option?

Yeah, I tried to do that sparingly. It's that low-hearing/audio-off vs normal-hearing/audio-on tradeoff again. Mostly did it when the text itself could be interpreted differently depending on tone. Like sarcasm.

Current mechanism would make that hard to add as an option.

Link to comment
Share on other sites

On 1/24/2024 at 12:27 PM, stgatilov said:

Try to lower scale 2x, maybe then it will pick up the _12 version.

Hmm, interesting. The _12 version appears to be picked up at textscale of 0.15 or lower. So you'd have to get down to appx 7 pt type to start using the _12 as source, given my understanding that textscale 1.0 = 48 pts. Kinda baffling.

Link to comment
Share on other sites

5 hours ago, datiswous said:

Well if we add a category hearing impaired then a different set with these additions could be loaded.

Sure, and a similar mechanism, not yet existing, could load translated subtitles, for Polish, Czech, etc. Sounds like 2.13+ to me.

 

5 hours ago, datiswous said:

I thought the ai-barks are mostly made for understanding the speach for non native English players.

That is the main use case at this time. My own desire is not to limit it to that.

  • Like 1
Link to comment
Share on other sites

On 1/23/2024 at 3:41 PM, snatcher said:

Widget removed (too many things to focus on)

I like the widget, but I'd love it to be an optional thing, toggled on/off by setting and/or CVar.

Link to comment
Share on other sites

15 hours ago, Geep said:

I know we disagree on what an "effect" is. To me, it's a non-human sound. So an arrow hit, or a raven call. Primarily to benefit low-hearing players.

I don't see any purpose in distinguishing human and non-human sound.

If I am non-native speaker, I want to see subtitles with words only, because that's what I have trouble understanding.
The only reason to see non-word subtitles is that I don't hear sounds for some reason (sound turned off, no speakers, hearing impaired). It does not matter who makes this sound.

Link to comment
Share on other sites

On 1/26/2024 at 3:20 AM, stgatilov said:

I don't see any purpose in distinguishing human and non-human sound.

It's another aspect of, over time, tailoring the degree of subtitles shown to reflect the needs and preferences of the individual player. I think some low-hearing/audio-off players might appreciate brief soundscape descriptions, including weapon sounds; others would find it clutter. I understand that distinction is not personally of interest to you.

For now, a fourth category is just theoretical, not a 2.12 item. I'm just asking for a different description of the existing category, other than "effects", that we can both live with. Something that sounds more human. How about "expressions"?

If we can agree on a term, then I will revise the appropriate barks to use it.

Link to comment
Share on other sites

Related to looking into the stray marks associated with Stone font characters... I've noticed that the nominal 12 pt DDS (which as discussed above only kicks in under 8 pt) has only ASCII glyphs... nothing with code points above 127. Maybe that's why the corresponding 12 pt DAT file was not distributed, as a workaround to force the engine to use 24pt instead, because tels never got around to finishing the low-priority aspects of the project.

The 24 pt DDS does have the ANSI glyphs. At a glance, most are fine; a few are a bit ragged. I didn't check compliance and completeness with TDM's character map as given on the wiki. I don't feel ANSI improvement is a 2.12 item.

I've got a test FM to show all the characters. At some point, after refinement, I'll post a link.

  • Like 2
Link to comment
Share on other sites

It's a bit off topic, but I post this here for now, maybe useful.

To find all the places where conversations take place, to review subtitles, you can use the following procedure:

  1. Use console command listEntities
  2. Then search for atdm:conversation_info entities, check their names

(actually, it's easier to just open the map file in a text editor and search for atdm_conversation_info and copy all the names of those entities)

  1. Then use command teleport [name of atdm:conversation_info entity]
  2. You might have to search the trigger that activates the conversation.

 

Edited by datiswous
  • Like 1
Link to comment
Share on other sites

4 hours ago, datiswous said:
  1. Use console command listEntities
  2. Then search for atdm:conversation_info entities, check their names

You can run listEntities *conversation_info* if this is part of the name.
I'm not sure how it works, but I know it works when you want to filter by substring 😁

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

An issue worth mentioning I'm sure others have observed: When reading a readable, subtitles of nearby AI can cover it and make it harder to read the text. Can be quite annoying, would definitely layer them behind readables and the inventory menu and so on.

kingofdiamonds(2024-01-2904-17-29)(203_0344.71310.26).thumb.jpg.61a6ded86eb9f092116ce7387d595ed2.jpg

Edited by MirceaKitsune
  • Like 1
Link to comment
Share on other sites

10 hours ago, datiswous said:

To find all the places where conversations take place, to review subtitles, you can use the following procedure:

This actually doesn't work if mappers don't place these entities close to the actual conversations.. Well, it was worth a try.

Link to comment
Share on other sites

13 hours ago, MirceaKitsune said:

An issue worth mentioning I'm sure others have observed: When reading a readable, subtitles of nearby AI can cover it and make it harder to read the text. Can be quite annoying, would definitely layer them behind readables and the inventory menu and so on.

Aren't subtitles, by their nature, supposed to be neutral to whatever that is going on onscreen?

TDM Modpack 4.0

Link to comment
Share on other sites

13 hours ago, MirceaKitsune said:

An issue worth mentioning I'm sure others have observed: When reading a readable, subtitles of nearby AI can cover it and make it harder to read the text. Can be quite annoying, would definitely layer them behind readables and the inventory menu and so on.

Yeah tdm.subtitles.gui says:

Quote

 * stgatilov: This GUI is always displayed in-game as topmost overlay

But maybe this is not good?

Or maybe subtitles should be disabled during (some) gui overlays?

Link to comment
Share on other sites

59 minutes ago, datiswous said:

Or maybe subtitles should be disabled during (some) gui overlays?

Maybe it would be possible for the user to just bind a hotkey to toggle subtitles on/off?

Link to comment
Share on other sites

5 hours ago, snatcher said:

Aren't subtitles, by their nature, supposed to be neutral to whatever that is going on onscreen?

I can see that as a design choice, but the practical problem is pretty striking: If you're looking at a readable and an AI mutters something nearby, the subtitles will cover the text on your readable. It's the game's equivalent of someone putting their palm in front of your face while you're reading a book. Since subtitles are secondary, layering behind readables would make sense... or even better, disable subtitles while readables or the inventory menu are open.

  • Like 1
Link to comment
Share on other sites

File Update for Improved Subtitle Font

As requested a while ago, to address the stray marks and other problems seen with current subtitle font, Stone, I am providing a short-term fix for characters in the printable ASCII range 32-126, using corrected metadata:


fontimage_24.dat

This is intended to replace tdm_fonts01.pk4\fonts\english\stone\fontimage_24.dat
No change is needed in the related  .dds files for this.

Briefly, problems with stray marks found to the left of a character were due to picking up pixels from an adjoining character in the glyph bitmap dds files. Adjusting the location of the source box and related metrics fixed these. Affected were: % C E T W Y |
The | character also got improved spacing, as did J
Finally, the entirely screwed data for the angle brackets was corrected.

This coming month I hope to work up a wiki page with diagrams to better explain what I learned about the mysteries of the idTech4 font .dat and .dds files.

To see what the results look like with corrected fontimage_24.dat in place (as an override), here is my testing FM:

testSubtitlesASCII.pk4

A longer-term fix (beyond 2.12 release) would also address ANSI and TDM-specific-mapped charaters in the range 128-255. To look at that, I have a similar experimental tester for ANSI (unripe to release). It shows substantial issues in that range. And then there's also consideration of fontimage_12.dat and fontimage_48.dat. And the russian-character variant.

  • Like 3
Link to comment
Share on other sites

Anyone have a working link (or can create a link) to the modified version of ExportFontToDoom3 executable? This 2009 version was created by Crispy, to handle 256 chars instead of just 128. It was released in this forum post:

 the dark mode readables ttf fonts

The following links to it are now dead:
- crispy's original release: http://www.inventivedingo.com/stuff/exportfonttodoom3_modified.zip
  This is what's listed at the bottom of Font Conversion & Repair as as "Fixed version of ExportFontToDoom".
- Hyeron's 2009 upload: http://www.4shared.com/file/151870191/d47d0e16/exportfonttodoom3_modified.html
- tels 2011 mirror: http://bloodgate.com/mirrors/tdm/pub/exportfonttodoom3_modified.zip.

No luck with wayback machine, github, sourceforge, either .exe or source.

(Source & exe for unmodified version from Grant Davies is in hand.)

  • Like 1
Link to comment
Share on other sites

21 hours ago, Geep said:

Anyone have a working link (or can create a link) to the modified version of ExportFontToDoom3 executable? This 2009 version was created by Crispy, to handle 256 chars instead of just 128. It was released in this forum post:

 the dark mode readables ttf fonts

The following links to it are now dead:
- crispy's original release: http://www.inventivedingo.com/stuff/exportfonttodoom3_modified.zip
  This is what's listed at the bottom of Font Conversion & Repair as as "Fixed version of ExportFontToDoom".
- Hyeron's 2009 upload: http://www.4shared.com/file/151870191/d47d0e16/exportfonttodoom3_modified.html
- tels 2011 mirror: http://bloodgate.com/mirrors/tdm/pub/exportfonttodoom3_modified.zip.

No luck with wayback machine, github, sourceforge, either .exe or source.

(Source & exe for unmodified version from Grant Davies is in hand.)

Try sending a chat to Tels. It will send an alert email and he may respond ( he visits on rare occasion )

  • Like 1

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Link to comment
Share on other sites

I've just been reading through some old forum posts about correcting fonts. One of the points Tels makes is that, if correcting a font used in readables, you need to avoiding changing any character's spacing (I read this as xSkip value), to prevent changes in existing FM readables with that font.

I suspect this advice is too conservative. You want to avoid enlarging an xSkip, because the resulting changes to wordwraps could potentially lead to line or paragraph truncation.

Making an xSkip smaller could lead to wordwrap changes, but these IMHO would be unlikely to be harmful.

In that regard, here's the situation with my changes to english Stone fontimage_24.dat (see a few posts previous as File Update for Improved Subtitle Font). Only a few characters got altered xSkips. Of those, the angle brackets were unlikely to be used in an existing readable, because they showed garbage glyphs. The "|" was xSkip-shortened, but also unlikely in readables. Only the badly centered and so xSkip-shortened "J" is thought to have potential to affect existing wordwraps.

I have argued here that xSkip shortening is OK. However, I'm willing to revert spacing changes for "|" and "J" if people feel strongly otherwise.

 

 

  • Like 1
Link to comment
Share on other sites

On 2/7/2024 at 4:18 PM, Geep said:

I suspect this advice is too conservative. You want to avoid enlarging an xSkip, because the resulting changes to wordwraps could potentially lead to line or paragraph truncation.

Some GUIs use some kind of pseudographics.
Reducing the spacing also breaks such readables.

Link to comment
Share on other sites

4 hours ago, Geep said:

Hmmm, interesting. But Stone is not a monospaced font, so trying to do pseudo-graphics using Stone (if that was indeed what was used) would already be pretty difficult.

Just add spaces until it looks as you want, that's it 😥

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • nbohr1more

      Was checking out old translation packs and decided to fire up TDM 1.07. Rightful Property with sub-20 FPS areas yay! ( same areas run at 180FPS with cranked eye candy on 2.12 )
      · 2 replies
    • taffernicus

      i am so euphoric to see new FMs keep coming out and I am keen to try it out in my leisure time, then suddenly my PC is spouting a couple of S.M.A.R.T errors...
      tbf i cannot afford myself to miss my network emulator image file&progress, important ebooks, hyper-v checkpoint & hyper-v export and the precious thief & TDM gamesaves. Don't fall yourself into & lay your hands on crappy SSD
       
      · 5 replies
    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 7 replies
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
    • The Black Arrow

      I wanna play Doom 3, but fhDoom has much better features than dhewm3, yet fhDoom is old, outdated and probably not supported. Damn!
      Makes me think that TDM engine for Doom 3 itself would actually be perfect.
      · 6 replies
×
×
  • Create New...