
You are viewing a potentially older version of this package. View Latest Version
CastNChillModNMenu
Mod menu, cheats, and a no-Unity-needed pipeline for adding custom boats, snowmobiles, rods, and fish.Cast n Chill Mod n Menu
A MelonLoader mod for Cast n Chill that adds an in-game menu with cheats, a mod menu, and a custom content pipeline for adding your own boats, snowmobiles, rods, and fish.
Requirements
- MelonLoader installed for Cast n Chill (v0.7.3+)
Installation
- Install MelonLoader for Cast n Chill (if you haven't already)
- Drop
CastNChillModNMenu.dllinto your game'sModsfolder - Launch the game, press F1 in-game to open the mod menu
The hotkey and all settings can be changed from the Config tab.
Features
Cheats
- Max Fish Size, Max Rod/Hook Strength, Unbreakable Line, Infinite Stamina
- Reel Speed and Boat/Snowmobile Speed multipliers
- Add Cash presets
- Unlock All Rods/Boats/Lures
- Universal Lure ($5000 shop item that works on any fish)
- Freeze Time of Day
- Click-to-Teleport Boat
Custom Content — drop numbered image files into the content folder, no Unity project needed:
Boat1.png,Boat2.png, ... → new purchasable boats (choose Paddle/Motor and size)Snowmobile1.png,Snowmobile2.png, ... → new snowmobilesRod1.png,Rod2.png, ... → new rods (choose weight capacity and a base template)Fish1.png,Fish2.png, ... → new fish (choose which lure catches them)- Name a file
Boat1_My Name.pngto set its shop display name - Also supports
.bundle+.manifest.jsonfor Unity AssetBundle-based content
Config
- Rebind the menu hotkey
- Browse for a custom content folder (native folder picker)
- Reload custom content without restarting
Notes
This game's shipped Unity build has several IMGUI internals stripped out (GUI.Slider, GUI.TextField, GUI.DrawTexture), so the mod menu is built entirely around the controls that still work reliably in this environment. If something looks unusual compared to a typical MelonLoader mod menu, that's why.
Source
Full source is included alongside the built DLL. Built with MelonLoader 0.7.3 / .NET 6.