mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
一時保存情報に「Privateセーブデータの用途」欄の内容を追加.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@471 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
c5cc335672
commit
ea69b54d40
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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, "IsUGC", (this->cboxIsUGC->Checked)?"Y":"N" );
|
||||||
MasterEditorTWL::appendXmlTag( doc, form, "IsPhotoEx", (this->cboxIsPhotoEx->Checked)?"Y":"N" );
|
MasterEditorTWL::appendXmlTag( doc, form, "IsPhotoEx", (this->cboxIsPhotoEx->Checked)?"Y":"N" );
|
||||||
|
|
||||||
|
MasterEditorTWL::appendXmlTag( doc, form, "PrivateSaveDataPurpose", this->tboxPrivateSaveDataPurpose->Text );
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
doc->Save( filename );
|
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/IsUGC", this->cboxIsUGC );
|
||||||
this->parseTmp( root, "/MasterEditorTWL/Form/IsPhotoEx", this->cboxIsPhotoEx );
|
this->parseTmp( root, "/MasterEditorTWL/Form/IsPhotoEx", this->cboxIsPhotoEx );
|
||||||
|
|
||||||
|
this->parseTmp( root, "/MasterEditorTWL/Form/PrivateSaveDataPurpose", this->tboxPrivateSaveDataPurpose );
|
||||||
|
|
||||||
// 言語
|
// 言語
|
||||||
text = MasterEditorTWL::getXPathText( root, "/MasterEditorTWL/Lang" );
|
text = MasterEditorTWL::getXPathText( root, "/MasterEditorTWL/Lang" );
|
||||||
if( !System::String::IsNullOrEmpty(text) && text->Equals("J") && this->stripItemJapanese->Enabled ) // 日本語が選択可能なときのみ
|
if( !System::String::IsNullOrEmpty(text) && text->Equals("J") && this->stripItemJapanese->Enabled ) // 日本語が選択可能なときのみ
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,22 +2,22 @@
|
|||||||
<MasterEditorTWL>
|
<MasterEditorTWL>
|
||||||
<Lang>E</Lang>
|
<Lang>E</Lang>
|
||||||
<Form>
|
<Form>
|
||||||
<MasterEditorVersion>1.5</MasterEditorVersion>
|
<MasterEditorVersion>1.8</MasterEditorVersion>
|
||||||
<ProductName>Sample Game Name</ProductName>
|
<ProductName>Sample Game Name</ProductName>
|
||||||
<ProductCode1>P</ProductCode1>
|
<ProductCode1>P</ProductCode1>
|
||||||
<ProductCode2>KGUJ</ProductCode2>
|
<ProductCode2>TWLE</ProductCode2>
|
||||||
<ProductNameForeign>Sample Game Name F</ProductNameForeign>
|
<ProductNameForeign>Sample Game Name F</ProductNameForeign>
|
||||||
<ProductCode1Foreign>P</ProductCode1Foreign>
|
<ProductCode1Foreign>P</ProductCode1Foreign>
|
||||||
<ProductCode2Foreign1>KGUE</ProductCode2Foreign1>
|
<ProductCode2Foreign1>TWLJ</ProductCode2Foreign1>
|
||||||
<ProductCode2Foreign2>KGUP</ProductCode2Foreign2>
|
<ProductCode2Foreign2>TWLP</ProductCode2Foreign2>
|
||||||
<ProductCode2Foreign3>KGUU</ProductCode2Foreign3>
|
<ProductCode2Foreign3>TWLU</ProductCode2Foreign3>
|
||||||
<SubmitVersion>0</SubmitVersion>
|
<SubmitVersion>0</SubmitVersion>
|
||||||
<Backup>6</Backup>
|
<Backup>4</Backup>
|
||||||
<ReleaseForeign>Y</ReleaseForeign>
|
<ReleaseForeign>Y</ReleaseForeign>
|
||||||
<SubmitWay>Hand</SubmitWay>
|
<SubmitWay>Hand</SubmitWay>
|
||||||
<Purpose>Sale</Purpose>
|
<Purpose>CardProduction</Purpose>
|
||||||
<ReleaseDate>2009/07/07 17:48:12</ReleaseDate>
|
<ReleaseDate>2009/11/01 17:48:12</ReleaseDate>
|
||||||
<SubmitDate>2009/07/07 17:48:12</SubmitDate>
|
<SubmitDate>2009/10/01 17:48:12</SubmitDate>
|
||||||
<Company1>Nintendo Co., Ltd.</Company1>
|
<Company1>Nintendo Co., Ltd.</Company1>
|
||||||
<Depart1>Research and Engineering Development Division</Depart1>
|
<Depart1>Research and Engineering Development Division</Depart1>
|
||||||
<Name1>Ninten Taro</Name1>
|
<Name1>Ninten Taro</Name1>
|
||||||
@ -40,7 +40,9 @@
|
|||||||
<RatingPEGI_PRT>-1</RatingPEGI_PRT>
|
<RatingPEGI_PRT>-1</RatingPEGI_PRT>
|
||||||
<RatingPEGI_BBFC>-1</RatingPEGI_BBFC>
|
<RatingPEGI_BBFC>-1</RatingPEGI_BBFC>
|
||||||
<RatingOFLC>-1</RatingOFLC>
|
<RatingOFLC>-1</RatingOFLC>
|
||||||
|
<RatingGRB>-1</RatingGRB>
|
||||||
<IsUGC>N</IsUGC>
|
<IsUGC>N</IsUGC>
|
||||||
<IsPhotoEx>N</IsPhotoEx>
|
<IsPhotoEx>N</IsPhotoEx>
|
||||||
|
<PrivateSaveDataPurpose>Save the playlist.</PrivateSaveDataPurpose>
|
||||||
</Form>
|
</Form>
|
||||||
</MasterEditorTWL>
|
</MasterEditorTWL>
|
||||||
@ -2,22 +2,22 @@
|
|||||||
<MasterEditorTWL>
|
<MasterEditorTWL>
|
||||||
<Lang>J</Lang>
|
<Lang>J</Lang>
|
||||||
<Form>
|
<Form>
|
||||||
<MasterEditorVersion>1.6</MasterEditorVersion>
|
<MasterEditorVersion>1.8</MasterEditorVersion>
|
||||||
<ProductName>Sample Game Name</ProductName>
|
<ProductName>Sample Game Name</ProductName>
|
||||||
<ProductCode1>P</ProductCode1>
|
<ProductCode1>P</ProductCode1>
|
||||||
<ProductCode2>KGUJ</ProductCode2>
|
<ProductCode2>TWLJ</ProductCode2>
|
||||||
<ProductNameForeign>Sample Game Name F</ProductNameForeign>
|
<ProductNameForeign>Sample Game Name F</ProductNameForeign>
|
||||||
<ProductCode1Foreign>P</ProductCode1Foreign>
|
<ProductCode1Foreign>P</ProductCode1Foreign>
|
||||||
<ProductCode2Foreign1>KGUE</ProductCode2Foreign1>
|
<ProductCode2Foreign1>TWLE</ProductCode2Foreign1>
|
||||||
<ProductCode2Foreign2>KGUP</ProductCode2Foreign2>
|
<ProductCode2Foreign2>TWLP</ProductCode2Foreign2>
|
||||||
<ProductCode2Foreign3>KGUU</ProductCode2Foreign3>
|
<ProductCode2Foreign3>TWLU</ProductCode2Foreign3>
|
||||||
<SubmitVersion>0</SubmitVersion>
|
<SubmitVersion>0</SubmitVersion>
|
||||||
<Backup>4</Backup>
|
<Backup>4</Backup>
|
||||||
<ReleaseForeign>Y</ReleaseForeign>
|
<ReleaseForeign>Y</ReleaseForeign>
|
||||||
<SubmitWay>Mail</SubmitWay>
|
<SubmitWay>Mail</SubmitWay>
|
||||||
<Purpose>Sale</Purpose>
|
<Purpose>CardProduction</Purpose>
|
||||||
<ReleaseDate>2009/07/07 17:45:40</ReleaseDate>
|
<ReleaseDate>2009/11/01 17:45:40</ReleaseDate>
|
||||||
<SubmitDate>2009/07/07 17:45:40</SubmitDate>
|
<SubmitDate>2009/10/01 17:45:40</SubmitDate>
|
||||||
<Company1>任天堂株式会社</Company1>
|
<Company1>任天堂株式会社</Company1>
|
||||||
<Depart1>開発技術部</Depart1>
|
<Depart1>開発技術部</Depart1>
|
||||||
<Name1>任天 太郎</Name1>
|
<Name1>任天 太郎</Name1>
|
||||||
@ -47,5 +47,6 @@
|
|||||||
<RatingGRB>-1</RatingGRB>
|
<RatingGRB>-1</RatingGRB>
|
||||||
<IsUGC>N</IsUGC>
|
<IsUGC>N</IsUGC>
|
||||||
<IsPhotoEx>N</IsPhotoEx>
|
<IsPhotoEx>N</IsPhotoEx>
|
||||||
|
<PrivateSaveDataPurpose>プレイリストの保存</PrivateSaveDataPurpose>
|
||||||
</Form>
|
</Form>
|
||||||
</MasterEditorTWL>
|
</MasterEditorTWL>
|
||||||
Loading…
Reference in New Issue
Block a user