About this mod
Sable's Labels adds small name tags above the heads of NPC's, Pets, Farm Animals and Monsters. Configurable options to only show some groups, hotkeys to toggle.and a "hover only" mode.
- Requirements
- Permissions and credits
- Changelogs
- Donations
Configurable options allow you to to only show some groups, hotkeys let you toggle it on and off and a "hover only" mode that also has a hotkey to toggle.
Supports Generic Mod Config Menu for easy configuration.
Install
- Install the latest version of SMAPI.
- Unzip the mod folder into Stardew Valley/Mods.
- Run the game using SMAPI.
Use the Toggle Key (Default "LeftAtlt + L") to make labels show or hide. By default labels show for everything except "hidden" monsters like Rock Crabs.
Using the Hover Toggle key (Default "LeftAtlt + H") will make labels only show when you hover over things.
Turn off groups (NPC, Pets, Animals, Monsters) via the config.json file - or use the "Generic Mod Config Menu" to add an in game configuration.
Config
{
"ToggleKey": "LeftAtlt + L",
"ToggleHover": "LeftAtlt + H",
"ShowNPC": true,
"ShowAnimal": true,
"ShowMonster": true,
"ShowPet": true,
"HoverOnly": false,
"ShowHidden": false,
"visable": true
}
- visable: Turns off all labels. You can use the hotkey below to do this outside of settings.
- ToggleKey: Hotkey to toggle display of all labels.
- HoverOnly: Labels only show when hovering over entity.
- ToggleHover: Hotkey to toggle "HoverOnly" setting.
- ShowMonster: Whether to show labels for Monsters.
- ShowHidden: Whether to show labels for things like Rock Crabs when hiding.
- ShowNPC: Whether to show labels for NPCs (villagers and children).
- ShowPet: Whether to show labels for Pets (and horses).
- ShowAnimal: Whether to show labels for Farm animals.
Known Issues/To Do
Some Monsters Display the "root" name - so Stick Bugs display "Rock Crab" and so on.
If enough people ask I'll add extra config options to control position and colours and do on.