image ©Maxim Nikolaev

Two weeks ago, we wrote about OpenMW’s offical multiplayer fork, TES3MP. Missed that? Read it here.

This week, however, we want to talk more about the main project: the OpenMW engine. A lot of things have happened since the last news post on that topic.

So, what’s the news?

Let’s begin with a recently merged feature which might seem like a small change at first, but rather is part of bigger project. OpenMW is now able to read the BSA files of Oblivion, Skyrim, Fallout 3 and New Vegas – thanks to the hard work of both cc9cii, who first wrote the code for OpenMW 0.36, and Azdul, who ported the code to the current OpenMW master. This brings us one step closer to actually running assets from later TES and Fallout games in OpenMW. However, a lot of work lies ahead of us – next on our list is support for newer versions of NIF, ESM, and ESP files. We’ll keep you posted.

Speaking of features regarding later Bethesda games: Skyrim uses a nif-ty feature in the NIF files called NiSwitchNode to make plants harvestable. The mod Glow In The Dahrk by MelchiorDahrk uses the same property – with the help of some Lua code from MWSE-Lua – to create glowing windows during night time. We are very pleased that our sedulous developer akortunov submitted this pull request, which makes it possible to use the assets from Glow in the Dahrk in our engine too.

A new contributor, bzzt, has recently started working on large-scale optimisations of our engine, focusing on terrain rendering in order to prepare adding in his vision of a future distant-objects feature. Among many other things, his changes – should they be merged – will improve both the look and the performance of distant terrain in OpenMW. The latter was a major cause of concern for players, and we hope his additions will be well received by the Morrowind community.

Capostrophic has been working a lot to make OpenMW compatible with the popular (and huge) mod Sotha Sil Expanded. There are still a few nuts to crack before the mod is fully compatible with OpenMW, but Capostrophic is on it and we’ll let you know when everything works as intended. Sometimes you have to go to other content than vanilla Morrowind to find bugs in the engine, so big mods like these offer great opportunities to find unknown bugs and spot differences between OpenMW and vanilla Morrowind.

This post was supposed to be about OpenMW, but we have to mention one small thing about TES3MP: The macOS client is now released! Download it here.

Shadows are back!

And now the time has come for us to announce a quite big feature that got merged into master today. A feature many have told us is the one thing stopping them from switching to OpenMW for good. This feature was actually present in OpenMW when it, up until version 0.36.0, still used the rendering engine Ogre3D. After the switch to OpenSceneGraph, the feature had to be reimplemented again.

AnyOldName3 has been working on the implementation of shadows in OpenMW for over a year. It has been a long road to get there though. A couple of shadow techniques are included in the OpenSceneGraph library, but they needed to be modified quite a bit to fit our specific needs. A year and a couple of months later, through hard work and a lot of bugs and technical issues to master, he has now finished implementing his own technique, based on one of OpenSceneGraph’s methods.

But while the shadows are merged and ready to enhance the immersion of your next adventure in Vvardenfell, there will always be room to improve them in the future. AnyOldName3 already has some ideas what could be added to make them look even better. We might address that in detail in a future post.

So from this day, the first builds with shadows implemented will be built. Grab the latest nightly builds for the operating system of your choice here while they are still hot, or build OpenMW yourself by following the instructions here. Important note though: the Windows nightlies are built at 3:00 AM, UTC. Nightlies for Ubuntu PPA are down at the moment.

Until next time!

Want to leave a comment?
Time to make stuff official 2019-02-04 - lysol

Hello again.

First of all: Sorry for the delay of 0.45.0. It is more or less ready for release and has been for quite some time. Real life just caught up for raevol and Atahualpa, our release manager and release video producer respectively. We want each release to be seen and downloaded by as many people as possible, so it’s important to us to get the PR done right – and we all love the videos. As soon as they are done with the things occupying them, we will have our release ready for you.

Anyway, there is one thing we want to make official to you all. Those of you active on the forums might have already figured out that the long-term plan for TES3MP, the multiplayer fork of OpenMW, is to get it merged into OpenMW as an optional multiplayer feature of the engine. The multiplayer part will then probably be renamed to OpenMW-MP. When the merging is going to happen has not yet been decided, but a good guess is that work on TES3MP integration will probably start soon after OpenMW 1.0.0 has been released.

Multiplayer integration also means that a server side scripting system, like the one present in TES3MP, will eventually find its way into OpenMW. This is, of course, a huge undertaking, so it might take a while before we can release more details on how this system is going to work.

Anyway, since TES3MP is now officially a partner of OpenMW (and, internally, has been for quite some time), you’ll see more news posts regarding that project in the future. In the meantime, we highly recommend visiting the official TES3MP subreddit and TES3MP’s steam group.

The TES3MP news of the week is that TES3MP will soon have a macOS client! This has been much requested for a long time and will allow our dear Apple users to join the growing Morrowind multiplayer community. Already there: TES3MP now provides 32-bit builds on Windows for users of older operating systems or computers. You can download TES3MP here.

But what about news for regular OpenMW you ask? There has been a lot of work on our engine too. – But that is something to discuss in a future news post.

I’ll give you one thing though: Shadows are being reviewed and, after that, are going to be merged into the OpenMW master. Soon™ in a nightly near you!

See you again next week!

Want to leave a comment?