Esenthel
Administrator
|
RE: EE 1.0 Experiencing problème about the MiniMap
Hi,
I've just tried using EE 1.0
Game::MiniMap::Settings s;
s.load(SystemPath(SP_DESKTOP).tailSlash(true)+"Settings");
and it loads fine.
areas_per_image = 2
image_size = 512
area_size = 64.000000
I've also tried EE 1.0 mini map tutorials:
23 - Mini Maps.cpp
24 - Mini Map of External World.cpp
And no issues
|
|
11-23-2013 12:31 AM |
|
neo22
Member
|
RE: EE 1.0 Experiencing problème about the MiniMap
Ok. thanks for checking this.
The MiniMap settings should be loaded on Game::World::New, right?
Is it possible that the link between the Game Map Files and The MiniMap got broken somehow?
The manual loading (as you did with your code) is working ok.
|
|
11-23-2013 10:51 AM |
|
neo22
Member
|
RE: EE 1.0 Experiencing problème about the MiniMap
Ok that's fixed. It was all my fault.
I was saving the world using it's datapath and not it's name, then when loading back the path was wrong.
|
|
11-23-2013 01:06 PM |
|