一時保存情報に「Privateセーブデータの用途」欄の内容を追加.

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@471 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2010-01-06 01:54:55 +00:00
parent c5cc335672
commit ea69b54d40
9 changed files with 24 additions and 17 deletions

View File

@ -136,6 +136,8 @@ System::Void Form1::saveTmp( System::String ^filename )
MasterEditorTWL::appendXmlTag( doc, form, "IsUGC", (this->cboxIsUGC->Checked)?"Y":"N" );
MasterEditorTWL::appendXmlTag( doc, form, "IsPhotoEx", (this->cboxIsPhotoEx->Checked)?"Y":"N" );
MasterEditorTWL::appendXmlTag( doc, form, "PrivateSaveDataPurpose", this->tboxPrivateSaveDataPurpose->Text );
try
{
doc->Save( filename );
@ -312,6 +314,8 @@ void Form1::loadTmp( System::String ^filename )
this->parseTmp( root, "/MasterEditorTWL/Form/IsUGC", this->cboxIsUGC );
this->parseTmp( root, "/MasterEditorTWL/Form/IsPhotoEx", this->cboxIsPhotoEx );
this->parseTmp( root, "/MasterEditorTWL/Form/PrivateSaveDataPurpose", this->tboxPrivateSaveDataPurpose );
// 言語
text = MasterEditorTWL::getXPathText( root, "/MasterEditorTWL/Lang" );
if( !System::String::IsNullOrEmpty(text) && text->Equals("J") && this->stripItemJapanese->Enabled ) // 日本語が選択可能なときのみ

View File

@ -2,22 +2,22 @@
<MasterEditorTWL>
<Lang>E</Lang>
<Form>
<MasterEditorVersion>1.5</MasterEditorVersion>
<MasterEditorVersion>1.8</MasterEditorVersion>
<ProductName>Sample Game Name</ProductName>
<ProductCode1>P</ProductCode1>
<ProductCode2>KGUJ</ProductCode2>
<ProductCode2>TWLE</ProductCode2>
<ProductNameForeign>Sample Game Name F</ProductNameForeign>
<ProductCode1Foreign>P</ProductCode1Foreign>
<ProductCode2Foreign1>KGUE</ProductCode2Foreign1>
<ProductCode2Foreign2>KGUP</ProductCode2Foreign2>
<ProductCode2Foreign3>KGUU</ProductCode2Foreign3>
<ProductCode2Foreign1>TWLJ</ProductCode2Foreign1>
<ProductCode2Foreign2>TWLP</ProductCode2Foreign2>
<ProductCode2Foreign3>TWLU</ProductCode2Foreign3>
<SubmitVersion>0</SubmitVersion>
<Backup>6</Backup>
<Backup>4</Backup>
<ReleaseForeign>Y</ReleaseForeign>
<SubmitWay>Hand</SubmitWay>
<Purpose>Sale</Purpose>
<ReleaseDate>2009/07/07 17:48:12</ReleaseDate>
<SubmitDate>2009/07/07 17:48:12</SubmitDate>
<Purpose>CardProduction</Purpose>
<ReleaseDate>2009/11/01 17:48:12</ReleaseDate>
<SubmitDate>2009/10/01 17:48:12</SubmitDate>
<Company1>Nintendo Co., Ltd.</Company1>
<Depart1>Research and Engineering Development Division</Depart1>
<Name1>Ninten Taro</Name1>
@ -40,7 +40,9 @@
<RatingPEGI_PRT>-1</RatingPEGI_PRT>
<RatingPEGI_BBFC>-1</RatingPEGI_BBFC>
<RatingOFLC>-1</RatingOFLC>
<RatingGRB>-1</RatingGRB>
<IsUGC>N</IsUGC>
<IsPhotoEx>N</IsPhotoEx>
<PrivateSaveDataPurpose>Save the playlist.</PrivateSaveDataPurpose>
</Form>
</MasterEditorTWL>

View File

@ -2,22 +2,22 @@
<MasterEditorTWL>
<Lang>J</Lang>
<Form>
<MasterEditorVersion>1.6</MasterEditorVersion>
<MasterEditorVersion>1.8</MasterEditorVersion>
<ProductName>Sample Game Name</ProductName>
<ProductCode1>P</ProductCode1>
<ProductCode2>KGUJ</ProductCode2>
<ProductCode2>TWLJ</ProductCode2>
<ProductNameForeign>Sample Game Name F</ProductNameForeign>
<ProductCode1Foreign>P</ProductCode1Foreign>
<ProductCode2Foreign1>KGUE</ProductCode2Foreign1>
<ProductCode2Foreign2>KGUP</ProductCode2Foreign2>
<ProductCode2Foreign3>KGUU</ProductCode2Foreign3>
<ProductCode2Foreign1>TWLE</ProductCode2Foreign1>
<ProductCode2Foreign2>TWLP</ProductCode2Foreign2>
<ProductCode2Foreign3>TWLU</ProductCode2Foreign3>
<SubmitVersion>0</SubmitVersion>
<Backup>4</Backup>
<ReleaseForeign>Y</ReleaseForeign>
<SubmitWay>Mail</SubmitWay>
<Purpose>Sale</Purpose>
<ReleaseDate>2009/07/07 17:45:40</ReleaseDate>
<SubmitDate>2009/07/07 17:45:40</SubmitDate>
<Purpose>CardProduction</Purpose>
<ReleaseDate>2009/11/01 17:45:40</ReleaseDate>
<SubmitDate>2009/10/01 17:45:40</SubmitDate>
<Company1>任天堂株式会社</Company1>
<Depart1>開発技術部</Depart1>
<Name1>任天 太郎</Name1>
@ -47,5 +47,6 @@
<RatingGRB>-1</RatingGRB>
<IsUGC>N</IsUGC>
<IsPhotoEx>N</IsPhotoEx>
<PrivateSaveDataPurpose>プレイリストの保存</PrivateSaveDataPurpose>
</Form>
</MasterEditorTWL>