Page 1 of 1

Daggerfall Main Menu Theme

Posted: Sat May 01, 2021 5:25 pm
by Underking
Hey people, this is my first post on the forum, pleased to meet you!

I've been following Daggerfall Unity's progress and community for many years now, and I have finally decided to dive into the modding system of the game. I wanted to start with a simple project just to get used to how the modding system works (Export, Settings, Code etc...). So I decided to add Daggerfall's main theme do the game's main menu (as the more recent TES games do). As far as I know, there is no existing mod that does what this one does (some replace the theme in the startup screen, but none actually adds it to the game itself, please correct me if I'm wrong :)).

https://www.nexusmods.com/daggerfallunity/mods/191

I already have some other ideas I would like to implement in the following days, this one was a lot of fun to do! Thank you all for the amazing work you have done in order to make the mod system so simple and intuitive, and of course also for remaking this amazing game :D .

Re: Daggerfall Main Menu Theme

Posted: Sat May 01, 2021 6:19 pm
by pango
Welcome to the forums!

I think you could get away with a single .dfmod for all platforms, ogg files are used everywhere, it should just work.
At least I can confirm I could use any of the 3 dfmods on Linux successfully.

Re: Daggerfall Main Menu Theme

Posted: Sun May 02, 2021 1:07 pm
by Underking
Oh ok, I have to admit I did not think of that, thanks for the feedback!