full ntsc-j mode + greatest hits support (#1525)

* remove str files from inputs

* removed unused verbose flag

* allow some kind of conditional game building for JP extras

* make `PrintBankInfo` do nothing

* clang

* Update gltf_mesh_extract.cpp

* fix `*jak1-full-game*` in extractor

* use json library to build json file

* screw it red label support as well
This commit is contained in:
ManDude
2022-06-23 23:44:02 +01:00
committed by GitHub
parent 9754688879
commit 85bef15364
21 changed files with 234 additions and 36 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ std::string MakeStep::print() const {
return result;
}
MakeSystem::MakeSystem() {
MakeSystem::MakeSystem(const std::string& username) : m_goos(username) {
m_goos.register_form("defstep", [=](const goos::Object& obj, goos::Arguments& args,
const std::shared_ptr<goos::EnvironmentObject>& env) {
return handle_defstep(obj, args, env);