File _top_ | Feed And Grow Fish Save
In Feed and Grow: Fish , save files are typically used for modifying game data since the game is known for having no built-in manual save option for single-player progress. Most progress, like levels or coins, is lost once you quit to the desktop, though coins may persist during a single session while switching fish. ๐ Save File Location
If you are looking to find or back up your local data, you can typically find it here:
Path: C:\Users\%USERPROFILE%\AppData\LocalLow\FusionPlay\Nice Day For Fishing\64BitSteamID/ Filename: savegame
Editing: You can open this file with Notepad to view or edit entries like "ItemEntries" for level, gold, or bait upgrades. โ ๏ธ Common Save Issues
No "Save" Button: The game is designed as a "deathmatch" style where you lose progress upon death or exiting the application.
Persistent Coins: Some players report that coins only save if you do not quit to the desktop; they can be transferred between different maps within the same session.
White Screen Error: If the game fails to launch (common on newer hardware), users often have to enter specific codes in the Steam properties bar or tweak system settings to get past a white screen. ๐ก Workarounds for Progress
Since official saving is limited, players often use these methods to maintain progress:
Cheats: Hold L then press I for coins, or L then U to level up. This acts as a "cheat save point" to return to previous progress.
Multiplayer Farming: Playing as a goldfish in multiplayer or deathmatch maps can help you farm coins quickly to unlock larger fish like the Great White Shark (costs 200 coins). feed and grow fish save file
Steam Discussions: For technical help with corrupted files or launching issues, you can reach the community via the Feed and Grow: Fish Steam Forum. If you'd like, I can help you with: Specific editing instructions for the save file The exact code used to fix the white screen launch error A list of unlockable fish costs and requirements
In Feed and Grow: Fish , save files manage your progress, unlocked fish, and coins. Because the game is in early access and has faced long periods without updates, manual management of these files is often necessary to prevent data loss. ๐ Save File Location
Save data for the game is primarily stored in the AppData folder, which is hidden by default on Windows.
Windows Path: C:\Users\[YourUsername]\AppData\LocalLow\OldB1ood\Feed and Grow_ Fish\
Alternative Path (Steam Userdata): C:\Program Files (x86)\Steam\userdata\[YourSteamID]\429050\remote\
Linux (Steam Play): ๐พ How to Backup Your Progress
Since the game does not consistently support robust Steam Cloud syncing for all users, manual backups are highly recommended before updating or switching PCs. Feed and Grow: Fish - PCGamingWiki PCGW
Table_title: Configuration file(s) location Table_content: header: | System | Location | row: | System: Windows | Location: | row: PCGamingWiki
Where do game save files get placed in the computer? : r/Steam In Feed and Grow: Fish , save files
To edit your Feed and Grow: Fish save file, you can manually locate and modify the raw data to unlock fish, levels, and items like the Legendary Rod. Finding Your Save Files
On Windows, your save data is typically stored in one of the following directory paths:
Local Data Path: C:\Users\%USERPROFILE%\AppData\LocalLow\FusionPlay\Nice Day For Fishing\64BitSteamID\
Steam Library Path: [Steam Library]\steamapps\common\Feed and Grow Fish\SavesDir
File Name: Look for a file named savegame or with a .sav extension. How to Edit Your Save Data
Before making any changes, always back up your save file to prevent data loss or game crashes.
Open the File: Right-click the savegame file and select Open with Notepad or Notepad++.
Modify Stats: Use Ctrl + F to search for specific terms like "levels," "gold," or "bait".
Add Items/Fish: Locate the "ItemEntries" section. You can paste code snippets to add specific items, such as: Where Are Feed and Grow Fish Save Files Located
"Name": "Legendary Rod", "ItemIndex": "de5dc369-2afe-4188-9d79-977da5942d35", "NumberOf": 1 .
Customise Fish: You can add specific fish to your inventory by finding their ID in game databases and updating the "FishWeights" and "FishLenghts" sections to match their position in your inventory.
Save Changes: Save the text file and restart your game to see the updates. Pro Tips & Troubleshooting How To Be a Pro At Feed and Grow: Fish! - Steam Community
Where Are Feed and Grow Fish Save Files Located?
Unlike some modern games that use cloud-only saves, Feed and Grow Fish (developed by Old B1ood) stores your progress locally. Hereโs where to look, depending on your operating system.
Common edits and how to perform them
Note: exact field names vary by version. Examples describe the general approach.
-
Unlock all fish/skins
- Locate unlock list array (IDs for species/skins) and add missing IDs.
- Alternative: set global unlock flag (e.g., "AllUnlocked": true) if present.
-
Modify XP/level
- Find XP and level fields. Adjust XP to the desired value; ensure level matches or game may recalc.
- If leveling is derived, prefer increasing XP rather than directly setting level.
-
Change fish stats (health, damage, speed)
- Edit numeric fields for the active fish profile. Use conservative changes first (e.g., +10โ50%) to confirm behavior.
- Avoid absurd valuesโphysics or other systems may break.
-
Spawn items or change world state
- Modify world-state arrays. This is advanced; improper edits can cause missing-object errors.
-
Position/teleport
- Edit position/rotation vectors (X, Y, Z). Save and test; sometimes the engine will clamp positions to valid nav areas.
Risks and Precautions
When editing your save file, be aware of the risks:
- Corrupted save file: Incorrectly editing the save file can render it unusable or cause game crashes.
- Game instability: Making significant changes to your save file can lead to unstable gameplay or unexpected behavior.
