Class DFValidator
Static methods to validate ARENA2 folder. Does not verify contents, just that critical files exist in minimum quantities. This allows test to be fast enough to be run at startup.
Namespace: DaggerfallConnect.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class DFValidator
Methods
| Improve this Doc View SourceValidateArena2Folder(String, out DFValidator.ValidationResults, Boolean)
Validates an ARENA2 folder. This currently just checks the right major files exist in the right quantities. Does not verify contents so test is quite speedy and can be performed at startup. Will also look for main .BSA files in Unity Resources folder.
Declaration
public static void ValidateArena2Folder(string path, out DFValidator.ValidationResults results, bool requireVideos = false)
Parameters
Type | Name | Description |
---|---|---|
String | path | Full path of ARENA2 folder to validate. |
DFValidator.ValidationResults | results | Output results. |
Boolean | requireVideos | Videos must be present to pass final validation. |