Any way to "disable" hidden features?

General discussion regarding the OpenMW project.
For technical support, please use the Support subforum.
Post Reply
Padawelts
Posts: 4
Joined: 12 Aug 2017, 19:33

Any way to "disable" hidden features?

Post by Padawelts »

I'm trying to "fix" the spell sound bug in 0.42 but havent been able to find where OpenMW hides its files. Is there anyway I can disable the feature to remove the bug? if not, how does OpenMW store its files such as projectilemanager.cpp?
User avatar
GrimKriegor
Posts: 4
Joined: 17 Apr 2016, 00:14
Location: Portugal
Contact:

Re: Any way to "disable" hidden features?

Post by GrimKriegor »

Hello there.

OpenMW uses C++ which is a compiled language, meaning its source code (the cpp and hpp files) gets translated into binary during the compilation process.

https://en.wikipedia.org/wiki/Compiled_language

In order to make those changes you will have to edit the source code and compile it.

Good luck.
Padawelts
Posts: 4
Joined: 12 Aug 2017, 19:33

Re: Any way to "disable" hidden features?

Post by Padawelts »

I thought I'd have to self compile, thank you :)
motaboy
Posts: 6
Joined: 14 Aug 2017, 09:58

Re: Any way to "disable" hidden features?

Post by motaboy »

What sound bug are you talking about? I have the problem that everytime I cast a speel there's a little stutter ingame, because the game seems to need to find and load the sound files everytime.
Post Reply