Class VideoReplacement
Handles import and injection of custom videos with the purpose of providing modding support. MovieTextures are imported from mod bundles with load order or streamed directly from disk.
Namespace: DaggerfallWorkshop.Utility.AssetInjection
Assembly: Assembly-CSharp.dll
Syntax
public static class VideoReplacement
Properties
| Improve this Doc View SourceMoviePath
Path to custom movies on disk.
Declaration
public static string MoviePath { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceTryImportMovie(String, out VideoPlayerDrawer)
Seek movie from mods.
Declaration
public static bool TryImportMovie(string name, out VideoPlayerDrawer videoPlayerDrawer)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of movie to seek including .VID extension. |
Video |
videoPlayerDrawer | Video player with imported video and sound data. |
Returns
Type | Description |
---|---|
Boolean | True if movie is found. |