jak-project/goal_src/jak2/engine/debug
ManDude 18ddd1613c
Jak 2 pc subtitle support (#2672)
Adds support for adding custom subtitles to Jak 2 audio. Comes with a
new editor for the new system and format. Compared to the Jak 1 system,
this is much simpler to make an editor for.

Comes with a few subtitles already made as an example.
Cutscenes are not officially supported but you can technically subtitle
those with editor, so please don't right now.

This new system supports multiple subtitles playing at once (even from a
single source!) and will smartly push the subtitles up if there's a
message already playing:

![image](https://github.com/open-goal/jak-project/assets/7569514/033e6374-a05a-4c31-b029-51868153a932)

![image](https://github.com/open-goal/jak-project/assets/7569514/5298aa6d-a183-446e-bdb6-61c4682df917)

Unlike in Jak 1, it will not hide the bottom HUD when subtitles are
active:

![image](https://github.com/open-goal/jak-project/assets/7569514/d466bfc0-55d0-4689-a6e1-b7784b9fff59)

Sadly this leaves us with not much space for the subtitle region (and
the subtitles are shrunk when the minimap is enabled) but when you have
guards and citizens talking all the time, hiding the HUD every time
anyone spoke would get really frustrating.

The subtitle speaker is also color-coded now, because I thought that
would be fun to do.

TODO:
- [x] proper cutscene support.
- [x] merge mode for cutscenes so we don't have to rewrite the script?

---------

Co-authored-by: Hat Kid <6624576+Hat-Kid@users.noreply.github.com>
2023-06-08 01:04:16 +01:00
..
nav docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289) 2023-02-27 18:58:01 -05:00
anim-tester.gc [decomp] fix up debug menu rendering, add a few others (#1892) 2022-09-16 20:42:33 -04:00
debug-h.gc d/jak2: finish progress menu code and initialize the camera (#1945) 2022-10-11 18:30:26 -04:00
debug-part.gc Create a new format for particle definitions (defpart) (#2572) 2023-04-29 11:01:47 -04:00
debug-sphere.gc docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289) 2023-02-27 18:58:01 -05:00
debug.gc LSP: OpenGOAL Feature Support - Part 1 (#2668) 2023-05-21 17:24:23 -04:00
default-menu.gc Jak 2 pc subtitle support (#2672) 2023-06-08 01:04:16 +01:00
editable-h.gc split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216) 2023-02-13 21:39:14 +00:00
editable-player.gc jak2: add current-time macro for process clocks (#2662) 2023-05-18 21:33:46 +01:00
editable.gc Update font-color enum (#2670) 2023-05-24 06:57:05 +01:00
history.gc split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216) 2023-02-13 21:39:14 +00:00
memory-usage-h.gc split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216) 2023-02-13 21:39:14 +00:00
memory-usage.gc split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216) 2023-02-13 21:39:14 +00:00
menu.gc Jak 2 pc subtitle support (#2672) 2023-06-08 01:04:16 +01:00
part-tester.gc [jak2] Fix degrees conversion for particle rotation (#2413) 2023-03-25 18:01:43 -04:00
sampler.gc split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216) 2023-02-13 21:39:14 +00:00
stats-h.gc [decompile] subdivide, wind-work, tie-work, bsp, focus (#1897) 2022-09-17 14:58:25 -04:00
viewer.gc Jak 2 pc subtitle support (#2672) 2023-06-08 01:04:16 +01:00