Dude I’ve been looking for your channel for so long 🙃 I didn’t realize your name was abbreviated on YT but good stuff, love watching you run with the boys 💪🏾
This might be dumb, but why can't I run the file on Windows 11? It doesn't even give me the option when I double click or right click. It just say's "open with" and give me options like adobe, wordpad, etc.
@zipzap7165 id recommend just going to windowed full screen to take the photos, otherwise if you really want you can comment out the input box line and just hard code some time, probably about 3 seconds
do i have to close the program and delete the images in "Bin" each time i use it or is there somewhere else that i can see the newest final image taken?
This is what I love about this community and bungie. So many other game companies would ban players for using things like this or the class item farm. Just hoping people dont abuse AHK too much and get it banned.
Woke up and figured it out. Though the way I did this might only work for monitors with a 1440p 2k resolution. All I did was remove any scaling done and I calculated the starting positions for the screenshots to reference the center of the screen rather than the entire width of the monitor via ratio conversion. AFAIK the width calculations shouldn't change unless the aspect ratio becomes more vertical than a 16:9? (my documentation here is best viewed maximized window so the text is lined up) // this line sets screenshot coordinates for nameplates Line 21` coords := (A_ScreenWidth/2 - 885) "|" ((341 + 75*(A_Index-1)) / 1440 * A_ScreenHeight) "|" (632) "|" (64 / 1440 * A_ScreenHeight) ^Changed to calculate from center screen ^Changed to static variable. //this line sets screenshot coordinates of player models and ghosts Line 40` coords := (A_ScreenWidth/2 - 320) "|" (124 / 1440 * A_ScreenHeight) "|" (640) "|" (540 / 1440 * A_ScreenHeight) ^Changed to calculate from center screen ^Changed to static variable. //the next two lines paste the images onto the final 1920x1080 image, scaling them to fit. Line 96` Gdip_DrawImage(G, %ghost_name%, Mod(A_Index-1, 3)*640, Floor((A_Index-1)/3)*540, 640, 540, 0, 0, (640), (540 / 1440 * A_ScreenHeight)) ^Changed to static variable. Line 97` Gdip_DrawImage(G, %member_name%, Mod(A_Index-1, 3)*640, Floor((A_Index-1)/3)*540, 470, 64, 0, 0, (470), (64 / 1440 * A_ScreenHeight)) ^Changed to static variable.
I'm a bit surface level here but I imagine there is a better way to account for all resolutions, though this tool is still really awesome so thank you for the work you have done to make everyone's lives easier!
Dude I’ve been looking for your channel for so long 🙃 I didn’t realize your name was abbreviated on YT but good stuff, love watching you run with the boys 💪🏾
This is why he's just the GOAT
honestly quite incredible
you are the uncontested goat of destiny 2 player
my contest team shaking in they boots rn
i can now play the verity encounter
It isnt looping anymore for me is there anyway I can fix it or am I just dumb
This might be dumb, but why can't I run the file on Windows 11? It doesn't even give me the option when I double click or right click. It just say's "open with" and give me options like adobe, wordpad, etc.
in my final image i have a part of my previous screen where the names should be, would you know how i could fix that?
thats pretty neat
wow is that a 2016 toyota corolla the sale price must be insane how many miles
Error at line 5.
#Include file "Gdip_All.ahk" cannot be opened.
The program will exit.
same here, ive tried installing multiple times aswell as tried the previous release but no luck 😢
anybody know how to fix?
does anyone know how to make this work in fullscreen? every time I try to run it the "input time" message tabs me out of destiny
@zipzap7165 id recommend just going to windowed full screen to take the photos, otherwise if you really want you can comment out the input box line and just hard code some time, probably about 3 seconds
how do I make this work on alien ware wide screen, mine is always zoomed in
do i have to close the program and delete the images in "Bin" each time i use it or is there somewhere else that i can see the newest final image taken?
Every time I try the script, the image doesn't show my character or ghost. I have a 4k monitor and am thinking that's the problem. Any advice?
How do I open it with?
Does not work when ur not at the top of the roster?
do you need to be in fullscree to make this work?
@@kyleacosta7021 windowed fullscreen
@@A2TCoh cus it aint working for me. Im on a 4k monitor
does this script work with two monitors?
Set it up with the loadouts for 4th before starting raid, so you dont have to do it mid speedrun.
This is what I love about this community and bungie. So many other game companies would ban players for using things like this or the class item farm. Just hoping people dont abuse AHK too much and get it banned.
does this work with other macro software or ahk only?
ahk only
Oh Em Gee!!!!!!!
anyway I can edit this for ultra wide support 32x9? EDIT: Solved for my 32x9 (5120x1440p) monitor. Look at reply for solution :)
Woke up and figured it out. Though the way I did this might only work for monitors with a 1440p 2k resolution. All I did was remove any scaling done and I calculated the starting positions for the screenshots to reference the center of the screen rather than the entire width of the monitor via ratio conversion. AFAIK the width calculations shouldn't change unless the aspect ratio becomes more vertical than a 16:9? (my documentation here is best viewed maximized window so the text is lined up)
// this line sets screenshot coordinates for nameplates
Line 21` coords := (A_ScreenWidth/2 - 885) "|" ((341 + 75*(A_Index-1)) / 1440 * A_ScreenHeight) "|" (632) "|" (64 / 1440 * A_ScreenHeight)
^Changed to calculate from center screen ^Changed to static variable.
//this line sets screenshot coordinates of player models and ghosts
Line 40` coords := (A_ScreenWidth/2 - 320) "|" (124 / 1440 * A_ScreenHeight) "|" (640) "|" (540 / 1440 * A_ScreenHeight)
^Changed to calculate from center screen ^Changed to static variable.
//the next two lines paste the images onto the final 1920x1080 image, scaling them to fit.
Line 96` Gdip_DrawImage(G, %ghost_name%, Mod(A_Index-1, 3)*640, Floor((A_Index-1)/3)*540, 640, 540, 0, 0, (640), (540 / 1440 * A_ScreenHeight))
^Changed to static variable.
Line 97` Gdip_DrawImage(G, %member_name%, Mod(A_Index-1, 3)*640, Floor((A_Index-1)/3)*540, 470, 64, 0, 0, (470), (64 / 1440 * A_ScreenHeight))
^Changed to static variable.
I'm a bit surface level here but I imagine there is a better way to account for all resolutions, though this tool is still really awesome so thank you for the work you have done to make everyone's lives easier!
i cant open the app
its doing it too fast that none of the characters load in while inspecting
Set the delay higher when it prompts you to input it
i cant run it at all it keeps asking me if i want to open it with notepad. How do I fix that?
Make sure you have autohotkey installed
@@A2TC I thank you for helping my stupidity. it works great thx
@@A2TC Keep getting:
Error at line 5.
#Include file "Gdip_All.ahk" cannot be opened.
The program will exit.
how do i fix it? cant get it to work :s
@@mortyrutten9495 make sure you download the whole zip file and unzip it, it should have a file called Gdip_all.ahk with it
@@A2TC i did and it did xD thats why im confused about the error
I was here chatroom
hi car
just use halloween masks
i get empty images even if i set the delay a really long time.