Method | Description | |
---|---|---|
Decompress ( Stream input ) : byte[] |
decompress an entire pcc file.
|
|
ReorderFiles ( List |
Reorders files in a Tex2D object so the first file has a proper arcname variable. THANKS PRINCE.
|
|
ValidTexClass ( string ClassName ) : bool |
Returns true if given ClassName is a valid texture class.
|
Method | Description | |
---|---|---|
CheckSearchedTexture ( string file, int expID, string objectName, int whichgame ) : bool |
Searches for PCC by name in a certain game specified by PathInclDLC. Can also use expID to narrow search if required. Return name of PCC, empty if not found.
|
public static Decompress ( Stream input ) : byte[] | ||
input | Stream | pcc file passed in stream format |
return | byte[] |
public static ReorderFiles ( List |
||
files | List |
List of PCC's to check. |
expIDs | List |
List of ExpID's for given PCC's. |
pathBIOGame | string | Path to BIOGame folder. |
GameVersion | int | Game in question. |
return | bool |
public static ValidTexClass ( string ClassName ) : bool | ||
ClassName | string | ClassName to validate. |
return | bool |