This repository is a SMAPI mod for Stardew Valley. The main function is to teleport the current player to the selected NPC location。 The UI part of the code was copied from Lookup Anything , and of course, some modifications were made.
https://www.nexusmods.com/stardewvalley/mods/17190
- Lookup Anything (ModDrop | Nexus | source)
See live info about whatever's under your cursor when you press F1. Learn a villager's favorite gifts, when a crop will be ready to harvest, how long a fence will last, why your farm animals are unhappy, and more.
To compile a mod and add it to your game's Mods directory:
- Rebuild the project in Visual Studio or MonoDevelop.
This will compile the code and package it into the mod directory. - Launch the project with debugging.
This will start the game through SMAPI and attach the Visual Studio debugger.
To package a mod for release:
- Switch to
Releasebuild configuration. - Recompile the mod per the previous section.
- Upload the generated
bin/Release/<mod name>-<version>.zipfile from the project folder.