Gate Opener is a Stardew Valley mod which automatically opens gates when you approach, and closes them when you move away.
- Install the latest version of SMAPI.
- Download this mod.
- Unzip it into your
Stardew Valley/Mods
folder.
Installing a stable release is recommended for most users. If you really want to compile the mod yourself, read on.
This mods uses the crossplatform build config so it can be built on Linux, Mac, and Windows without changes. See the build config documentation for troubleshooting.
To compile the 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 the mod for release:
- Recompile the mod per the previous section.
- Create a zip file of the mod's folder in the
Mods
folder. The zip name should include the mod name and version (likeGateOpener-1.0.zip
).