Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Jul 01, 2003 9:27 pm |
zExplorer will handle "layers" like this, but AC Explorer draws the buildings after the other locations, so the buildings end up on top.
The search option will search any "detail file" that is currently open. However, AC Explorer caches these files and only opens a detail file that is needed to draw a given area. So yes, the search doesn't work well with that. Since the entire map file format changes in zExplorer to use a real database, zExplorer won't have any problem with this and will be able to properly search all entries.
What happens when you delete an entry is that a special record is added to the user.dat file to indicate that the item is deleted. The master file isn't changed at all. So, when you update the master file, the item stays deleted as long as it's ID number doesn't change. Basically, AC Explorer reads the master file, then reads the user.dat file and when it finds a "deleted" record, the item is deleted from the in-memory cache without effecting the master file on the disk.
And yes, the user.dat and master_places.dat are the same format, so you can copy stuff from the master file into the user file if you want. |
|