Свойство | Type | Description | |
---|---|---|---|
ExpIDs | List |
||
JobType | string | ||
Length | uint | ||
Name | string | ||
OrigExpIDs | List |
||
OrigPCCs | List |
||
OriginalScript | string | ||
PCCs | List |
||
Script | string | ||
Texname | string | ||
WhichGame | int |
Méthode | Description | |
---|---|---|
DetectJobType ( ) : string |
Decides what current job is. If a texture job, returns TEXTURE, else OTHER. For now anyway, likely add mesh detection later.
|
|
FixLegacyDLCPaths ( ) : void |
Corrects incorrect DLC PCC paths from before ME3 DLC's were extracted.
|
|
GenerateJobThumbnail ( ) : Image |
Returns a thumbnail sized bitmap of current job data (if texture).
|
|
GetJobDetails ( bool update, bool &versionConflict, int version ) : bool |
Gets details, like pcc's and expID's, from current script and sets local properties. Properties: ExpID's, PCC's, Texname, WhichGame, JobType.
|
|
ModJob ( ) : System |
Constructor. Empty cos things get added dynamically.
|
|
UpdateJob ( List |
Updates current job script to new format. Returns true if all bits to udpdate are found. NOTE that true does not mean updated script works.
|
|
WriteJobToFile ( |
Write current job to fileStream.
|
Méthode | Description | |
---|---|---|
GuessGame ( List |
public GetJobDetails ( bool update, bool &versionConflict, int version ) : bool | ||
update | bool | |
versionConflict | bool | |
version | int | |
Résultat | bool |
public UpdateJob ( List |
||
BIOGames | List |
List of BIOGame paths for the games. MUST have only 3 elements. Each can be null if game files not found. |
ExecFolder | string | Path to the ME3Explorer \exec\ folder. |
Résultat | bool |
public WriteJobToFile ( |
||
fs | FileStream to write to. | |
Résultat | void |