Skip to content

Latest commit

 

History

History

FullFishingBar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Full Fishing Bar is an open-source mod for Stardew Valley that allows players to trivialize the fishing mini game.

Documentation

Overview

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

Config

  • 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

Translation

  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

  1. Install the latest version of SMAPI
  2. Nexus Mirror
  3. CurseForge Mirror
  4. GitHub Mirror
  5. Optional Install the latest version of Generic Mod Config Menu
  6. Nexus Mirror
  7. CurseForge Mirror
  8. Install this mod by unzipping the mod folder into Stardew Valley/mods
  9. Launch the game use SMAPI

Compatibility

  • 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

Limitations

Solo + Multiplayer

  • This mod is player specific, each player that wants to utilize it must have it installed

Releases

Releases can be found on GitHub, on the Nexus Mod site, and on the CurseForge site.

1.2.0

  • 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

1.1.3

  • Added locale translations
    • Locale's generated by Google's Gemini LLM
    • Feel free to submit re-translations

1.1.2

  • Fix bobber bar being slightly smaller than expected

1.1.1

  • Simplify backend for getting the Bar Size Percentage

1.1.0

  • Add "Only Cork Bobber" config option

1.0.0

  • Initial Release