Portal64/.gitignore

30 lines
287 B
Plaintext
Raw Normal View History

2022-02-27 18:41:51 -05:00
*.o
.vscode/
*.elf
*.map
*.z64
2022-04-30 23:51:08 -04:00
*.blend1
2022-02-27 18:41:51 -05:00
2022-09-05 19:12:08 -04:00
lua-5.4.4/
2022-02-27 18:41:51 -05:00
build/
debugger
2022-07-12 22:35:46 -04:00
gfxvalidator
2022-04-30 23:51:08 -04:00
assets_working/
2023-10-15 06:49:52 -04:00
assets/locales/
2022-04-30 23:51:08 -04:00
vpk/
portal_pak_dir/
portal_pak_modified/
2022-04-07 23:41:58 -04:00
Dynamic Captions Building and Enhancements - python file added and invoked at make that produces a subtitles.c and subtitles.h synamically based on the closed captions files present inside of the resource/ folder - added an in-game slider to choose from the languages which were dynamically loaded at time of building. - if no closecaption files are present at the time of building, the script will still make the subtitles.c/.h but it just wont have any data. This will also result in the two menu items relating to closed captions being removed. - the names of subtitles in the .yaml files are the upercase versions of the names of subtitles in each subtitle file, so that they are easy to find. - fixed margins on sides of subtitles - fixed color of subtitles to be more visible - sped up the fade in and out animations. - automated new-line breaks. Issues I have seen: - if you load more than like 6 closed caption languages into the resource/ folder the game doesnt seem to want to start up once built. I think this is due to the sheer size of the subtitles.c file that is generated. I would love some feedback on how to make this work a little better/be more memory efficient, as it would be nice to have every closed caption language available on every build. - languages with very unique characters (chinese, japanese, korean, greek, etc.) do not work because the python codec that is used to decode/encode the files doesnt support them. for now that logic is in a try/except so it wont fail, it will simply skip a language that is not supported.
2023-10-09 22:09:22 -04:00
resource/closecaption_*
2022-04-30 23:51:08 -04:00
tools/skeletool64
2022-11-11 11:46:40 -05:00
tools/vtf2png
2023-10-15 06:49:52 -04:00
skelatool64/*.zip*
src/controls/controller-data.h
2023-12-10 00:31:55 -05:00
2023-12-16 21:19:24 -05:00
log.txt
log_images/