Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs - first chunk of work documenting the files I glossed over #2130

Merged
merged 10 commits into from
Jan 15, 2023

Conversation

xTVaser
Copy link
Member

@xTVaser xTVaser commented Jan 15, 2023

  • started documenting the files I glossed over, some are totally done, others are just partially done
  • I changed the decompiler to automatically initialize the art-group-info from the json file. This makes updating gsrc, even a single file at a time, have consistent naming
    • Though I disabled this functionality for jak 1, as I have no idea if using the ntsc art groups will cause a regression for different versions
  • fix indentation for docstrings -- it still doesn't look great, but this is now a formatting concern, rather than the docstring having a bunch of happen-stance leading whitespace.

@xTVaser xTVaser force-pushed the v/goal-src-cleanup branch 2 times, most recently from 1de88f8 to 0caacea Compare January 15, 2023 06:58
Copy link
Collaborator

@water111 water111 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome!

@@ -52,6 +52,14 @@ Config read_config_file(const fs::path& path_to_config_file, const std::string&
config.streamed_audio_file_names =
inputs_json.at("streamed_audio_file_names").get<std::vector<std::string>>();

if (cfg.contains("art_group_dump_file")) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for adding this. I don't remember why I didn't do this in the first place.

@water111 water111 merged commit dd0a8a1 into open-goal:master Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants