Aller au contenu

miao8yu5

GamerLine
  • Compteur de contenus

    65
  • Inscription

  • Dernière visite

  • Jours gagnés

    5

Messages posté(e)s par miao8yu5

  1. 21 hours ago, 3nigm4 said:

    miao8yu5? 

    you could work on this script, it's to have a "crosshair" you need the "crosshair" "P1.png"
    the one I have makes it appear but as soon as you click it disappears in the background with "Cooper's 9"

    ______________________________________________________________________________________________________________________________________________________________

     

    F11::
    CoordMode, Mouse, Screen
    If (ch2toggle:=!ch2toggle)
    {
    Gui, ch:new
    Gui, ch:Default
    Gui, Color, 0xFFFF00
    Gui, Add, Picture, ,P1.png ; dimensions of 41x41
    Gui, -Caption +AlwaysOnTop +ToolWindow +LastFound +OwnDialogs +E0x80000 +HwndCHhwnd +E0x20 ; Create layered window (+E0x80000 is required for UpdateLayeredWindow). +HwndName creates a variable with a name of your choice, containing the Hwnd of the window. +E0x20 makes the window click-through
    Gui, Show, NA ; Show window without activating it
    WinSet, TransColor, 0xFFFF00
    Gui, Show, % "x" A_ScreenWidth/2-21 " y" A_ScreenHeight/2-21, Crosshair ; this centers it on screen, or at least what should be the center. Might be off by a pixel or two in either axis in any direction.
    SetTimer, UpdateCrossHair, 50
    }
    else
    {
    SetTimer, UpdateCrossHair, Off
    Gui, ch:destroy
    }
    return

    UpdateCrossHair:
    DetectHiddenWindows, On
    MouseGetPos, X, Y
    WinMove, Crosshair, ,% X-31,% Y-28 ; it's not a perfect -21 for some reason. Probably hidden window border shenanigans. I used tooltip to report X/Y coordinates to me and then calibrated for a 0,0 reported when the crosshair visually appeared in the top left corner
    return

     

    Thanks for sharing, bro! You could also try a small tool called YoloMouse — it can achieve a similar effect.

  2. 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
    }
     

  3. 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?

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. Install PPJoySetup-0.8.4.6

    1.png.09c1655b441b881f0eabb458d06e6d61.png

    Set up PPJoy

    2.png.91b784496f5406fd0b29368ae91205e1.png

    3.png.eca742fa4016216575703defab42209b.png

    Run PIEFree

    4.png.0a97507b0972a4290d9a60bb189ec9c6.png

    Load MouseScripts and click "Run"

    QQ20250215205241.png.e959d2b5e83a04941ffb38157ad20eae.png

    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.

     

    QQ20250215210522.png.f5429869e9a9001a263f9a1f8b71ff2a.png

    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.

    QQ20250215210816.png.2b6ccc9b8c8fed95779e183585443409.png

    3.png

    QQ截图20250215210816.png

    glovepie for switch linghtguns.rar

  9. 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.

  10. 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.

  11. 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?

  12. 19 hours ago, Satanicainc said:

    In my case disabling the NVIDIA graphic card sound output makes the game shell start, but It shows a ERROR UPDATE FAIILED (the shell exe has access to network)
    在我的情况下,禁用 NVIDIA 显卡声音输出会使游戏 shell 启动,但它显示错误更新 FAIILED(shell exe 可以访问网络)

     

    image.png.81dfb6ef0d6c945045b135517f154cee.png

    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.

×
×
  • Créer...