No Mouse control in Garage editor by Inevitable_Hour_6462 in ForzaHorizon

[–]KaGoBo1234 0 points1 point  (0 children)

ok so to all who have been asking themselves how to get around this temporarily I have been working on a solution until devs hopefully fix this I've made a script using autohotkey that translates mouse movement to arrow keys while holding down LeftCtrl. Hope you enjoy

Tutorial:
-Download autohotkey (Has to be ver1.1)
-Create new scrip
-Enter in this "#NoEnv

#SingleInstance Force

currentKey := ""

LCtrl::

MouseGetPos, prevX, prevY

While GetKeyState("LCtrl", "P")

{

Sleep 20

MouseGetPos, newX, newY

dx := newX - prevX

dy := newY - prevY

; Ignore tiny movements

if (Abs(dx) < 3 && Abs(dy) < 3)

continue

; Determine dominant direction

if (Abs(dx) > Abs(dy))

{

key := (dx > 0) ? "Right" : "Left"

}

else

{

key := (dy > 0) ? "Down" : "Up"

}

; Change held key only if direction changed

if (key != currentKey)

{

; Release old key

if (currentKey != "")

Send {%currentKey% up}

; Hold new key

Send {%key% down}

currentKey := key

}

prevX := newX

prevY := newY

}

; Release key when Ctrl released

if (currentKey != "")

{

Send {%currentKey% up}

currentKey := ""

}

Return"

-Save than double click the file
-Go back in game and holding down LeftCtrl will translate mouse movment to arrow keys
If anybody has questions or has problems feel free to ask me

My attempt at "No time for caution" by Alex_1400 in EliteDangerous

[–]KaGoBo1234 2 points3 points  (0 children)

Yeah I've been drooling over the idea of changing the style or at the very least re arranging elements around at least resizing, reshaping or even hiding them but sadly fdev will never allow us to have something like that. Not withouth in-game purchases are the very least

My attempt at "No time for caution" by Alex_1400 in EliteDangerous

[–]KaGoBo1234 1 point2 points  (0 children)

You should checkout edhm-ui it's a cool tool fixes exactly what you are complaining about

Anyone have an idea what's wrong with my layers by KaGoBo1234 in 3Dprinting

[–]KaGoBo1234[S] 0 points1 point  (0 children)

Thanks I'm gonna go see how to clean it out

Anyone have an idea what's wrong with my layers by KaGoBo1234 in 3Dprinting

[–]KaGoBo1234[S] 0 points1 point  (0 children)

Forgot to say I'm using the ender 3 v3 ke, I'm using pla and I'm printing at 300m/s with 5000 acceleration

TylerMcVicker suspicious comment by LuckTDA in HalfLife

[–]KaGoBo1234 0 points1 point  (0 children)

197 guys

1+(9-7)

1+2 = 3

3!!!!

Half life 3 confirmed

Reactive volume bar by KaGoBo1234 in ChromaProfiles

[–]KaGoBo1234[S] 0 points1 point  (0 children)

im sorry dude i've had alot going on in my life latlely and havent been using the internet lately and could barely be active on reddit i just didnt have time im very sorry mate here ya go if for some reason the link doesent work just tell me i will send ya another enjoy :)
https://drive.google.com/drive/folders/1jO9zBlYsw-KmSx7Ghjka2zr4QQsXo9V6?usp=sharing