Escape From Duckov

Escape From Duckov

Not enough ratings
Duckov++ - Configurable item level, background color, sound effects, and search speed
   
Award
Favorite
Favorited
Unfavorite
Tags: Mod
File Size
Posted
Updated
2.842 MB
23 Oct @ 11:28pm
24 Oct @ 1:42am
3 Change Notes ( view )

Subscribe to download
Duckov++ - Configurable item level, background color, sound effects, and search speed

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]
Popular Discussions View All (1)
0
24 Oct @ 6:39am
还是弄不好,有大佬给个图片实例吗
Wkow
18 Comments
waterlens  [author] 21 hours ago 
@ccccckk 不会影响爆率
@Gsix 就是正常 mod 安装
Gsix9 23 hours ago 
这个怎么安装啊?
ccccckk 23 hours ago 
配置了物品稀有度后,是否会影响其爆率
waterlens  [author] 26 Oct @ 10:32pm 
这个和隔壁俩mod功能是重合的,不建议一起使用
爱门 26 Oct @ 9:53pm 
佬 我用的隔壁的根据价值显示稀有度的模组 跟这个可以一起用吗 如果可以的话 策略选项已经改成品质了 我同时添加了别的收集物品 但是稀有度背景颜色好像并没有跟着品质变换
PrinceAo 26 Oct @ 7:27am 
坐等大佬研究明白自定义搜索音效,隔壁的mod虽然有但是他的搜索颜色会和这个mod设置的颜色 互相叠加 变成别的颜色,不好控制,还是喜欢这种颜色和音效分开能独立设置的:steamhappy:
TORA 26 Oct @ 5:43am 
感谢大佬!
waterlens  [author] 26 Oct @ 5:30am 
@TORA 叫 event:/UI/game_start
TORA 26 Oct @ 5:01am 
佬请问刚进游戏点一下像硬币一样的音效文件叫什么呀,想用那个当红色的搜索音效
waterlens  [author] 24 Oct @ 10:46am 
关闭品质背景和音效只需要把 background_enabled 和 sound_enabled 设置成 false
自定义音效还在探索