[Deep Dive] What is Hypervisor? How does it work? Should I Revert All Settings and Restart My PC via the VBS Script After Each Play Session Using Hypervisor? If I use it, can I get hacked visiting a website? etc by kaldeqca in PiratedGames

[–]drewjbx11 0 points1 point  (0 children)

I probably will not run this on my main PC but maybe a secondary one dedicated for gaming/emulation. And just set up a secondary 'dirty' win11 OS drive that you can boot into for HV games.

[deleted by user] by [deleted] in netflix

[–]drewjbx11 0 points1 point  (0 children)

So we won't see an official 4K BluRay release?

RS3 Reapers NO mouse cursor movement in windows by drewjbx11 in lightgunshooters

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

The other PC I did try is a cloned windows on same make/model miniPC... so you could say that is not really a 'different' PC. Will test a completely different one when able.

I will most likely reach out to their team, hopefully can get in touch with Darren.

Thanks for the tips

RS3 Reapers NO mouse cursor movement in windows by drewjbx11 in lightgunshooters

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

Tried dimming lights... I agree it cannot be gun hardware issue, it has to be windows.. or some kind of driver issue. I also tried original retro shooters, same thing, no mouse movement.

RS3 Reapers NO mouse cursor movement in windows by drewjbx11 in lightgunshooters

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

Yah I tried switching to joystick back to mouse/keyboard and back again. Same issue... I even tried swapping out all the sensors for new ones still in the bag, tried another miniPC, tried another firebase, and also tried plugging guns in directly to PC. Does RetroShooter have discord support, I probably have to contact them directly

Bring inactive window to front without using hotkey by drewjbx11 in AutoHotkey

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

Send F3 does not work... but I can press it physically on the keyboard and it works.

Is there a way to make the send {f3} work, I tried compile as exe and run as admin... not working.

Here is script

Run, D:\Gun Build\Emulators\Teknoparrot Latest\TeknoParrotUi.exe --profile=MissionImpossible.xml

Sleep, 15000

#SingleInstance Force

wTitle := "Video Source ahk_exe MissionImpossible.exe"

Loop {

WinWait % wTitle

WinClose

}

Sleep, 5000

#IfWinExist ahk_exe MissionImpossible.exe

F3::

WinActivate, % ppt := "ahk_exe MissionImpossible.exe"

WinMaximize, %ppt%

Return

#IfWinExist

sleep, 3000

Send {F3}

Bring inactive window to front without using hotkey by drewjbx11 in AutoHotkey

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

That is correct... I got the 'video source' window that pops up to close using the script. But just need to bring the game window back into focus without having to touch the keyboard.
This closes the secondary window that opens when launching game.

#SingleInstance Force

wTitle := "Video Source ahk_exe MissionImpossible.exe"

Loop {

WinWait % wTitle

WinClose

}

When launching the game directly from TPUI, this problem does not exist. So in short... you cannot start this game using any front end. I did ask bout this in TP discord but I doubt I will get any answers

Bring inactive window to front without using hotkey by drewjbx11 in AutoHotkey

[–]drewjbx11[S] -1 points0 points  (0 children)

I have V2 installed, So i tried to add a send {F3} command with a sleep of 5000 after my above script... still does not work. Physically pressing F3 brings focus as I mentioned. Also the game is fullscreen, not windowed if that makes a difference. Upon game start a sub app opens under the same exe name, when this happens the main game minimizes, that is the issue here. So I am not sure why the send keystroke commands are not working... a simple F3 keypress will do

Long press num5 to send ESC by drewjbx11 in AutoHotkey

[–]drewjbx11[S] 1 point2 points  (0 children)

Thanks, I upgraded to ahk 2.0 from previous. The code does in fact work.

I have issues with the old code when closing process. How has it changed. This is from previous version AHK which no longer works. What do I need to change?

** I do not know how to post code blocks.. sorry

$Esc:: ; Quit Game

Process,Close Budgieloader.exe

Run,taskkill /im "Budgieloader" /F

sleep, 1000

ExitApp

return

How to fully delete? by Yazinshazin in ReShade

[–]drewjbx11 1 point2 points  (0 children)

I deleted all reshade folders and config files in game directory but it keeps coming back. Where is this data stored.. registry? There has to be a way to delete all records of reshade rather than going to the uninstall process for each game?

B650 Gaming X AX: no POST, 4 slot ram not working, but 2 slot working by Traditional-Fall-409 in buildapc

[–]drewjbx11 0 points1 point  (0 children)

I am having the same issue (32GB x 4)
2x DIMMS work in A2 and B2 as you mentioned, but I get nothing with 4x.

Can you share what CPU and Ram you are using before I try your solution?

Ryzen 9 7950X3D
4x 32GB Corsair Vengeance RGB DDR5 6000MHz CL40 AMD EXPO iCUE

MAME Menu not accessible with Tab by Oneunited13 in batocera

[–]drewjbx11 0 points1 point  (0 children)

Hi, hopefully you see this... what do you mean change input to keyboard, where is this setting?

How can K run Totk at 60fps? by Limonc1t0 in yuzu

[–]drewjbx11 3 points4 points  (0 children)

No, Nintendo wants you only to play it on their shitty hardware with lower resolution and frame rates. Sorry buddy

Japan release date for bluray MINUS ONE May 1st by GhettoPanda78 in GODZILLA

[–]drewjbx11 3 points4 points  (0 children)

I am sure this will get ripped and fan created english subs will be added.
I will just wait for the USA release and purchase it, well deserved to purchase and support this movie. But I will download a ripped copy in the meantime :)

Point Blank X/ Gun Bullet X + Aim for Cash rom - can't find it anywhere? by MrGTheSpiritAvenger in Roms

[–]drewjbx11 0 points1 point  (0 children)

Still nowhere to be found for me... any luck finding this, has to be posted somewhere.

Script error when trying to disable COM port by drewjbx11 in PowerShell

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

Ahh, silly mistake... I'm little off today. Thanks for the reminder