All Professions is a Stardew Valley mod which gives your farmer all possible professions when you level up, instead of just the one chosen.
- Install the latest version of SMAPI.
- Install this mod from Nexus mods.
- Run the game using SMAPI.
Just install the mod and play the game. When you level up, all professions will be added to your farmer instead of just your chosen one (e.g. both Rancher and Tiller instead of just Rancher). If your farmer already leveled up, any profession they're eligible for will be added automatically.
If you have Generic Mod Config Menu installed, you can click the cog button (⚙) on the title screen or the "mod options" button at the bottom of the in-game menu to configure the mod. Hover the cursor over a field for details, or see the next section.
This doesn't affect professions that have already been unlocked for a save.
The mod creates a config.json
file the first time you run it. You can open the file in a text
editor to configure the mod:
setting | effect |
---|---|
IgnoreProfessions |
The professions which shouldn't be added automatically. You can specify profession codes (as listed
in the For example: {
"IgnoreProfessions": [ "Mariner", "Tracker" ]
} |
The assets/data.json
file defines which professions get assigned for each skill level. You can
open the file in a text editor to customize them, e.g. to add custom professions if you know their
internal numeric ID. Note that this file will be reset when you update, so you'll need to reapply
your changes each time.
- Works with Stardew Valley 1.6+ on Linux/macOS/Windows.
- Works in single-player, multiplayer, and split-screen mode.
- No known mod conflicts.