You are viewing a potentially older version of this package. View all versions.
liud-EatToSell-1.0.1 icon

EatToSell

Eating food restores health/hunger AND pays you its full sell value at the same time. Eat your catch, get paid instantly.

Date uploaded 20 hours ago
Version 1.0.1
Download link liud-EatToSell-1.0.1.zip
Downloads 463
Dependency string liud-EatToSell-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

Eat To Sell (吃鱼即卖)

Eating food in How to Fish restores your health and fullness and pays you the food's full sell value at the same time. No more walking every fish to an NPC - just eat your catch.

Features

  • Eating any food gives the normal health/fullness restore.
  • On top of that, you instantly receive the exact amount of money an NPC would pay for it.
  • One payout per bite - no double counting.
  • Works in single player and multiplayer (the host needs this mod).

功能

  • 吃任何食物照常加血、加饱食度。
  • 同时自动入账该食物的完整卖价(与卖给 NPC 完全相同的价格)。
  • 每条只结算一次,不会重复加钱。
  • 单机、联机均可(联机时房主需要装本 mod)。`n- 已在游戏 1.0.11(最新版)实测:吃鱼正常加钱,无报错。

Install / 安装

Thunderstore Mod Manager / r2modman

Click install. BepInExPack is pulled in automatically.

Manual

  1. Install BepInExPack 5.4.2305 into the game folder (...\steamapps\common\How to Fish\How to Fish).
  2. Copy the BepInEx folder from this package into the same game folder (merge).
  3. Start the game.

Compatibility

  • Tested on game versions 1.0.10 and 1.0.11, BepInEx 5.4.23.5.
  • No config needed; no save data touched; uninstalling changes nothing.

Source note

The plugin hooks the server-side Server.FinishEatingCreature RPC (resolved by name prefix so it survives game rebuilds) and routes the eaten item through the game's own MoneyManager.SellItem, the exact same code path an NPC sale uses.

Support / 赞助

If this mod helped you, consider supporting the author :tea:

海外朋友可以在 Patreon 上请作者喝咖啡;国内朋友可以走爱发电,都是一份心意,感谢支持!

CHANGELOG

1.0.1

  • README: note that the mod is verified working on game version 1.0.11 (latest).

1.0.0

  • Initial release. Eating food also pays out its sell value.