-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Hi there!
I've recently compiled the latest version of Remere's Map Editor from this repository. Everything built successfully, but I'm wondering about a specific feature: Live Mapping.
I've had contact with a previous version of RME that had a "Live" menu, related to a real-time map editing in LAN feature.
While compiling this version, I enabled the following flag:
-DENABLE_LIVE_MAPPING=ON
After that, I noticed the following line was generated inside my CMakeCache.txt:
ENABLE_LIVE_MAPPING:UNINITIALIZED=ON
But the compiled version doesn't seem to include any "Live" menu or related functionality in the interface.
Is ENABLE_LIVE_MAPPING still functional or planned in this repository?
Was it removed or never finished?
Thanks in advance, and great work with the tool 🙌