@Amgarrak this is a release/testing thread for OpenMW 0.48. It is not a place for feature requests. You can create a new topic for that.
We'll have a look to if it makes sense to do so. we're in the middle of de-hardcoding many of our sub-systems so it's just a matter of time before modders can have access to these things and incorporate it into their mods.
OpenMW 0.48.0
- psi29a
- Posts: 5346
- Joined: 29 Sep 2011, 10:13
- Location: Belgium
- Gitlab profile: https://gitlab.com/psi29a/
- Contact:
- psi29a
- Posts: 5346
- Joined: 29 Sep 2011, 10:13
- Location: Belgium
- Gitlab profile: https://gitlab.com/psi29a/
- Contact:
Re: OpenMW 0.48.0
Speaking of which, around round of RCs please! 

Re: OpenMW 0.48.0
Please tag the commit you're using to build the RC and push it somewhere (ideally to the upstream repo) so commit could be easily mapped into RC number.
- psi29a
- Posts: 5346
- Joined: 29 Sep 2011, 10:13
- Location: Belgium
- Gitlab profile: https://gitlab.com/psi29a/
- Contact:
Re: OpenMW 0.48.0
Code: Select all
commit 3dd8fd2ef906e433bf861961e89ecd20770237b0 (HEAD -> openmw-48, tag: openmw-48-rc6, upstream/openmw-48)
Merge: 721177988 f23866be9
Re: OpenMW 0.48.0
Windows RC6: (Ran the build remotely from a hotel in Belgium, so haven't been able to test it myself)
64-bit (PDBs)
The beta Flatpak has also been updated to RC6
64-bit (PDBs)
The beta Flatpak has also been updated to RC6
- psi29a
- Posts: 5346
- Joined: 29 Sep 2011, 10:13
- Location: Belgium
- Gitlab profile: https://gitlab.com/psi29a/
- Contact:
Re: OpenMW 0.48.0
@k1ll: can you add the navmesh generator to your generic build please?
https://gitlab.com/OpenMW/openmw/-/issues/7115
It's our last big issue for 0.48
https://gitlab.com/OpenMW/openmw/-/issues/7115
It's our last big issue for 0.48
Re: OpenMW 0.48.0
Linux targz package RC6:
64 Bit
64 Bit
The navmesh generator and also the bullet object tool are now included in the package.psi29a wrote: ↑08 Feb 2023, 10:45 @k1ll: can you add the navmesh generator to your generic build please?
https://gitlab.com/OpenMW/openmw/-/issues/7115
It's our last big issue for 0.48
Re: OpenMW 0.48.0
Hello, why is it not correctly displayed for me to increase magic, increase stamina and increase health?
Last edited by Amgarrak on 01 Mar 2023, 09:47, edited 1 time in total.
Re: OpenMW 0.48.0
It uses Bullet without multithreading support unlike 0.47 so this is a regression.Ace (SWE) wrote: ↑07 Feb 2023, 23:20 Windows RC6: (Ran the build remotely from a hotel in Belgium, so haven't been able to test it myself)
64-bit (PDBs)
The beta Flatpak has also been updated to RC6
Re: OpenMW 0.48.0
The build should probably throw a warning or outright fail if it is not built with bullet multithreading. Or else this kind of regression will keep happening.