C# 클래스 KFreonLib.PCCObjects.Misc

Provides miscellaneous methods related to PCC's.
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
Decompress ( Stream input ) : byte[]

decompress an entire pcc file.

ReorderFiles ( List &files, List &expIDs, string pathBIOGame, int GameVersion ) : bool

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.

비공개 메소드들

메소드 설명
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.

메소드 상세

Decompress() 공개 정적인 메소드

decompress an entire pcc file.
public static Decompress ( Stream input ) : byte[]
input Stream pcc file passed in stream format
리턴 byte[]

ReorderFiles() 공개 정적인 메소드

Reorders files in a Tex2D object so the first file has a proper arcname variable. THANKS PRINCE.
public static ReorderFiles ( List &files, List &expIDs, string pathBIOGame, int GameVersion ) : bool
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.
리턴 bool

ValidTexClass() 공개 정적인 메소드

Returns true if given ClassName is a valid texture class.
public static ValidTexClass ( string ClassName ) : bool
ClassName string ClassName to validate.
리턴 bool