clean
This commit is contained in:
parent
a9b8081fb8
commit
007873c955
@ -1,16 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EscudeTools
|
||||
{
|
||||
public class Database
|
||||
{
|
||||
public static bool ExportSheet()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
@ -1,76 +0,0 @@
|
||||
namespace EscudeTools
|
||||
{
|
||||
public class BGT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
public string option; // オプション
|
||||
public uint coverd; // 白消しID
|
||||
public uint filter; // フィルター
|
||||
public uint color; // 色
|
||||
public uint id; // 画像識別ID
|
||||
public uint loc; // 関連座標
|
||||
public int order; // CG表示順
|
||||
public uint link; // 関連CG
|
||||
}
|
||||
|
||||
public class EVT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
public string option; // オプション
|
||||
public uint coverd; // 白消しID
|
||||
public uint filter; // フィルター
|
||||
public uint color; // 色
|
||||
public uint id; // 画像識別ID
|
||||
public uint loc; // 関連座標
|
||||
public int order; // CG表示順
|
||||
public uint link; // 関連CG
|
||||
}
|
||||
|
||||
public class STT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
public string option; // オプション
|
||||
public uint coverd; // 白消しID
|
||||
public uint filter; // 背景フィルタ
|
||||
public uint face; // 表情
|
||||
public uint id; // 画像識別ID
|
||||
public uint loc; // 関連座標
|
||||
public int order; // CG表示順
|
||||
public uint link; // 関連CG
|
||||
}
|
||||
|
||||
public class FACET : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string option; // オプション
|
||||
public byte[] exists = new byte[32]; //
|
||||
}
|
||||
|
||||
public class EFXT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
public int spot; // 座標インデックス
|
||||
public int dx, dy; // 相対座標
|
||||
public int scale; // 倍率
|
||||
public bool loop; // ループフラグ
|
||||
}
|
||||
|
||||
public class PT
|
||||
{
|
||||
public short x;
|
||||
public short y;
|
||||
}
|
||||
public class LOCT : Database
|
||||
{
|
||||
public PT[] pt = new PT[8]; // 座標
|
||||
}
|
||||
|
||||
|
||||
internal class DatabaseGraphics
|
||||
{
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
namespace EscudeTools
|
||||
{
|
||||
public class LOCTEXTT : Database
|
||||
{
|
||||
public string key; // 登録名
|
||||
public string text; // テキスト
|
||||
}
|
||||
|
||||
public class LOCFILET : Database
|
||||
{
|
||||
public string key; // 登録名
|
||||
public string path; // ファイルパス
|
||||
}
|
||||
|
||||
public class LOCNUMT : Database
|
||||
{
|
||||
public string key; // 登録名
|
||||
public int[] nums = new int[8]; // 数値リスト
|
||||
}
|
||||
internal class DatabaseLocalize
|
||||
{
|
||||
}
|
||||
}
|
@ -1,81 +0,0 @@
|
||||
namespace EscudeTools
|
||||
{
|
||||
public class SCRIPTT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
public int days; // 経過日数
|
||||
public int chart; // チャートID
|
||||
public int block; // ブロックID
|
||||
public int shape; // ブロック画像
|
||||
public string title; // ブロックタイトル
|
||||
public int chapter; // チャプターID
|
||||
public int boundary; // チャプター境界
|
||||
public int diary; // 日記
|
||||
public int attrib; // 属性
|
||||
public int unlock; // ルート開放条件
|
||||
}
|
||||
|
||||
public class CHAPTERT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string text; // 概要
|
||||
}
|
||||
|
||||
public class NAMET : Database
|
||||
{
|
||||
public string text; // 表示名
|
||||
public uint color; // 文字色
|
||||
public uint id; // 画像ID
|
||||
public uint group; // 音声グループ
|
||||
public string face; // 顔画像ファイル名
|
||||
}
|
||||
|
||||
public class DIARYT : Database
|
||||
{
|
||||
public string title; // タイトル
|
||||
public string[] text = new string[2]; // 日記本文
|
||||
}
|
||||
|
||||
public class VOCT : Database
|
||||
{
|
||||
public string name; // キャラ識別子
|
||||
public string path; // サブフォルダ
|
||||
public uint group; // 音声グループ
|
||||
public uint sample_voice; // サンプル音声
|
||||
public int sample_count; // サンプル音声数
|
||||
}
|
||||
|
||||
public class VART : Database
|
||||
{
|
||||
public string name; // 変数名
|
||||
public byte scope; // スコープ
|
||||
public uint index; // 変数番号
|
||||
public int value; // 初期値
|
||||
public bool inherit; // 継承フラグ
|
||||
public bool debug; // 表示フラグ
|
||||
}
|
||||
|
||||
public class TWEENT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public int time; // 時間
|
||||
public int[] param = new int[6]; // パラメータ
|
||||
public byte rel_flag; // 相対フラグ
|
||||
public byte def_flag; // 定義フラグ
|
||||
}
|
||||
|
||||
public class SCENET : Database
|
||||
{
|
||||
public uint script; // スクリプト番号
|
||||
public string title; // シーン名
|
||||
public string thumbnail; // サムネイル名
|
||||
public int icon; // アイコン表示用
|
||||
public int order; // SCENE鑑賞表示順
|
||||
}
|
||||
|
||||
|
||||
internal class DatabaseScripts
|
||||
{
|
||||
}
|
||||
}
|
@ -1,46 +0,0 @@
|
||||
namespace EscudeTools
|
||||
{
|
||||
public class BGMT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
public byte volume; // 再生ボリューム
|
||||
public byte loop; // 途中ループ
|
||||
public string title; // 曲名
|
||||
public int order; // 曲順
|
||||
}
|
||||
|
||||
public class AMBT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
public byte volume; // 再生ボリューム
|
||||
}
|
||||
|
||||
public class BGVT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
public byte volume; // 再生ボリューム
|
||||
}
|
||||
|
||||
public class SET : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
public byte volume; // 再生ボリューム
|
||||
public byte type; // H効果音フラグ
|
||||
public byte sample; // サンプル音声フラグ
|
||||
}
|
||||
|
||||
public class SFXT : Database
|
||||
{
|
||||
public string name; // 登録名
|
||||
public string file; // ファイル名
|
||||
}
|
||||
|
||||
|
||||
internal class DatabaseSounds
|
||||
{
|
||||
}
|
||||
}
|
@ -29,14 +29,6 @@
|
||||
Console.WriteLine("Export Database Failed");
|
||||
return;
|
||||
}
|
||||
|
||||
if (pm.Repack(args[1]))
|
||||
Console.WriteLine("Export Database Success");
|
||||
else
|
||||
{
|
||||
Console.WriteLine("Export Database Failed");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user