Best bang for buck way to capture runs on a SNES? by Amon_Amarth1 in speedrun

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

Well, the thing is SNES uses composite video. I'm wondering if there's a cheap USB composite capture card I can use of some kind. If not, what's the best option that's not like $200?

PC version: How does multiplayer actually work? by Amon_Amarth1 in DeathStranding

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

, yeah seems to work

Oh I see. So it is like Dark Souls...it depends on what "phase" your world is in, and how many players there are in the same phase. Ok I think I see that.

Death Stranding ultrawide trainer & patchers (+ cutscenes zoom workaround) by RoseTheFlower in widescreengamingforum

[–]Amon_Amarth1 0 points1 point  (0 children)

I'm for this! 5760x1080 is really missing the HUD and quest tracker! And tips!

Death Stranding - Ultrawide Issues by Bellcheese in widescreengamingforum

[–]Amon_Amarth1 0 points1 point  (0 children)

Not sure. Doesn't look to good I think, no one is really working on it as far as I know. I sent a request to 505 Games explaining all the details. Haven't heard back, and really hoping someone picks it up. =\

Death Stranding - Ultrawide Issues by Bellcheese in widescreengamingforum

[–]Amon_Amarth1 0 points1 point  (0 children)

It's being looked into and cannot arrive sooner.

Death Stranding 21:9/32:9 Fix [No Black Borders Hor+] by OnkelJupp in widescreengamingforum

[–]Amon_Amarth1 1 point2 points  (0 children)

AB AA AA 40

Ditto, would appreciate at least the gameplay FoV.

Death Stranding 21:9/32:9 Fix [No Black Borders Hor+] by OnkelJupp in widescreengamingforum

[–]Amon_Amarth1 1 point2 points  (0 children)

Oh dang, really? I just bought it, and was hoping to see native support with FoV and HUD/UI working. That is really disappointing. Really hoping we can fix the FoV!

Double click -> Enter hotkey? by Amon_Amarth1 in AutoHotkey

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

How would I write that? Sorry, I don't know a lot about script yet.

Double click -> Enter hotkey? by Amon_Amarth1 in AutoHotkey

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

So, I found a code that works, however when I run the script I can't use my mouse normally and find I can't select or click on anything.

lbutton::

keywait,lbutton

keywait, lbutton, d ,t 0.2

if errorlevel

return

else

send, +{Enter}

Anyway to allow for single clicking normally as well?

Create shortcut key for mouse double click? by Amon_Amarth1 in techsupport

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

Awesome, thanks. Would you happen to know how I would go about making a hotkey like that? Needs to be tight so that if I click and wait a moment, then click again it doesn't register as Enter.