diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/Debug/extract_sheet.xsl b/build/tools/MasterEditor/MasterEditorTWLChecker/Debug/extract_sheet.xsl index 2aa5dac..e4d5099 100644 --- a/build/tools/MasterEditor/MasterEditorTWLChecker/Debug/extract_sheet.xsl +++ b/build/tools/MasterEditor/MasterEditorTWLChecker/Debug/extract_sheet.xsl @@ -42,6 +42,9 @@ + + + diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.ncb b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.ncb index e69d9ac..642ce2b 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.ncb and b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.ncb differ diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.suo b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.suo index c321f75..a3220ed 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.suo and b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.suo differ diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/Debug/BuildLog.htm b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/Debug/BuildLog.htm index 480097d..0c3f3ce 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/Debug/BuildLog.htm and b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check.cpp b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check.cpp index ead5032..d0042e1 100644 --- a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check.cpp +++ b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check.cpp @@ -88,14 +88,14 @@ System::String^ getOgnString(int ogn) { str = "BBFC"; } - else if( ogn == OS_TWL_PCTL_OGN_OFLC ) + else if( ogn == OS_TWL_PCTL_OGN_AGCB ) { str = "OFLC"; } - //else if( ogn == OS_TWL_PCTL_OGN_GRB ) - //{ - // str = "GRB"; - //} + else if( ogn == OS_TWL_PCTL_OGN_GRB ) + { + str = "GRB"; + } else { str = "rsv."; diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check_sheet.cpp b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check_sheet.cpp index 69a4402..f7196fa 100644 --- a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check_sheet.cpp +++ b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check_sheet.cpp @@ -44,8 +44,8 @@ System::Void SheetItem::readSheet( System::String ^sheetfile ) this->ratings[ OS_TWL_PCTL_OGN_PEGI_GEN ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingPEGI" ); this->ratings[ OS_TWL_PCTL_OGN_PEGI_PRT ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingPEGIPRT" ); this->ratings[ OS_TWL_PCTL_OGN_PEGI_BBFC ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingPEGIBBFC" ); - this->ratings[ OS_TWL_PCTL_OGN_OFLC ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingOFLC" ); - //this->ratings[ OS_TWL_PCTL_OGN_GRB ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingGRB" ); + this->ratings[ OS_TWL_PCTL_OGN_AGCB ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingOFLC" ); + this->ratings[ OS_TWL_PCTL_OGN_GRB ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingGRB" ); this->IsUnnecessaryRating = MasterEditorTWL::getXPathText( root, "/Sheet/IsUnnecessaryRating" ); //System::String ^text = MasterEditorTWL::getXPathText( root, "/Sheet/IsUnnecessaryRating" ); diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/Release/extract_sheet.xsl b/build/tools/MasterEditor/MasterEditorTWLChecker/Release/extract_sheet.xsl index 2aa5dac..e4d5099 100644 --- a/build/tools/MasterEditor/MasterEditorTWLChecker/Release/extract_sheet.xsl +++ b/build/tools/MasterEditor/MasterEditorTWLChecker/Release/extract_sheet.xsl @@ -42,6 +42,9 @@ + + + diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/extract_sheet.xsl b/build/tools/MasterEditor/MasterEditorTWLChecker/extract_sheet.xsl index 2aa5dac..e4d5099 100644 --- a/build/tools/MasterEditor/MasterEditorTWLChecker/extract_sheet.xsl +++ b/build/tools/MasterEditor/MasterEditorTWLChecker/extract_sheet.xsl @@ -42,6 +42,9 @@ + + +