Issues with Tamriel Rebuilt?

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
santosvega
Posts: 3
Joined: 20 Sep 2021, 15:42

Issues with Tamriel Rebuilt?

Post by santosvega »

Are there any known issues with the latest version of Tamriel Rebuilt/Tamriel_Data? I've run them using OpenMW for awhile with no issues, but having just updated both to the latest versions, The fountain in Old Ebonheart just isn't there, merely a floating pool of water. Many of the towers of that city's castle are similarly just missing, as well as the Ebonheart Bellman newspaper. I've checked and they're all present with regular Morrowind, so it seems to be an OpenMW issue? I'm running 0.46
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Issues with Tamriel Rebuilt?

Post by psi29a »

Give the RC of 0.47 a try please :)
santosvega
Posts: 3
Joined: 20 Sep 2021, 15:42

Re: Issues with Tamriel Rebuilt?

Post by santosvega »

Unfortunately the problems persist in 0.47.
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Issues with Tamriel Rebuilt?

Post by psi29a »

Any way you can post a video? Or create an issue for this on our tracker here (and you can upload screenshots, savegame, videos..)
https://gitlab.com/OpenMW/openmw/-/issues
User avatar
Amenophis
Posts: 320
Joined: 30 Oct 2011, 04:34
Location: Fortaleza - Ceará - Brasil

Re: Issues with Tamriel Rebuilt?

Post by Amenophis »

Maybe the problem you've seeing is because you've update TR midgame and the mod has changed a place you already visited. I suggest you to start a new game them go to Old Ebonheart again and compare with a new vanilla Morrowind save.
santosvega
Posts: 3
Joined: 20 Sep 2021, 15:42

Re: Issues with Tamriel Rebuilt?

Post by santosvega »

Thanks everyone but after days of pulling my hair out and reinstalling things I've finally worked it out -- the problem was I had for whatever reason an older version of Tamriel_Data in the Documents/OpenMW/data folder which I guess has priority over the Morrowind/Data Files folder where the updated Tamriel_Data esm was. So that was it. Working great now, apologies for wasting the court's time!
User avatar
Atahualpa
Posts: 1176
Joined: 09 Feb 2016, 20:03

Re: Issues with Tamriel Rebuilt?

Post by Atahualpa »

No worries!

The OpenMW folder taking priority over the Morrowind folder is most likely caused by the order these folders are listed in your local "openmw.cfg" file.

Consider this example:

Code: Select all

data="C:\Games\TES-III_Morrowind\Data Files"
data="C:\Games\_OpenMW\OpenMW\Mods\TR-Data"
data="C:\Games\_OpenMW\OpenMW\Mods\TR-Data_Addon"
data="C:\Games\_OpenMW\OpenMW\Mods\Tamriel-Rebuilt"
data="C:\Games\_OpenMW\OpenMW\Mods\Tamriel-Rebuilt_Music"
data="C:\Games\_OpenMW\OpenMW\Mods\Skyrim_Home-of-the-Nords"
data="C:\Games\_OpenMW\OpenMW\Mods\PT_Anvil"
data="C:\Games\_OpenMW\OpenMW\Mods\Morrowind-Optimization-Patch"
data="C:\Games\_OpenMW\OpenMW\Mods\Project-Atlas"
data="C:\Games\_OpenMW\OpenMW\Mods\Intelligent-Textures"
data="C:\Games\_OpenMW\OpenMW\Mods\Morrowind-AIO"
data="C:\Games\_OpenMW\OpenMW\Mods\Remiros-Groundcover"
data="C:\Games\_OpenMW\OpenMW\Mods\NCGD_v3-2"
The paths specified toward the bottom have a higher priority than the paths above and overwrite any duplicated files. If you were to change the order to

Code: Select all

data="C:\Games\_OpenMW\OpenMW\Mods\TR-Data"
data="C:\Games\_OpenMW\OpenMW\Mods\TR-Data_Addon"
data="C:\Games\_OpenMW\OpenMW\Mods\Tamriel-Rebuilt"
data="C:\Games\_OpenMW\OpenMW\Mods\Tamriel-Rebuilt_Music"
data="C:\Games\TES-III_Morrowind\Data Files"
[...]
the Morrowind folder has the highest priority. Please note that it's better to only use separate folders and not to rely on the Morrowind folder for modded content if you are exclusively using OpenMW.
User avatar
AnyOldName3
Posts: 2668
Joined: 26 Nov 2015, 03:25

Re: Issues with Tamriel Rebuilt?

Post by AnyOldName3 »

If you mean Documents/My Games/OpenMW/data, that's the data directory that the CS saves to by default, and it always has higher priority than your normal data= lines. You can change which directory we use for that with data-local=, which uses the same path format.
Post Reply