forked from dereklee0310/RussianFishing4Script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
中文版template.ini
231 lines (175 loc) · 7.38 KB
/
中文版template.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
; ---------------------------------------------------------------------------- ;
; This is a template for configuration, edit your settings in config.ini ;
; ---------------------------------------------------------------------------- ;
; the line starts with ";" are just comments and are not necessary
; the unit of duration, delay, timeout, etc, is seconds
; ---------------------------------------------------------------------------- ;
; general settings ;
; ---------------------------------------------------------------------------- ;
[game]
; 游戏语言: en/ru/zh-TW/zh-CN
language = en
; 游戏视窗大小,用于手竿模式: 2560x1440, 1920x1080, 1600x900
window_size = 1600x900
; 预设脚本参数
default_arguments = -rcH
; 执行脚本前确认设定: True/False
confirmation_enabled = True
; 在脚本开始时测试SMTP连线状态: True/False
SMTP_validation_enabled = True
; 在脚本开始时验证档案完整性
image_verification_enabled = True
; 渔护大小
keepnet_limit = 100
; 和鱼搏斗时喝咖啡的次数上限,达到上限时脚本会退出,但不关闭游戏
coffee_limit = 10
; 鱼入护前的延迟秒数,方便截图
keep_fish_delay = 1
; 挖饵所需体力的百分比,低等级玩家可能需要设置更高的值
energy_threshold = 0.74
; 线杯识别的信心值,用于检测收线是否结束
retrieval_detect_confidence = 0.985
; 定时喝酒延迟秒数
alcohol_drinking_delay = 900
; 单次喝酒数量
alcohol_drinking_quantity = 1
; 拟饵损坏时的处理方式: quit/alarm/replace (退出/铃声提示/替换)
lure_broken_action = quit
; 鱼护满时的处理方式: quit/alarm (退出/铃声提示)
keepnet_full_action = quit
; 铃声的档案路径,支援.mp3或.wav档案格式
alarm_sound_file = ..\static\sound\guitar.wav
; 未达标鱼释放白名单,可用鱼种: mackerel, saithe, herring, squid, scallop, mussel
; 若设为None则释放所有未达标鱼
unmarked_release_whitelist = mackerel, saithe
; ---------------------------------------------------------------------------- ;
; in-game shortcuts ;
; ---------------------------------------------------------------------------- ;
; 游戏物品快捷键
; 茶、咖啡以及胡萝卜的快捷键可设为-1以使用食物选单使用物品,节省快捷键格子
[shortcut]
; 茶
tea = -1
; 咖啡
carrot = -1
; 水底钓竿
bottom_rods = 1, 2, 3
; 咖啡
coffee = 4
; 挖饵工具
shovel_spoon = 5
; 酒
alcohol = 6
; 退出快捷键,预设为无快捷键 (需在终端输入Ctrl-C)
; 若想使用特殊的按键请参考下方连结:
; https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key
quit = Ctrl-C
; ---------------------------------------------------------------------------- ;
; user profiles ;
; ---------------------------------------------------------------------------- ;
; 以下是常见的设定:
; fishing_strategy: 脚本模式,以下是可用选项:
; spin/spin_with_pause/bottom/marine/float/wakey_rig (路亚/打状态的路亚/水底/海钓/手竿/维基钓组)
; cast_power_level: 抛竿力度,可以为小数: 1: 0%, 2: ~25%, 3: ~50%, 4: ~75% 5: 100%+
; cast_delay: 抛竿后等待拟饵落水或下沉的延迟秒数
; post_acceleration_enabled: 中鱼后收线时是否按住Shift键加速收线,以下是可用选项:
; always/never/auto (开启/关闭/开启,并在逾时(64s)后自动切换回普通收线)
; 你也可以新增新的自定义设定档:
; [设定档名称]
; fishing_strategy = spin
; cast_power_level = 3
; .
; .
; .
; ---------------------------------------------------------------------------- ;
; spin fishing profiles ;
; ---------------------------------------------------------------------------- ;
[spin_example]
; 普通路亚模式
fishing_strategy = spin
cast_power_level = 5
cast_delay = 6
post_acceleration_enabled = never
; ---------------------------------------------------------------------------- ;
; spin fishing with pause profiles ;
; ---------------------------------------------------------------------------- ;
; 打状态的路亚模式 (e.g., 搐动、犬步、jig)
[spin_with_pause_example]
fishing_strategy = spin_with_pause
cast_power_level = 5
cast_delay = 6
post_acceleration_enabled = never
; 打状态时每次收线的秒数
retrieval_duration = 1.1
; 打状态时每次暂停的秒数
retrieval_delay = 3
; 打状态时是否按下Shift键加速: True/False
pre_acceleration_enabled = False
; ---------------------------------------------------------------------------- ;
; bottom fishing profiles ;
; ---------------------------------------------------------------------------- ;
; 水底模式
[bottom_example]
fishing_strategy = spin_with_pause
cast_power_level = 5
cast_delay = 4
post_acceleration_enabled = never
; 检查竿子是否上鱼的延迟秒数
check_delay = 32
; ---------------------------------------------------------------------------- ;
; marine fishing profiles ;
; ---------------------------------------------------------------------------- ;
; 海钓模式
; 若只想沉底摆烂,将pirk_duration和pirk_delay皆设为0即可
[marine_example]
fishing_strategy = marine
cast_power_level = 1
cast_delay = 4
post_acceleration_enabled = auto
; 打状态时每次抬竿秒数
pirk_duration = 0.5
; 打状态时每次暂停秒数
pirk_delay = 2
; 打状态的最大秒数,逾时后脚本会调整拟饵深度并继续打状态
pirk_timeout = 32
; 将线收直的秒数
tighten_duration = 1.04
; 等待饵下沉到底部的最大秒数,逾时则会立刻开始打状态
sink_timeout = 60
; 上鱼后再次检查并收线的延迟秒数,设为0则为立刻收线
fish_hooked_delay = 0
; ---------------------------------------------------------------------------- ;
; Float fishing profiles ;
; ---------------------------------------------------------------------------- ;
; 手竿模式
[float_example]
fishing_strategy = float
cast_power_level = 5
cast_delay = 4
; 浮标辨识的信心值,信心值越高则灵敏度越低
float_confidence = 0.68
; 浮标状态检测延迟秒数
check_delay = 1
; 浮标状态变化后提竿前的延迟秒数
pull_delay = 0.5
; 等待浮标状态变化的最大秒数,逾时则会重新抛竿 (用于流水环境)
drifting_timeout = 16
; ---------------------------------------------------------------------------- ;
; wakey rig fishing profiles ;
; ---------------------------------------------------------------------------- ;
; 维基钓组
; 若不想打状态的话 (自沉玩法),将pirk_timeout设为0即可
[wakey_rig_example]
fishing_strategy = wakey_rig
cast_power_level = 1
cast_delay = 4
pirk_duration = 1.5
pirk_delay = 4
pirk_timeout = 32
tighten_duration = 0.25
sink_timeout = 45
fish_hooked_delay = 1
; ---------------------------------------------------------------------------- ;
; trolling fishing profiles ;
; ---------------------------------------------------------------------------- ;
; not implemented yet