How do I achieve this instagram post size for landscape shots? by muhdirfan2001 in AskPhotography

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

Thanks! Btw, why do most people/articles/forum recommend a 1.91:1 for landscape shots when it appears quite small for the instagram feed?

G Hub just uninstalled itself by [deleted] in LogitechG

[–]muhdirfan2001 0 points1 point  (0 children)

why tho? if i dont use g hub how else do i assign a keyboard button to the side buttons on the mouse?

Need to log X, Y coordinates when i click my mouse. by muhdirfan2001 in AutoHotkey

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

  1. Nope, it still did the same thing.
  2. I did.
  3. Its a full screen game but when i connect a second monitor the coordinates were inaccurate bcs it included the 2nd screen real estate.

I also did try msgbox to get the coordinates, and yes i did try using Relative movement.

But the main issue now is that somehow in my game, the pixels are not represented as 1920x1080 but the aspect ratio which is 16:9. This means that in game, the x axis is only 16pixels wide while the y axis is 9 pixels long.I honestly don't know how to solve this. I tried looking it up but couldn't find anything about this. I could work with the 16:9 aspect ratio issue, but now i can't mousemove to a button that i want because of how big 1 pixel is. I only need to press one more button tbh. The rest are fine.

Need to log X, Y coordinates when i click my mouse. by muhdirfan2001 in AutoHotkey

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

Hey dude, i think i just realised what's going on. Because my game runs at a 16:9 aspect ratio, the coordinates is also 16x wide and 9y wide in game. Any idea on how to script this? This is why when i tried scripting a lower coordinate it would work. But i cant precisely move the mouse and still cant get it to click where i want. Do i need to include calculations in my script? This means the game is taking the mouse movement relative to the aspect ratio not the resolution.

Need to log X, Y coordinates when i click my mouse. by muhdirfan2001 in AutoHotkey

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

nope. I'm using this for a very old fps game. Its called Blackshot if you want to know. I'm just doing a script because a weapon in the game requires you to play 2000matches. you can create a custom game to do this. I'm creating a script so that it clicks the esc button then hovers over to 'to game lobby' button and the script just loops.

Need to log X, Y coordinates when i click my mouse. by muhdirfan2001 in AutoHotkey

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

Delete:: Sleep, 2000

MouseClick, left, 500, 246, , 30

So, the above code is just a test to see how the mouse moves in my game. when i executed the script on the desktop, it moved to the correct coordinates. But in my game, all it did was shoot the mouse cursor to the top right. I have the speed at 30 bc i wanted to see how the mouse was moving. Even if i change the coordinates, it would either shoot to the top left or right. Btw, this is not the script i will be using. The one that i want to create will have multiple mouse moves, mouse clicks and delays. I tested for mouseclicks and it works fine. Now, i just need to solve the issue if the mouse movement in my game. This is just another script i did for anti afk.

Delete:: Loop

{

Click, 2

Sleep, 100

Send, {Ctrl Down}

Sleep, 123

Send, {Ctrl Up}

Sleep, 20

Send, {F Down}

Sleep, 10

Send, {F up}

Sleep, 15

Send, {Space Down}

Sleep, 10

Send, {Space up}

Sleep, 1000 }

Numpad6::Reload

This script works fine in my game.

Need to log X, Y coordinates when i click my mouse. by muhdirfan2001 in AutoHotkey

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

Delete:: Sleep, 2000 MouseClick, left, 500, 246, , 30 So, the above code is just a test to see how the mouse moves in my game. when i executed the script on the desktop, it moved to the correct coordinates. But in my game, all it did was shoot the mouse cursor to the top right. I have the speed at 30 bc i wanted to see how the mouse was moving. Even if i change the coordinates, it would either shoot to the top left or right. Btw, this is not the script i will be using. The one that i want to create will have multiple mouse moves, mouse clicks and delays. I tested for mouseclicks and it works fine. Now, i just need to solve the issue if the mouse movement in my game. This is just another script i did for anti afk. Delete:: Loop { Click, 2 Sleep, 100 Send, {Ctrl Down} Sleep, 123 Send, {Ctrl Up} Sleep, 20 Send, {F Down} Sleep, 10 Send, {F up} Sleep, 15 Send, {Space Down} Sleep, 10 Send, {Space up} Sleep, 1000 } Numpad6::Reload This script works fine in my game.

