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

The skip misty/flut stuff if jak 2 does not work #5

Open
Zedb0T opened this issue Jun 26, 2023 · 0 comments
Open

The skip misty/flut stuff if jak 2 does not work #5

Zedb0T opened this issue Jun 26, 2023 · 0 comments

Comments

@Zedb0T
Copy link
Contributor

Zedb0T commented Jun 26, 2023

  if (dgo_name != "SNO.DGO" && db.obj_files_by_dgo.count(dgo_name) == 0) {
    lg::warn("Skipping adding {} because we are in Jak 2 mode", dgo_name);
    const std::string local_dgo_name = "SNO.DGO"; 
    extract_art_groups_from_level(db, tex_db, extract_bsp_from_level(db, tex_db, local_dgo_name, hacks, extract_collision, level_data), local_dgo_name, level_data);
   
  }```
  
  This condition was intended to skip this if it was jak2, however the logic needs to be reworked.
dallmeyer referenced this issue in dallmeyer/OG-Mod-Base Sep 1, 2024
dallmeyer added a commit that referenced this issue Nov 26, 2024
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

No branches or pull requests

1 participant