mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 18:23:39 -04:00
decompiler: allow jak 3 texture and model extraction (#3080)
Added some hacks and stubs to allow extracting textures and models.
This commit is contained in:
@@ -42,8 +42,14 @@ std::vector<std::string> jak2_slots = {
|
||||
"cas-toxic-slime-scroll-dest",
|
||||
};
|
||||
|
||||
}
|
||||
std::vector<std::string> jak3_slots = {};
|
||||
|
||||
} // namespace
|
||||
|
||||
const std::vector<std::string>& jak2_animated_texture_slots() {
|
||||
return jak2_slots;
|
||||
}
|
||||
|
||||
const std::vector<std::string>& jak3_animated_texture_slots() {
|
||||
return jak3_slots;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user