MapEnhancement

Map enhancement mod for REPO. Adds map zooming capabilities and custom icons to track teammates and enemies on the radar map.
Features
- Map Zooming: Zoom the radar map in and out using your mouse scroll wheel.
- Teammate Tracking: Shows cyan markers representing teammates on the map (hidden when dead to let the default red death marker show).
- Enemy Radar: Displays magenta markers showing enemy locations.
- Configurable Reveal Modes: Custom valuable items reveal modes:
- Normal: Only show valuables that players have seen.
- Explored Rooms: Reveal valuables residing in rooms that have been explored.
- Full Map: Reveal the entire level map and all valuable locations immediately.
Installation
- Ensure you have BepInEx installed for REPO.
- Place
MapEnhancement.dll inside your BepInEx/plugins/ directory.
Configuration
Config file generated at BepInEx/config/semimodder-mapenhancement.cfg contains:
[General]
- MapModeSelect (Type:
String, Default: "Normal", Acceptable Values: "Normal", "Explored Rooms", "Full Map"): Select the map display mode.
- ShowTeammates (Type:
Boolean, Default: true): Show teammate locations.
- ShowEnemies (Type:
Boolean, Default: true): Show enemy locations.
Bug Reports & Feedback
If you encounter any bugs, issues, or have feature requests, please report them on the GitHub Issues page.