About this mod
Allows to tweak some interaction and loot markers visibility behavior.
- Requirements
- Permissions and credits
- Changelogs
- Donations
- Tweak loot markers visibility behavior for each item rarity type.
- Possibility to disable some kind of interaction markers like explosives, distractions, devices etc.
- Available visibility options: visible through walls, visible for line of sight (default), visible when scanner is active, hidden.
- Additional options to show/hide loot and enemy markers for minimap
- Compatible with my Limited HUD mod, just disable Loot markers control in LHUD and adjust behavior with this mod
How to install
- Download all required mods and unpack everything into the game folder
- Unpack the mod archive into the game folder
Minimum required redscript version: 0.5.x
Loot markers default settings:
- Iconic: visible through walls
- Legendary: visible through walls
- Epic: default in-game behavior
- Rare: default in-game behavior
- Uncommon: visible only when scanner is active
- Common: hidden
- Shards: default game behavior
Additional markers you can hide:
- Access points
- Body containers
- Cameras
- Distractions
- Doors
- Explosives
- Misc network devices (computers, smart screens etc.)
- Enemies (for minimap)
How to uninstall
- Delete r6\scripts\MutedMarkers folder
- Delete MutedMarkers.archive and MutedMarkers.archive.xl from archive\pc\mod\folder
Translation
If you want to translate the mod to your own language, then download Translation sources archive, open muted-markers.json with any text editor (I would recommend Notepad++) and translate only lines with "femaleVariant" key (sample screenshot from other mod, text which you should change marked with yellow). After that check the code for your language here at the table below and send translated file back to me.
Currently supported languages:
- English
- Russian
- French (credits to Unseen Unit)
- Simplified Chinese (credits to Zo7lin)
- Czech (credits to Starfis)
- Spanish (credits to SirPrepu)
- Turkish (credits to KawLL)
- Brazilian Portuguese (credits to SOADIN)
Credits
- jekky for the redscript compiler
- Thortok2000 for rarity defined visibility idea
- CP77 modding discord
My mods
- Virtual Atelier Delivery
- Cutscene Weapon Swapper
- Revised Backpack
- Deus Ex Themed Palette
- HUD Painter
- Stash and Backpack Search
- Metro Pocket Guide
- Quickhack Hotkeys
- Wannabe Edgerunner
- Stash Filters
- Immersive Timeskip
- Faster Iguana Hatch
- Real Vendor Names
- Mark To Sell
- Stand Still Please
- Vehicle Pack - Basic
- Vehicle Pack - Corpo
- Vehicle Pack - Utility
- Vehicle Pack - Gangs
- Mizutani Shion Targa MZT
- Named Saves
- Virtual Car Dealer
- Virtual Atelier
- Enhanced Craft
- No Scanner Time Dilation
- Custom Map Markers
- Sleeves
- Toggle Quest Tags
- Improved Minimap Zoom
- Hide Read Shards
- Smarter Scrapper
- Reduced Loot
- Limited HUD
- HUDitor
- Always First Equip
- No Camera Auto Centering
- Holster By Hotkey
- Limited Fast Travel
- Game Time Tweaks
- Muted Markers
- Yet Another UI Recolor
- Game Time Tweaks
- No Intro Videos

For redscript mod developers
// replaced
@replaceMethod(BaseMinimapMappinController)
protected cb func OnUpdate() -> Bool
@replaceMethod(MinimapStealthMappinController)
protected func Update() -> Void