mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
[decomp] joint and related (#1003)
* update jak 2 config and hack to make game text dumpable * update stuff * update src * do `cspace<-parented-transformq-joint!` * progress.... kind of... * more drawable stuff * clagng * bones begin * more bones * even more bones * everything builds * touches * errors * ? * fix `quicksandlurker` * updates * update refs * more fixes * update refs
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
if (config.process_game_text) {
|
||||
auto result = db.process_game_text_files();
|
||||
auto result = db.process_game_text_files(config.text_version);
|
||||
if (!result.empty()) {
|
||||
file_util::write_text_file(file_util::get_file_path({"assets", "game_text.txt"}), result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user