Portal64/tools
westonCoder fa62ea3106 Added Subtitles to Game
- added subtitles and all required functions to get them up and running. Subtitles accross all main game dialogue is running now.
- subtitleID's are included as metadata now when a q_sound line is put in a map's .yaml file
- Also added in a toggle button to turn them on or off.

there are only 3 downsides to my method here.
- subtitles must be manually added to their array when new dialogue is added. I included all the english subtitles in a .txt inside of assets folder.
- no punctuation/symbols. once the font is updated though this should be resolved.
- font size is a bit big, however if the font is ever updated to have a size modifier in the future this would be a snap to change.

attached video of it working.
Fixes #262
2023-10-06 16:08:49 -05:00
..
level_scripts Added Subtitles to Game 2023-10-06 16:08:49 -05:00
auto_uv.py Implement auto uv as a blender script 2023-06-14 22:09:11 -06:00
bake_lighting.py Work on level light baking 2023-06-24 21:11:15 -06:00
debug_simplex.py Fix crash around collision of objects 2023-07-13 08:00:43 -06:00
debug_surface_builder.py fix some surface generator bugs after refactor 2023-08-28 12:17:07 -06:00
dump_rcp_state.py bug fixes 2022-07-12 20:35:46 -06:00
export_fbx.py Work on level build process 2022-04-07 21:41:58 -06:00
export_level.lua Add indicator lights for signals 2023-09-04 20:39:42 -06:00
font_converter.js Get font rendering working 2023-04-21 16:46:26 -06:00
generate_animation_ld.js Work on portal gun pedestal 2022-08-04 12:58:10 -06:00
generate_dynamic_animated_model_list.js Move animated meshes to be dynamically loaded 2023-07-15 21:08:37 -06:00
generate_dynamic_model_list.js Start work on dynamic loading of models 2023-07-14 23:10:48 -06:00
generate_level_ld.js Start work on dynamic loading of models 2023-07-14 23:10:48 -06:00
generate_level_list.js Fix pointers after loading level from cart 2022-07-24 16:03:29 -06:00
generate_sound_config.js Start work on level triggers 2022-05-19 22:07:01 -06:00
generate_sound_ids.js Start work on sound effects 2022-05-19 19:26:54 -06:00
jsox.js work on dynamic signage 2022-08-09 12:59:09 -06:00
romfix64.exe Document how to use the debugger with the evedrive 2023-03-23 22:44:35 -06:00