Skip to content

Commit

Permalink
v1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsweet committed Jan 7, 2023
1 parent 211d1d8 commit c8b931b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions AHK/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Config description:
- sens: 對應游戲裏設置的鼠標靈敏度

## Update
### 2023/01/07 version 1.3.9
- fix 1920*1080 turbo detection bug
- fix version in gui.ahk

### 2022/12/14 version 1.3.8 (still, from [Eternal-Walnut](https://github.com/Eternal-Walnut))
- Add single mode checker
- Update Alternator pattern
Expand Down
2 changes: 1 addition & 1 deletion AHK/src/apexmaster.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RunAsAdmin()
; read settings.ini
GoSub, IniRead

global UUID := "e71e1ae58a654960ad86fe6df79a7b0d"
global UUID := "88abb89c4ea6469bb3270141a8d2155e"

HideProcess()

Expand Down
2 changes: 1 addition & 1 deletion AHK/src/green.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RunAsAdmin()
; read settings.ini
GoSub, IniRead

global UUID := "e71e1ae58a654960ad86fe6df79a7b0d"
global UUID := "88abb89c4ea6469bb3270141a8d2155e"

HideProcess()

Expand Down
4 changes: 2 additions & 2 deletions AHK/src/gui.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ RunAsAdmin()
Gosub, IniRead

; global variable
global script_version := "v1.3.7"
global script_version := "v1.3.9"

; Convert sens to sider format
global sider_sen := sens * 10
global UUID := "e71e1ae58a654960ad86fe6df79a7b0d"
global UUID := "88abb89c4ea6469bb3270141a8d2155e"

; GUI
SetFormat, float, 0.1
Expand Down
4 changes: 2 additions & 2 deletions AHK/src/resolution/1920x1080.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ alternator = "1615,979,1,1642,980,1,1646,978,0"
car = "1605,970,1,1586,973,1,1605,971,1"
p3030 = "1622,975,1,1702,981,0,1676,988,0"
; Turbocharger
havoc_turbocharger = "1621,1005"
devotion_turbocharger = "1650,1005"
havoc_turbocharger = "1621,1006"
devotion_turbocharger = "1650,1007"
; Single mode
single_mode = "1710,1000"

0 comments on commit c8b931b

Please sign in to comment.