mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ出力チェッカ:GRBに対応。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@351 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
b3a0f9cf5d
commit
836e8fc803
@ -42,6 +42,9 @@
|
||||
<xsl:if test="$tag='RatingOFLC'">
|
||||
<RatingOFLC><xsl:value-of select="ss:Data" /></RatingOFLC>
|
||||
</xsl:if>
|
||||
<xsl:if test="$tag='RatingGRB'">
|
||||
<RatingGRB><xsl:value-of select="ss:Data" /></RatingGRB>
|
||||
</xsl:if>
|
||||
<xsl:if test="$tag='IsUnnecessaryRating'">
|
||||
<IsUnnecessaryRating><xsl:value-of select="ss:Data" /></IsUnnecessaryRating>
|
||||
</xsl:if>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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.";
|
||||
|
||||
@ -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" );
|
||||
|
||||
@ -42,6 +42,9 @@
|
||||
<xsl:if test="$tag='RatingOFLC'">
|
||||
<RatingOFLC><xsl:value-of select="ss:Data" /></RatingOFLC>
|
||||
</xsl:if>
|
||||
<xsl:if test="$tag='RatingGRB'">
|
||||
<RatingGRB><xsl:value-of select="ss:Data" /></RatingGRB>
|
||||
</xsl:if>
|
||||
<xsl:if test="$tag='IsUnnecessaryRating'">
|
||||
<IsUnnecessaryRating><xsl:value-of select="ss:Data" /></IsUnnecessaryRating>
|
||||
</xsl:if>
|
||||
|
||||
@ -42,6 +42,9 @@
|
||||
<xsl:if test="$tag='RatingOFLC'">
|
||||
<RatingOFLC><xsl:value-of select="ss:Data" /></RatingOFLC>
|
||||
</xsl:if>
|
||||
<xsl:if test="$tag='RatingGRB'">
|
||||
<RatingGRB><xsl:value-of select="ss:Data" /></RatingGRB>
|
||||
</xsl:if>
|
||||
<xsl:if test="$tag='IsUnnecessaryRating'">
|
||||
<IsUnnecessaryRating><xsl:value-of select="ss:Data" /></IsUnnecessaryRating>
|
||||
</xsl:if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user