Search found 8 matches

by JohnCamara
09 Nov 2022, 08:52
Forum: Scripts and Functions (v1)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 115
Views: 75563

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

Small bug with the latest one, changing the display resolution will cause multiple AHK icons to appear. Have to reload the master script in order for the others to hide again.
by JohnCamara
06 Nov 2022, 03:17
Forum: Gaming Help (v1)
Topic: WASD Help needed for relative game camera Topic is solved
Replies: 8
Views: 1161

Re: WASD Help needed for relative game camera Topic is solved

Yup. This is the one. It feels the best. Thank you again! :)
by JohnCamara
05 Nov 2022, 14:25
Forum: Gaming Help (v1)
Topic: WASD Help needed for relative game camera Topic is solved
Replies: 8
Views: 1161

Re: WASD Help needed for relative game camera Topic is solved

After playing around with it, Perhaps another variation would be more fitting for the game. Would it be possible... instead of every individual WASD press resetting mouse to center. Could they be treated like a single group? Once any of the WASD keys is pressed, reset mouse to center of screen. From...
by JohnCamara
05 Nov 2022, 00:26
Forum: Scripts and Functions (v1)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 115
Views: 75563

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

Not getting the error anymore. Although I still get multiple script icons on my taskbar. Exiting the main StartUp script also does not close the other scripts I asked it to load. I'm not sure if it's a problem with the scripts I'm loading or if it's the main startup script itself.
by JohnCamara
04 Nov 2022, 14:48
Forum: Gaming Help (v1)
Topic: WASD Help needed for relative game camera Topic is solved
Replies: 8
Views: 1161

Re: WASD Help needed for relative game camera Topic is solved

Try A_ThisHotkey : ~w:: ~a:: ~s:: ~d:: MouseMove, (A_ScreenWidth // 2), (A_ScreenHeight // 2), 0 keywait, % SubStr(A_ThisHotkey, 2) return This works great! Almost! Quick succession of keys seems to bypass it. Pressing A to W to D in very quick succession and holding on D, the mouse pointer doesn't...
by JohnCamara
04 Nov 2022, 11:55
Forum: Gaming Help (v1)
Topic: WASD Help needed for relative game camera Topic is solved
Replies: 8
Views: 1161

WASD Help needed for relative game camera Topic is solved

Hello! Super novice here! Basically, this game's camera follows the mouse position relative to the center of the screen when any key from WASD is pressed and held. For example: My mouse pointer is positioned slightly to the right of the midpoint/center of my screen. If any key from WASD is pressed, ...
by JohnCamara
04 Nov 2022, 10:37
Forum: Scripts and Functions (v1)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 115
Views: 75563

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

Unfortunately, this latest version doesn't work for me. I'm getting this error

"Error: Submenu does not exist.

Specifically: SubMenu_Load

Line#
...
...
...
--->163: Menu,Tray,Add,Load,:SubMenu_Load
...
...

The current thread will exit."

Go to advanced search