安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
https://doliman100.com/kf-afklevelup
It have the same offset problem. After one or two round-trip back and forth you can see that you're not perfectly straight with the wall anymore. You can adjust that by moving your mouse left and right to compensate.
toggle := 0
SetTimer, PressKey, 60
$^g::toggle := !toggle
PressKey:
if toggle{
Send, g
Send, g
; 2 steps to the left
Loop, 2{
Send, {q down}
Send, {z down}
Sleep, 150
Send, {q up}
Send, {z up}
Send, g
}
; 4 steps to the right
Loop, 4{
Send, {d down}
Send, {z down}
Sleep, 150
Send, {d up}
Send, {z up}
Send, g
}
; 2 steps to the left to return to starting position
Loop, 2{
Send, {q down}
Send, {z down}
Sleep, 150
Send, {q up}
Send, {z up}
Send, g
}
Send, g
}
return
^p::ExitApp
But there is a issue with my script if you put to many steps right or left the player get stuck in the right corner or can fall down into the pit on the left which can be deadly :)
With 3 steps to the right and to the left you likely to be good (2 is even safer).
Maybe I have rethink the way I want the character to move because I want to be centered on the spawn room or at least have an output that have a repeatable outcome (does always the same thing which is not the case yet).
The idea behind my script is that if you move one step to the left and throw a grenade and repeat this and then go the other way.
My script :
toggle := 0
SetTimer, PressKey, 60
$^g::toggle := !toggle
PressKey:
if toggle{
Send, g
Send, g
Send, {q down}
Sleep, 50
Send, {q up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {q down}
Sleep, 50
Send, {q up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {q down}
Sleep, 50
Send, {q up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {d down}
Sleep, 50
Send, {d up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {d down}
Sleep, 50
Send, {d up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {d down}
Sleep, 50
Send, {d up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, g
}
return
^p::ExitApp
but this upsets me alot
@Doliman Yes, its know issue and im working on best solution
@Memph PLS stay calm
@Doliman Yes im aware of this map, but this is faster way if you get in team of 6-12 players on wave 100+