Full Fishing Bar is an open-source mod for Stardew Valley that allows players to trivialize the fishing mini game.
When enabled, this mod will set the fishing mini game's "Bobber Bar" to take up the entire possible range.
You may be asking yourself, "why in the world would I want this when there are instant catch mods?" Potential answers:
- Accessibility without totally breaking balance
- Playing the fishing mini game can be very difficult for some players for reasons unintended by the original design
- This mod helps to maintain some amount of balance without completely blowing out the fish economy
- Instant catch fishing takes a ridiculously small amount of time in-game
- This mod allows you to take the normal amount of time that fishing would take out of a day
- Very obvious in multiplayer server if you are using instant catch mods
- This mod helps you be a bit more covert about your fishing, allowing you to still appear to be fishing normally
- You are still able to cancel the fishing mini game early to give the appearance of failing the mini game
IsEnabled
- Whether or not the mod will function and resize the fishing mini game's bobber bar
- Default:
true
OnlyCorkBobber
- Whether or not the Bobber Bar resizing only works when a Cork Bobber is equipped on the current fishing rod
- Default:
false
BarSizePercentageInt
- What percentage of the mini game play space do you want the Bobber Bar to take up?
- Default:
100
- Range:
10
-100
ExceptBossFish
- Whether or not the mod will skip resizing the fishing mini game's bobber bar for Boss Fish
- Default:
false
AutoHook
- Whether or not the mod will automatically hook a fish when it nibbles
- Default:
false
No Translation | Partial Translation | Full Translation | Translated By | |
---|---|---|---|---|
Chinese | ✔ | ✔ | 🤖 | n/a |
French | ✔ | ✔ | 🤖 | n/a |
German | ✔ | ✔ | 🤖 | n/a |
Hungarian | ✔ | ✔ | 🤖 | n/a |
Italian | ✔ | ✔ | 🤖 | n/a |
Japanese | ✔ | ✔ | 🤖 | n/a |
Korean | ✔ | ✔ | 🤖 | n/a |
Polish | ✔ | ✔ | 🤖 | n/a |
Portuguese | ✔ | ✔ | 🤖 | n/a |
Russian | ✔ | ✔ | 🤖 | n/a |
Spanish | ✔ | ✔ | 🤖 | n/a |
Thai | ✔ | ✔ | 🤖 | n/a |
Turkish | ✔ | ✔ | 🤖 | n/a |
Ukrainian | ✔ | ✔ | 🤖 | n/a |
- Install the latest version of SMAPI
- Nexus Mirror
- CurseForge Mirror
- GitHub Mirror
- Optional Install the latest version of Generic Mod Config Menu
- Nexus Mirror
- CurseForge Mirror
- Install this mod by unzipping the mod folder into
Stardew Valley/mods
- Launch the game use SMAPI
- Compatible with...
- Stardew Valley 1.6 or later
- SMAPI 4.0.0 or later
- No known mod conflicts
- If you find one, please feel free to notify me on Github, Nexus, or Curseforge
- This mod is player specific, each player that wants to utilize it must have it installed
Releases can be found on GitHub, on the Nexus Mod site, and on the CurseForge site.
- Add option to automatically hook a fish when it nibbles
- Defaults to off
- Fix issue where
ExceptBossFish
config option would disable the mod's functionality completely instead of just for Boss Fish
- Added locale translations
- Locale's generated by Google's Gemini LLM
- Feel free to submit re-translations
- Fix bobber bar being slightly smaller than expected
- Simplify backend for getting the Bar Size Percentage
- Add "Only Cork Bobber" config option
- Initial Release