Skip to content

Commit 17c92b6

Browse files
authored
Dev (#29)
Close #27 * add 3440x1440 res * 0.2.4
1 parent e662567 commit 17c92b6

File tree

10 files changed

+24
-4
lines changed

10 files changed

+24
-4
lines changed

GenshinFishing.ahk

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ update_log:="
1010
(
1111

1212
> 增加了 2560x1080 分辨率支持
13-
> Added support for 2560x1440 resolution
13+
> Added support for 2560x1080 resolution
14+
> 增加了 3440x1440 分辨率支持
15+
> Added support for 3440x1440 resolution
16+
1417

1518
)"
1619
@@ -19,7 +22,7 @@ debug:=0
1922
Else
2023
debug:=1
2124

22-
version:="0.2.3"
25+
version:="0.2.4"
2326
if A_Args.Length() > 0
2427
{
2528
for n, param in A_Args

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
- Youtube (En): https://www.youtube.com/watch?v=3lvCEh7quxE
99

1010
## Communities 社群
11-
- 中国大陆: https://kaihei.co/IWXRLp
12-
- Discord: https://discord.gg/5PCebykNaC
11+
- 开黑啦(中国大陆): https://kaihei.co/IWXRLp
12+
- Discord(Global): https://discord.gg/5PCebykNaC
13+
14+
## Related Repo 相关项目
15+
- DoMiSo-Genshin(原神自动弹琴人偶): https://github.com/Nigh/DoMiSo-genshin
16+
- LyreMaster-Genshin(原神手搓弹琴大师): https://github.com/Nigh/LyreMaster-Genshin
1317

1418
## Usage 用法用量
1519
解压到文件夹,直接运行exe即可。
@@ -24,6 +28,7 @@ The following image settings have been tested to work properly:
2428
| 分辨率 Resolution | 支持 Support |
2529
| ----------------- | ------------ |
2630
| 3840 x 2160 ||
31+
| 3440 x 1440 ||
2732
| 1920 x 1080 ||
2833
| 2560 x 1440 ||
2934
| 2560 x 1080 ||
@@ -36,6 +41,9 @@ The following image settings have been tested to work properly:
3641
如果需要更多的分辨率支持,请提交issue。
3742
If you need more resolutions support, please submit an issue.
3843

44+
因个人精力有限,非常规尺寸的分辨率将不予支持。
45+
Due to limited spare time, resolutions of unconventional sizes will not be supported.
46+
3947
### Setting.ini
4048

4149
Tooltip messages are turned off by default, specify `debug=1` in `setting.ini` to turn on

assets/34401440/bar.png

127 Bytes
Loading

assets/34401440/casting.png

645 Bytes
Loading

assets/34401440/cur.png

151 Bytes
Loading

assets/34401440/left.png

211 Bytes
Loading

assets/34401440/ready.png

681 Bytes
Loading

assets/34401440/reel.png

494 Bytes
Loading

assets/34401440/right.png

211 Bytes
Loading

fileinstalls.ahk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ FileInstall, .\assets\25601440\ready.png, % A_Temp "\genshinfishing\25601440\rea
4444
FileInstall, .\assets\25601440\reel.png, % A_Temp "\genshinfishing\25601440\reel.png", 1
4545
FileInstall, .\assets\25601440\right.png, % A_Temp "\genshinfishing\25601440\right.png", 1
4646

47+
FileCreateDir, % A_Temp "\genshinfishing\34401440"
48+
FileInstall, .\assets\34401440\bar.png, % A_Temp "\genshinfishing\34401440\bar.png", 1
49+
FileInstall, .\assets\34401440\casting.png, % A_Temp "\genshinfishing\34401440\casting.png", 1
50+
FileInstall, .\assets\34401440\cur.png, % A_Temp "\genshinfishing\34401440\cur.png", 1
51+
FileInstall, .\assets\34401440\left.png, % A_Temp "\genshinfishing\34401440\left.png", 1
52+
FileInstall, .\assets\34401440\ready.png, % A_Temp "\genshinfishing\34401440\ready.png", 1
53+
FileInstall, .\assets\34401440\reel.png, % A_Temp "\genshinfishing\34401440\reel.png", 1
54+
FileInstall, .\assets\34401440\right.png, % A_Temp "\genshinfishing\34401440\right.png", 1
55+
4756
FileCreateDir, % A_Temp "\genshinfishing\38402160"
4857
FileInstall, .\assets\38402160\bar.png, % A_Temp "\genshinfishing\38402160\bar.png", 1
4958
FileInstall, .\assets\38402160\casting.png, % A_Temp "\genshinfishing\38402160\casting.png", 1

0 commit comments

Comments
 (0)