Property | Type | Description | |
---|---|---|---|
GameVersion | GameVersion |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CleanCache ( ) : void | ||
DoLikeProject ( string unpackedDir ) : string |
Transforms unpacked Song into project-like folder structure.
|
|
LoadFromFolder ( string unpackedDir, System.Platform targetPlatform, System.Platform sourcePlatform = null, bool ignoreMultitoneEx = false ) : |
Loads CDLC artifacts from folder into DLCPackageData
|
|
RS1LoadFromFolder ( string unpackedDir, System.Platform targetPlatform, bool convert ) : |
public static DoLikeProject ( string unpackedDir ) : string | ||
unpackedDir | string | Unpacked dir. |
return | string |
public static LoadFromFolder ( string unpackedDir, System.Platform targetPlatform, System.Platform sourcePlatform = null, bool ignoreMultitoneEx = false ) : |
||
unpackedDir | string | |
targetPlatform | System.Platform | |
sourcePlatform | System.Platform | |
ignoreMultitoneEx | bool | Ignore multitone exceptions |
return |
public static RS1LoadFromFolder ( string unpackedDir, System.Platform targetPlatform, bool convert ) : |
||
unpackedDir | string | |
targetPlatform | System.Platform | |
convert | bool | |
return |