Duckov++ – Configurable item level, background color, sound effects, and search speed

If you liked this item, please rate it up on Steam Workshop page.

Author: waterlens

Last revision: 24 Oct, 2025 at 09:42 UTC

File size: 2.84 MB

On Steam Workshop

Description:
Duckov++ – Configurable item level, background color, sound effects, and search speed

This mod gives you unprecedented control over item levels, background colors, sound effects, search speeds, and more. Fine-tune your game to be exactly how you want it.

For configuration details, please refer to the last section.


Features:
  • Overridable Item Levels: Specify the level for specific items, ignoring their in-game level or price.
  • Customizable Background Colors and Sound Effects: Tweak the background colors and sound effects for different item quality levels. Choose between a "Value" or "Quality" based system.
  • Adjustable Search Speed: Speed up or slow down item inspection time with a universal multiplier or fine-grained control for each level.
  • In-Game Configuration: No need to exit the game! Simply press F3 to open the configuration window and edit the settings on the fly.
  • Easy to Use: The configuration is in a simple TOML format, making it easy to understand and modify.


"Value" (Price) Based Strategy (Item Value Rarity Display & Search Sound Algorithm):

"Quality" Based Strategy (Fancy Items Algorithm):


Configuration Preview:

[inspection_time] enabled = true # 打开或者关闭检测时间 Enable or disable inspection time universal_accelerating = 1.0 # 通用加速倍率 Universal accelerating multiplier # 每个等级的加速倍率 Accelerating multipliers for each level accelerating = [0.5, 0.75, 0.8, 0.9, 1.0, 1.0, 1.0, 1.0, 1.0] [quality] # 覆盖物品等级 Override levels of items # 等级取值范围为 0-8 Level values range from 0-8 overrides = [ { id = 14, level = 3 }, # 覆盖物品 ID 14 (可乐) 的等级为 3 Override item ID 14 to quality level 3 ] background_enabled = true # 打开或者关闭品质背景 Enable or disable quality background sound_enabled = true # 打开或者关闭品质音效 Enable or disable quality sound policy = "Quality" # 策略选项:价值或者品质 Policy options: "Value", "Quality" # 每个品质对应的背景颜色 Background colors for each quality colors = [ "#00000000", "#00000000", "#99E6993D", "#99CCFF4C", "#FF80FF66", "#FFBF3399", "#FF4C4C66", "#FF4C4C66", "#FF4C4C66", ] # 每个品质对应的价值阈值 Value thresholds for each quality # 仅在 policy 设置为 "Value" 时生效 Only effective when policy is set to "Value" values = [0, 100, 200, 600, 1200, 2500, 5000, 10000, 20000, 40000] # 每个品质对应的音效文件 Sound files for each quality sound = [ "event:/UI/click", "event:/UI/click", "event:/UI/confirm", "event:/UI/level_up", "event:/UI/ui_skill_up", "event:/UI/level_up", "event:/UI/level_up", "event:/UI/level_up", "event:/UI/level_up", ] # 每个品质对应的音量 Sound volumes for each quality volume = [1.0, 3.0, 3.0, 1.0, 2.0, 6.0, 8.0, 8.0, 8.0]