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:
@@ -28,6 +28,7 @@ Config read_config_file(const std::string& path_to_config_file) {
|
||||
auto cfg = parse_commented_json(config_str, path_to_config_file);
|
||||
|
||||
config.game_version = cfg.at("game_version").get<int>();
|
||||
config.text_version = cfg.at("text_version").get<GameTextVersion>();
|
||||
|
||||
auto inputs_json = read_json_file_from_config(cfg, "inputs_file");
|
||||
config.dgo_names = inputs_json.at("dgo_names").get<std::vector<std::string>>();
|
||||
|
||||
Reference in New Issue
Block a user