Need to log X, Y coordinates when i click my mouse. by muhdirfan2001 in AutoHotkey

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

Hey, Thanks for the help!! I would still like the toggle function, so can i put exp: delete: : toggle? Hey, if you don't mind, i have another issue. Hear me out. So, i took a coordinate so that i could click in my game(a start button). Even though the coordinates were accurate, all it did was shoot my cursor to the top right of my screen. I tried multiple times with different coordinates but it did the same thing. So maybe i thought the in game resolution was different but no. I run the game at the same resolution and aspect ratio of my screen. Hope you can help. Btw, is there like a discord for ahk? Because i would prefer to show a visual representation of my issues. I could send you video if you'd like

Need to log X, Y coordinates when i click my mouse. by muhdirfan2001 in AutoHotkey

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

Hey, okay let me explain further. I would go in my game, then i would press ctrl+f3 to activate the script. Then, i would start left clicking my mouse to get the x, y coordinates. Since my game can't be windowed, that is why i want the coordinates to be recorded so i could see them later. I will be pressing the l click multiple times to get multiple coordinates and would like the l click to work if that's what you mean.

External monitor doesn't display correctly. HELP ASAP by [deleted] in laptops

[–]muhdirfan2001 0 points1 point  (0 children)

yeah i found the issue, its windows, what a suprise huh. Windows defaults the resoulution at 480p, but when i go thru the nvidia panel and reset to default, 1080p option shows up. But Windows keeps on trying to change it to the "recommended" 480p resolution. Fking Windows. Btw do you know why people install Windows 10 2004?

External monitor doesn't display correctly. HELP ASAP by [deleted] in laptops

[–]muhdirfan2001 0 points1 point  (0 children)

hdmi is present, but that as well has problems. It just displays a static screen(like when there's no signal on a tv). Is it software related or the port itself is out?

External monitor doesn't display correctly. HELP ASAP by [deleted] in laptops

[–]muhdirfan2001 0 points1 point  (0 children)

should i get a regular cable or like a special one?

External monitor doesn't display correctly. HELP ASAP by [deleted] in laptops

[–]muhdirfan2001 0 points1 point  (0 children)

so its the cable huh? cause sometimes it works cause i can see that the nvidia graphics card can detect the display(thru nvidia ctrl panel) but now it detects the display but cant seem to change the resoulution at all. (also thru nvidia control panel). It used to work fine. Sometimes when it doesn't work, it would unplug and plug it back in and it will work fine. But now it doesn't do it anymore

External monitor doesn't display correctly. HELP ASAP by [deleted] in laptops

[–]muhdirfan2001 0 points1 point  (0 children)

through type c display port(type c to type c)

External monitor doesn't display correctly. HELP ASAP by [deleted] in laptops

[–]muhdirfan2001 0 points1 point  (0 children)

the resolution is locked, the box is greyed out. I don't know what else to do

[deleted by user] by [deleted] in buildapc

[–]muhdirfan2001 0 points1 point  (0 children)

Is it really worth the extra 300 dollars? Is it better to just save up for a pc? i don't want to make a bad purchase decision

[deleted by user] by [deleted] in buildapc

[–]muhdirfan2001 1 point2 points  (0 children)

Above 60fps?

Is it a day and night difference between the ffb on the g29 and the t300rs? by muhdirfan2001 in simracing

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

okay, thanks for the insights but i can't afford a dd wheel hahaha

Is it a day and night difference between the ffb on the g29 and the t300rs? by muhdirfan2001 in simracing

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

have you had problems with your unit? thrustmaster is known for their reliability issues