Свойство | Тип | Описание | |
---|---|---|---|
Artes | T8BTMA.T8BTMA | ||
BattleBook | BTLBDAT.BTLBDAT | ||
BattleTextFiles | SCFOMBIN.SCFOMBIN>.Dictionary | ||
BattleVoicesEnd | T8BTVA.T8BTVA | ||
EncounterGroups | T8BTEMEG.T8BTEMEG | ||
Enemies | T8BTEMST.T8BTEMST | ||
EnemyGroups | T8BTEMGP.T8BTEMGP | ||
GradeShop | T8BTGR.T8BTGR | ||
IconsWithItems | uint[] | ||
InGameIdDict | TSS.TSSEntry>.Dictionary | ||
Items | ItemDat.ItemDat | ||
Locations | WRLDDAT.WRLDDAT | ||
NecropolisFloors | T8BTXTM.T8BTXTMA | ||
NecropolisMaps | T8BTXTM.T8BTXTMM>.Dictionary | ||
NecropolisTreasures | T8BTXTM.T8BTXTMT | ||
Recipes | COOKDAT.COOKDAT | ||
Records | List |
||
ScenarioFiles | ScenarioFile.ScenarioFile>.Dictionary | ||
ScenarioGroupsMaps | List
|
||
ScenarioGroupsSidequests | List
|
||
ScenarioGroupsStory | List
|
||
SearchPoints | TOVSEAF.TOVSEAF | ||
Settings | List |
||
Shops | ShopData.ShopData | ||
Skills | T8BTSK.T8BTSK | ||
SkitText | TO8CHTX.ChatFile>.Dictionary | ||
Skits | TO8CHLI.TO8CHLI | ||
Strategy | T8BTTA.T8BTTA | ||
StringDic | TSS.TSSFile | ||
Synopsis | SYNPDAT.SYNPDAT | ||
Titles | FAMEDAT.FAMEDAT | ||
TrophyEn | HyoutaTools.Trophy.TrophyConfNode | ||
TrophyJp | HyoutaTools.Trophy.TrophyConfNode | ||
Version | GameVersion |
Метод | Описание | |
---|---|---|
AddFooter ( StringBuilder sb ) : void | ||
AddHeader ( StringBuilder sb, string name ) : void | ||
AddMenuBar ( StringBuilder sb ) : void | ||
AppendCharacterBitfieldAsImageString ( StringBuilder sb, GameVersion version, uint equip ) : void | ||
AppendElementIcon ( StringBuilder sb, T8BTEMST element ) : void | ||
AppendFatalStrikeIcon ( StringBuilder sb, uint fstype ) : void | ||
AppendPhysicalAilmentBitfieldAsImageString ( StringBuilder sb, uint physAil ) : void | ||
AppendRecord ( StringBuilder sb, uint id ) : void | ||
AppendSetting ( StringBuilder sb, uint idName, uint idDesc, uint option1, uint option2, uint option3, uint option4 ) : void | ||
Generate ( List |
||
GenerateHtmlArtes ( ) : string | ||
GenerateHtmlBattleBook ( ) : string | ||
GenerateHtmlBattleVoicesEnd ( ) : string | ||
GenerateHtmlEncounterGroups ( ) : string | ||
GenerateHtmlEnemies ( int category = null ) : string | ||
GenerateHtmlEnemyGroups ( ) : string | ||
GenerateHtmlGradeShop ( ) : string | ||
GenerateHtmlItems ( uint icon = null, uint category = null ) : string | ||
GenerateHtmlLocations ( ) : string | ||
GenerateHtmlNecropolis ( bool showEnemies ) : string | ||
GenerateHtmlNpc ( ) : string | ||
GenerateHtmlRecipes ( ) : string | ||
GenerateHtmlRecords ( ) : string | ||
GenerateHtmlSearchPoints ( ) : string | ||
GenerateHtmlSettings ( ) : string | ||
GenerateHtmlShops ( ) : string | ||
GenerateHtmlSkills ( ) : string | ||
GenerateHtmlSkitIndex ( ) : string | ||
GenerateHtmlSkitInfo ( ) : string | ||
GenerateHtmlStrategy ( ) : string | ||
GenerateHtmlSynopsis ( ) : string | ||
GenerateHtmlTitles ( ) : string | ||
GenerateHtmlTrophies ( ) : string | ||
GenerateRecordsStringDicList ( ) : List |
||
GenerateSettingsStringDicList ( ) : List |
||
GetPhpUrlGameVersion ( GameVersion version ) : string | ||
GetUrl ( WebsiteSection section, GameVersion version, bool phpLink, int id = null, int category = null, int icon = null, string extra = null ) : string | ||
LoadBattleTextScfombin ( string dir, string modDir = null ) : void | ||
LoadBattleTextTSS ( string dir ) : void | ||
ReplaceIconsWithHtml ( StringBuilder sb, GameVersion Version, bool japaneseStyle ) : StringBuilder | ||
TrophyNodeToHtml ( GameVersion version, HyoutaTools jp, HyoutaTools en ) : string |
Метод | Описание | |
---|---|---|
CreateScenarioIndexGroups ( ScenarioType type, string database, string scenarioDatFolder, string scenarioDatFolderMod = null, bool isUtf8 = false ) : List
|
||
ScenarioAddSkits ( List |
||
ScenarioProcessGroupsToHtml ( List |
public AddFooter ( StringBuilder sb ) : void | ||
sb | StringBuilder | |
Результат | void |
public AddHeader ( StringBuilder sb, string name ) : void | ||
sb | StringBuilder | |
name | string | |
Результат | void |
public AddMenuBar ( StringBuilder sb ) : void | ||
sb | StringBuilder | |
Результат | void |
public static AppendCharacterBitfieldAsImageString ( StringBuilder sb, GameVersion version, uint equip ) : void | ||
sb | StringBuilder | |
version | GameVersion | |
equip | uint | |
Результат | void |
public static AppendElementIcon ( StringBuilder sb, T8BTEMST element ) : void | ||
sb | StringBuilder | |
element | T8BTEMST | |
Результат | void |
public static AppendFatalStrikeIcon ( StringBuilder sb, uint fstype ) : void | ||
sb | StringBuilder | |
fstype | uint | |
Результат | void |
public static AppendPhysicalAilmentBitfieldAsImageString ( StringBuilder sb, uint physAil ) : void | ||
sb | StringBuilder | |
physAil | uint | |
Результат | void |
public AppendRecord ( StringBuilder sb, uint id ) : void | ||
sb | StringBuilder | |
id | uint | |
Результат | void |
public AppendSetting ( StringBuilder sb, uint idName, uint idDesc, uint option1, uint option2, uint option3, uint option4 ) : void | ||
sb | StringBuilder | |
idName | uint | |
idDesc | uint | |
option1 | uint | |
option2 | uint | |
option3 | uint | |
option4 | uint | |
Результат | void |
public static Generate ( List |
||
args | List |
|
Результат | int |
public GenerateHtmlBattleBook ( ) : string | ||
Результат | string |
public GenerateHtmlBattleVoicesEnd ( ) : string | ||
Результат | string |
public GenerateHtmlEncounterGroups ( ) : string | ||
Результат | string |
public GenerateHtmlEnemies ( int category = null ) : string | ||
category | int | |
Результат | string |
public GenerateHtmlEnemyGroups ( ) : string | ||
Результат | string |
public GenerateHtmlItems ( uint icon = null, uint category = null ) : string | ||
icon | uint | |
category | uint | |
Результат | string |
public GenerateHtmlNecropolis ( bool showEnemies ) : string | ||
showEnemies | bool | |
Результат | string |
public GenerateHtmlSearchPoints ( ) : string | ||
Результат | string |
public GenerateRecordsStringDicList ( ) : List |
||
Результат | List |
public GenerateSettingsStringDicList ( ) : List |
||
Результат | List |
public static GetPhpUrlGameVersion ( GameVersion version ) : string | ||
version | GameVersion | |
Результат | string |
public static GetUrl ( WebsiteSection section, GameVersion version, bool phpLink, int id = null, int category = null, int icon = null, string extra = null ) : string | ||
section | WebsiteSection | |
version | GameVersion | |
phpLink | bool | |
id | int | |
category | int | |
icon | int | |
extra | string | |
Результат | string |
public LoadBattleTextScfombin ( string dir, string modDir = null ) : void | ||
dir | string | |
modDir | string | |
Результат | void |
public LoadBattleTextTSS ( string dir ) : void | ||
dir | string | |
Результат | void |
public static ReplaceIconsWithHtml ( StringBuilder sb, GameVersion Version, bool japaneseStyle ) : StringBuilder | ||
sb | StringBuilder | |
Version | GameVersion | |
japaneseStyle | bool | |
Результат | StringBuilder |
public static TrophyNodeToHtml ( GameVersion version, HyoutaTools jp, HyoutaTools en ) : string | ||
version | GameVersion | |
jp | HyoutaTools | |
en | HyoutaTools | |
Результат | string |
public Dictionary |
||
Результат | SCFOMBIN.SCFOMBIN>.Dictionary |
public T8BTEMEG.T8BTEMEG EncounterGroups | ||
Результат | T8BTEMEG.T8BTEMEG |
public T8BTXTM.T8BTXTMA NecropolisFloors | ||
Результат | T8BTXTM.T8BTXTMA |
public Dictionary |
||
Результат | T8BTXTM.T8BTXTMM>.Dictionary |
public T8BTXTM.T8BTXTMT NecropolisTreasures | ||
Результат | T8BTXTM.T8BTXTMT |
public Dictionary |
||
Результат | ScenarioFile.ScenarioFile>.Dictionary |
public HyoutaTools.Trophy.TrophyConfNode TrophyEn | ||
Результат | HyoutaTools.Trophy.TrophyConfNode |
public HyoutaTools.Trophy.TrophyConfNode TrophyJp | ||
Результат | HyoutaTools.Trophy.TrophyConfNode |