W systempack.ini jest możliwość zmiany czasu wyświetlania napisów.
Odpowiada za to:
[SUBTITLES]
Control=0
; ... Turns on the subtitle display time management - on (1) or off (0), default is 0.
; must be enabled to manage the subtitles.
TimeMultiplier=2.0
; ... The time factor for phrases with voice dialogue files.
; This means that there is one phrase uttered for a duration of 10 seconds with the multiplier 2.0 so that the subtitles for it are displayed for 20 seconds.
MaxTimePerPhrase=30.0
; ... Maximum time in seconds to display the subtitles without the voice file.
TimePerChar=100.0
; ... The time in milliseconds to display a subtitle character without voice dialogue file.
; for example, when TimePerChar=200.0, the phrase, "Can you teach me how to fight?" contains 30 characters, so it will appear 30 * 200/1000 = 6 seconds.