
miao8yu5
-
Compteur de contenus
65 -
Inscription
-
Dernière visite
-
Jours gagnés
5
Messages posté(e)s par miao8yu5
-
-
Run, "game.exe"
IfWinExist, NGUN2
WinWaitActive, NGUN2
Sleep, 2500#UseHook On
; 注册退出时要执行的清理函数
OnExit("RestoreTaskbar")WinGet, TempWindowID, ID, A
if (WindowID != TempWindowID)
{
WindowID := TempWindowID
WindowState := 0
}if (WindowState != 1)
{
WinGetPos, WinPosX, WinPosY, WindowWidth, WindowHeight, ahk_id %WindowID%
WinSet, Style, -0xC40000, ahk_id %WindowID%
WinMove, ahk_id %WindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight
; 隐藏任务栏和开始按钮
WinHide ahk_class Shell_TrayWnd
WinHide Start ahk_class Button
}
else
{
; 恢复窗口样式
WinSet, Style, +0xC40000, ahk_id %WindowID%
WinMove, ahk_id %WindowID%, , WinPosX, WinPosY, WindowWidth, WindowHeight
; 显示任务栏和开始按钮
WinShow ahk_class Shell_TrayWnd
WinShow Start ahk_class Button
}WindowState := !WindowState
return; ------------------------------
; 自动恢复任务栏的函数
RestoreTaskbar(ExitReason, ExitCode)
{
WinShow ahk_class Shell_TrayWnd
WinShow Start ahk_class Button
}
0 -
18 hours ago, sargetyu said:
I use
18 hours ago, sargetyu said:I use ryochans updated touchmote fork and 2 wii motes. Works like a charm
我使用 ryochans 更新的 touchmote 分支和 2 个 Wii 遥控器。效果如魔法般神奇updated touchmote fork and 2 wii motes. Works like a charm
我使用 ryochans 更新的 touchmote 分支和 2 个 Wii 遥控器。效果如魔法般神奇Hi there, how can I get it?
1 -
7 hours ago, nosoucy62 said:
Hi miao8yu5 when I installed this program I got a warning window in which it was written that there was a problem with 64-bit computers
I should not have validated this installation because it was after restarting the computer that I encountered all these .dll problems
I'm trying out FreePIE + vJoy, and I'll share it if I succeed.
3 -
13 hours ago, nosoucy62 said:
sorry SGD the problem is the same with the latest version.....
for me i stop this solution because it's there is too many risk on my PC....
if you have a warning message when you launch PPjoy stop the installation of program......don't be like me
all dll in teknoparrot are broken + flashpoint emul
I'm really sorry for any inconvenience caused. When I installed PPjoy on my computer, I also encountered a prompt window, but after clicking continue, the installation completed without any issues. I've tried countless methods, and this is currently the most ideal solution, offering an experience even better than using a Joycon or a gyro gun. Thank you for reporting this issue, and please proceed with caution when using it.
1 -
4 hours ago, nosoucy62 said:
synaptic error device with bad "image" with flashpoint
on teknoparrot dll files message error......
I am trying FreePIE, which supports vJoy, but the effect is not as good as GlovePIE.
0 -
10 hours ago, nosoucy62 said:
warning !
after test the program ppjoy it make error on flashpoint emularor !!!!!
and in many emulators and program will kill .dll on my c:/ !!!!!!
WARNING DON'T INSTALL THIS !!!!
What happened?
I have installed and run it on both Windows 10 and Windows 11 multiple times without encountering any issues.0 -
5 minutes ago, S.G.D said:
well the wiki always do good job... but you don't found yet allof them😆😛
You can try running it through GlovePIE.
Feel free to add other games. Thank you.2 -
Install PPJoySetup-0.8.4.6
Set up PPJoy
Run PIEFree
Load MouseScripts and click "Run"
Open the Switch emulator, configure the keys, select "Any" to set the left joystick as the light gun movement, and configure other keys as needed, which can be for the light gun, mouse, or keyboard.
Start the game, and in-game, hold the middle mouse button to calibrate the crosshair position, similar to the gyro gun marker key.If the sensitivity is too high or too low, adjust it in MouseScripts. If there are any issues, adjust the resolution and screen aspect ratio to match the actual ratio of the computer.
1 -
-
Assault Chainguns KM in handheld mode almost perfectly supports using a light gun.
Gal Gun Double Peace – if I recall correctly, the PC version supports a light gun.
Dead Z Meat only supports the gyroscope; there's’s no other way.
Arcade Machine Clown Hunt is a new game—I'll give it a try.2 -
8 hours ago, nosoucy62 said:
hi miao8yu5 !
are you play to emulator switch with gloviePIE and wiimote ?
Some Switch light gun games that support touch controls can be played directly with the light gun in handheld mode, similar to how it works on Android. For those that don’t support touch, I used GlovePie to simulate the light gun as a controller, which only makes the game playable,but it's not perfect. I'll post the GlovePie code later.
2 -
2 hours ago, nosoucy62 said:
do you launch the inputs exe before launch game.exe ?
In Bug Buster, when I run input.exe and BBPC.exe, there is no response, rather than the window flashing and closing.
0 -
You can use GlovePIE to simulate a light gun as PPJoy. The effect is similar to joycon, using relative coordinates that require calibration. A marker key can be set.
0 -
4 hours ago, nosoucy62 said:
what's the problem when you launch it ?
启动它时有什么问题?Maybe crashes the window the moment it launches
0 -
On 2/7/2025 at 2:00 AM, nosoucy62 said:
https://mega.nz/file/IrcVVThS#VT2nWRws7AHIzLGFW7xoZgplfJtBuz7pwCGRK-LEqFs
thanks to : mitomi for this link
感谢 : Mitomi 提供此链接It's not like Big Busters which crashes the window the moment it launches, but there's no way to control it with a mouse or a light gun.
0 -
-
48 minutes ago, WolfCGB said:
I updated the Game folder Download again the first shared folder was around 2GB, the new one is approximately 3GB, it is much more complete and already has all the advances we made here. Just run the shell as administrator and be happy.
我再次更新了游戏文件夹下载,第一个共享文件夹约为 2GB,新文件夹约为 3GB,它更加完整,并且已经拥有我们在这里所做的所有改进。只需以管理员身份运行 shell 即可。First Post 第一篇文章
Bro, thank you so much! The game is running smoothly now. How do I start playing?
1 -
13 hours ago, emulor said:
Who have windows 10/11 try run game in Windows 7 compatibility mode if solve problems
I used Windows XP compatibility mode to successfully start the game. After it fully loaded, the game window crashed and exited, showing the following message and returning to the shell settings menu.
0 -
19 hours ago, Satanicainc said:
It has no effect.
21 hours ago, mamefan1 said:Is shell.exe allowed in your firewall?
防火墙是否允许shell.exe?That was one of the others things that was done to fix the issue.
这是为解决这个问题而采取的其他措施之一。It has no effect.
0 -
16 hours ago, dyniel83 said:
For all those who complain that game closes right after start
对于所有抱怨游戏在开始后立即关闭的人The issue persists despite enabling Realtek and plugging in headphones; the application still crashes.
0 -
7 hours ago, joe555 said:
Then your getting same results as me, and don't see what could be doing wrong
me too
0 -
13 hours ago, Satanicainc said:
No, it doesn't work with any lightgun, no Sinden, GUN4IR, OpenFire... Only mouse support
It perfectly supports my GUN4IR light gun
1 -
Great gift, Android has the same wonderful real light gun games, but no stationary FPS games.
I can also share some when I have time
3 -
[Arcade PC] Cooper's 9 [Konami PC based]
dans ARCADE PC DUMP LOADER
Posté(e)
Thanks for sharing, bro! You could also try a small tool called YoloMouse — it can achieve a similar effect.