image ©Maxim Nikolaev

We’re a bit late to the party now, but there’s still a few hours left to go: Bethesda gives away Morrowind for free today (March 25th), and only today. You need a Bethesda.net account to get the code, otherwise it’s fully free!

Get it here before it’s too late!

Remember that you need a copy of Morrowind to be able to play Morrowind through the OpenMW and/or TES3MP engine, so if you don’t own Morrowind yet, this is a perfect chance to get it for, well, nothing. :)

2019-03-25 - lysol - No pingbacks so far.

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?
2019-02-20 - lysol - No pingbacks so far.
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?
2019-02-04 - lysol - No pingbacks so far.

Greetings! We just want to inform you all that OpenMW version 0.45 is finally in RC phase, which means it will soon™ be released to you all.

One important thing, just so you don’t get too excited just yet: neither shadows nor recastnavigation (better AI pathfinding, basically) will be included in the release, even though we all hoped so before. Don’t get too sad though, because recastnavigation is actually merged in master. This means that you can try it out already today in the latest nightlies! The implementation of shadows is not merged yet however, and it is very hard to say exactly when it will get merged, but probably quite soon™. Some bugs take longer time than you might expect before they are solved.

So why were recastnavigation not included in 0.45 then? Basically, it is such a huge update that we need to test it thoroughly before it can get included in a stable release. The alternative would have been to delay the release of 0.45, but that release is so huge already that we still want to get it out for you all. If you do test the implementation of recastnavigation in a nightly, be sure to report any bugs you find!

Otherwise, have a little more patience and you’ll have a new OpenMW version soon.

Until next time!

Want to leave a comment?

2018-11-13 - lysol - No pingbacks so far.

Just a heads up to let everyone know that there might be some ‘downtime’ as we transition to new infrastructure. This will happen Sunday around 17:00 GMT and hopefully no one will notice a thing. If they do, they will notice something like: https://maintenance.openmw.org

Feel free to join us on IRC or Discord.

Our longtime comrade, developer and infrastructure admin lgromanowski is stepping down due to time constraints and has asked me (psi29a) and pvdk to take over the reigns of keeping the lights on for OpenMW. Please join us in thanking him for all his hard work keeping things humming along, paying the bills for hosting and donating his time to the project. Thanks Lgro! :)

Want to leave a comment?

Update: Transition happened without a hitch. Thank you again Lgro!

2018-10-19 - psi29a - No pingbacks so far.