Enabling / disabling subtitles
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!
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
Hello, i would like to participate and try to solve this issue :)
@lezeSoftware Please do - PR is very welcome :)