vvs-
vvs-
Are you compiling it using 64-bit compiler targeting 32-bit CPU or using an actual 32-bit compiler? Though, I don't know if it's even possible with gcc.
I suspect this isn't always the case. Perhaps there is something special in your setup or maybe even MinGW. I never saw such time values and can't reproduce this bug...
There exist very tricky bugs with power management, especially CPU states. And sometimes clock values are wrong in such circumstances. That's platform and compiler dependent. I always turn off PM...
Actually, it become much worse in #269. I'm getting a very low frame rate and this bug occasionally.
It's not enough to change just that line. You need to change `path` as well _and_ function `return` value too. By default the script uses individual files for each audio...
The engine itself supports these formats, but apparently there were no efforts to make configuration flexible. I'd remind that OT is of pre-alpha quality with the only developer who put...
There is a temporary solution in https://github.com/opentomb/OpenTomb/issues/347#issuecomment-244590271
What SHA-1 hash your cdaudio.wad file has? It should be a80a34748f400affe0f4a18dc347a7b85e4226e5, for TR3 that is. If you have some other file it might not work at all. P.S. BTW there...
No, there is no hardcoded check that files have a particular hash. That was just a simple way for me to verify that your file was genuine, i.e. it should...
Script_GetSoundtrack doesn't allow to omit the file name in every track. And duplicating it a hundred times serve no purpose. So, it might require to modify Lua support code as...