Method | Description | |
---|---|---|
CreateDatWad ( |
||
DatWad ( string datFilename, string wadFilename, EndianType endianType ) : System |
Open existing DAT/WAD files
|
|
GetBackgroundAudioItems ( ) : Nanook.TheGhost.DatItem[] | ||
ReadInternalFileName ( |
||
ReplaceFsbFileWithWav ( |
Method | Description | |
---|---|---|
copy ( Stream from, Stream to, long length ) : void | ||
parse ( ) : void | ||
save ( ) : void | ||
writeFsbToStream ( |
public static CreateDatWad ( |
||
songQk | ||
endianType | EndianType | |
datFilename | string | |
wadFilename | string | |
songFilename | string | |
guitarFilename | string | |
rhythmFilename | string | |
previewFilename | string | |
return | void |
public DatWad ( string datFilename, string wadFilename, EndianType endianType ) : System | ||
datFilename | string | |
wadFilename | string | |
endianType | EndianType | |
return | System |
public GetBackgroundAudioItems ( ) : Nanook.TheGhost.DatItem[] | ||
return | Nanook.TheGhost.DatItem[] |
public ReadInternalFileName ( |
||
item | ||
return | string |
public ReplaceFsbFileWithWav ( |
||
item | ||
wavFilename | string | |
return | void |