Hi all i have downloaded the dummy database from the cigi website and have placed in the main project folder as given below:-
D:\MPV_1.40\opt\data
when i run the MPV.exe i get the follwoing message:-
Warning: Could not find plugin to read objects from file "/opt/data/sky/skydome.
ac".
Warning: Could not find plugin to read objects from file "/opt/data/sky/haze.ac"
.
PluginRenderTerrainOSG::loadDatabase - attempting to load database # 1
PluginRenderTerrainOSG::loadDatabase - could not load database # 1,
as there was an error while changing to the
following directory: opt/data/terrain/StLouis_5m_512/
setting up dummy terrain
EntitySubgraphWrapper::updateAll - anim state for ent 0 was 0, is now 0
can us point out where am i going wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all i have downloaded the dummy database from the cigi website and have placed in the main project folder as given below:-
D:\MPV_1.40\opt\data
when i run the MPV.exe i get the follwoing message:-
Warning: Could not find plugin to read objects from file "/opt/data/sky/skydome.
ac".
Warning: Could not find plugin to read objects from file "/opt/data/sky/haze.ac"
.
PluginRenderTerrainOSG::loadDatabase - attempting to load database # 1
PluginRenderTerrainOSG::loadDatabase - could not load database # 1,
as there was an error while changing to the
following directory: opt/data/terrain/StLouis_5m_512/
setting up dummy terrain
EntitySubgraphWrapper::updateAll - anim state for ent 0 was 0, is now 0
can us point out where am i going wrong.
Def files are often setup for UNIX paths. If you're using Windows you'll need to update them to point to the proper files on your filesystem.
You will need to look through entityVisuals.def and partsys.def and find and replace "/opt/data" with (in your case) "D:/MPV_1.40/opt/data".