OpenGothic icon indicating copy to clipboard operation
OpenGothic copied to clipboard

Enabling / disabling subtitles

Open SovietMouse opened this issue 1 year ago • 3 comments

Hey there,

Is there a plan to allow possibility to enable / disable subtitles?

Reading whole sentence before it is being said aloud tempts me to skip the dialogue. Disabling subtitles in original game helped me stay immersed in the world (: so I'd be happy to see that feature in OpenGothic too!

SovietMouse avatar Jan 11 '25 23:01 SovietMouse

Hi, @SovietMouse

Yes, we actually missing all 4 toggle here:

[GAME]

subTitles=1
; ... choose if you want to see windows with spoken words (1) or not (0), default is 0

subTitlesAmbient=1
; ... set to 1 if you dont want to have subtitles for ambient talks (default: 1) [disabled if subTitles is off]

subTitlesPlayer=1
; ... activates (1) or deactivates (0) subtitles for the hero (default: 1) [disabled if subTitles is off]

subTitlesNoise=0
; ... activates (1) or deactivates (0) subtitles for surroundings npc ambient infos and talks (default: 0) [disabled if subTitles is off]

And systempack.ini:

[SUBTITLES]
Control=0
TimeMultiplier=2.0
MaxTimePerPhrase=30.0
TimePerChar=100.0

Shouldn't be too hard to implement, and most of the work can be handled in dialogmenu.cpp.

UPD: GAME / subTitles - done by #809

Try avatar Jan 13 '25 00:01 Try

Hello, i would like to participate and try to solve this issue :)

lezeSoftware avatar Jan 13 '25 16:01 lezeSoftware

@lezeSoftware Please do - PR is very welcome :)

Try avatar Jan 13 '25 21:01 Try