Show / Hide Table of Contents

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.

Inheritance
Object
DFValidator
Namespace: DaggerfallConnect.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class DFValidator

Methods

| Improve this Doc View Source

ValidateArena2Folder(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX