Referencing Graphics Files in STL Subtitle Files
An STL subtitle file can contain a mix of text subtitle entries and references to graphics
files. You must use the $SetFilePathToken command in the file before any lines that
reference a graphics file.
$SetFilePathToken = _Graphic_
00:00:12:04 , 00:00:14:12 , _Graphic_RabidLemur.tif
00:00:16:14 , 00:00:19:08 , _Graphic_MooseLemur.tif
Important:
Do not add spaces between the token (
_Graphic_
in this example) and the
filename.
The STL subtitle file and the graphics it references must be in the same folder. And, just
like the other assets that you import into your project, the graphics files must not be
moved, renamed, or deleted until after you build your project.