Adding your own videos to Daggerfall ?

Discuss Daggerfall Unity and Daggerfall Tools for Unity.
Post Reply
User avatar
Midknightprince
Posts: 1324
Joined: Fri Aug 11, 2017 6:51 am
Location: San Antonio TX
Contact:

Adding your own videos to Daggerfall ?

Post by Midknightprince »

So I saw up on GitHub something about adding your own videos to play in Daggerfall ( that's what I took away from what I saw)..
So does this mean what I think it means ?
Because I'm going to make my own intro for Daggerfall if that's what it is, and all the other stuff too.
Check out my YouTube Channel!

User avatar
King of Worms
Posts: 4752
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: Adding your own videos to Daggerfall ?

Post by King of Worms »

Im quite sure thats the case, I use a updated intro by Rhymer for example ( https://forums.dfworkshop.net/viewtopic.php?f=14&t=1155 )

In the modding tutorials theres this section ( https://www.dfworkshop.net/projects/dag ... ds-movies/ )

Movies can be imported as loose files with mp4 extension or bundled as instances of VideoClip.

StreamingAssets/Movies/name.mp4
ex: StreamingAssets/Movies/ANIM0001.mp4
name inside a mod as a VideoClip with any supported format.

Names: All ANIM00**.VID files (from 00 to 15) plus DAG2.VID.


So I guess you make a video in mp4 format, than name it for ex ANIM0001.VID and place it in the "StreamingAssets/Movies"

User avatar
TheLacus
Posts: 1305
Joined: Wed Sep 14, 2016 6:22 pm

Re: Adding your own videos to Daggerfall ?

Post by TheLacus »

This has been possible for a while. The commit you saw changed the internal videoplayer thanks to the upgrade to a new Unity version. Unfortunately this is an incompatible change, but it allow us to benefit of stability and performance given by the recent work of Unity developers.

User avatar
Midknightprince
Posts: 1324
Joined: Fri Aug 11, 2017 6:51 am
Location: San Antonio TX
Contact:

Re: Adding your own videos to Daggerfall ?

Post by Midknightprince »

King of Worms wrote: Sun Oct 14, 2018 9:29 pm Im quite sure thats the case, I use a updated intro by Rhymer for example ( https://forums.dfworkshop.net/viewtopic.php?f=14&t=1155 )

In the modding tutorials theres this section ( https://www.dfworkshop.net/projects/dag ... ds-movies/ )

Movies can be imported as loose files with mp4 extension or bundled as instances of VideoClip.

StreamingAssets/Movies/name.mp4
ex: StreamingAssets/Movies/ANIM0001.mp4
name inside a mod as a VideoClip with any supported format.

Names: All ANIM00**.VID files (from 00 to 15) plus DAG2.VID.


So I guess you make a video in mp4 format, than name it for ex ANIM0001.VID and place it in the "StreamingAssets/Movies"
Thank you KoW !
Check out my YouTube Channel!

Post Reply