I tried making database and entity locations of files
relative to mpv.exe, but that doesn't seem to work
correctly.
I believe the chdir call in
PluginRenderTerrainOSG::loadDatabase()
is the cause of the problem.
Could a chdir call be added right before loadDatabase
returns, so that the original current working directory is
restored?