Skip to content

CJBok/SDV-Mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d2f1ce Β· Jan 12, 2025
Jun 25, 2023
Apr 5, 2018
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Nov 3, 2024
Nov 1, 2023
Nov 6, 2020
Apr 7, 2024
Dec 1, 2023
Jan 12, 2025
Feb 1, 2018
Oct 7, 2024
Nov 3, 2024
Nov 28, 2024

Repository files navigation

This repository contains my SMAPI mods for Stardew Valley. See the individual mods for documentation and release notes:

Translating the mods

The mods can be translated into any language supported by the game, and SMAPI will automatically use the right translations.

Contributions are welcome! See Modding:Translations on the wiki for help contributing translations.

(❑ = untranslated, ↻ = partly translated, βœ“ = fully translated)

  CJB Cheats Menu CJB Item Spawner CJB Show Item Sell Price
Chinese ↻ ↻ ↻
French ↻ βœ“ ↻
German ↻ ↻ ↻
Hungarian ↻ βœ“ ↻
Italian ↻ ↻ ↻
Japanese ↻ βœ“ ↻
Korean ↻ βœ“ ↻
Polish ↻ ↻ ↻
Portuguese ↻ βœ“ ↻
Russian ↻ ↻ ↻
Spanish ↻ ↻ ↻
Thai ↻ ↻ ↻
Turkish ↻ ↻ ↻
Ukrainian ↻ ↻ ↻
Vietnamese ↻ βœ“ ❑

Compiling the mods

Installing stable releases from Nexus Mods is recommended for most users. If you really want to compile the mod yourself, read on.

These mods use the crossplatform build config so they can be built on Linux, Mac, and Windows without changes. See the build config documentation for troubleshooting.

Compiling a mod for testing

To compile a mod and add it to your game's Mods directory:

  1. Rebuild the project using Visual Studio or MonoDevelop.
    This will compile the code and package it into the mod directory.
  2. Launch the project with debugging.
    This will start the game through SMAPI and attach the Visual Studio debugger.

Compiling a mod for release

To package a mod for release:

  1. Rebuild the project in Release mode using Visual Studio or MonoDevelop.
  2. Find the bin/Release/<mod name> <version>.zip file in the mod's project folder.
  3. Upload that file.