Aller au contenu

miao8yu5

GamerLine
  • Compteur de contenus

    65
  • Inscription

  • Dernière visite

  • Jours gagnés

    5

Messages posté(e)s par miao8yu5

  1. 15 hours ago, jcstahl1 said:

    here's what i suggest doing:

     

    open windows registry editor. 

    go to: Computer\HKEY_CURRENT_USER\SOFTWARE\DefaultCompany\

    right click on the test_gun subfolder.

    delete that folder/key.

     

    open the game folder.

    delete the entire "BepInEx" folder.

    download BepInEx from https://github.com/BepInEx/BepInEx/releases/download/v5.4.23.2/BepInEx_win_x64_5.4.23.2.zip

    extract it into your game folder

    inside the new "BepInEx" folder inside your game folder, create a folder called "plugins"

    place TP plugin dll below into the "plugins" folder

     

    Relaunch your game and everything should be fullscreen with proper aiming.

    NHAD2TPPlugin.dll 16.5 kB · 11 downloads

    It's fine!!!

  2. Upgrade the Perfect One-Click Start Program:

    Light Gun Control: Left mouse button to shoot, right mouse button to reload (R key), middle mouse button to change weapons (Q key), hold the right mouse button to switch power mode (F key), hold the middle mouse button to turn on the flashlight (V key) / open the door (Space key).

     

  3. Upgrade Loader:the Perfect One-Click Start Program for lightgun.No need for the keyboard.

     

    Resolve the issue of Lossless Scaling not supporting light guns in fullscreen mode. Double-click Sierra 7.exe to launch fullscreen, automatically switch resolution, and restore system resolution upon exit. Have fun playing!

    Light Gun Control: Left mouse button to shoot, right mouse button to reload (R key), middle mouse button to change weapons (Q key), hold the right mouse button to switch power mode (F key), hold the middle mouse button to turn on the flashlight (V key) / open the door (Space key).

    https://drive.google.com/file/d/1Mmk3kFI3I6FcT5Y0HJPWN28Q3hN1sDYr/view?usp=drive_link

    Sierra 7 Loader.rar

  4. 9 hours ago, nosoucy62 said:

    i tested this ahk files but don't work for launch directly losslessscaling.....
    我测试了这个 AHK 文件,但不适用于 Launch Direct 无损缩放.....

    the scaling don't work .....the 2 programs works but in small windows....sorry
    缩放不起作用.....这两个程序可以工作,但在小窗口中......不好意思

    luach  Lossless Scaling v02.04,and Set the hot key  to F1

  5. An AHK script can launch the game in fullscreen. Note that the Lossless Scaling v02.04 folder should be placed in the root directory of the Zombie Big Trouble folder. and Set the shortcut key for Lossless Scaling v02.04 to F1


    ; 定义程序路径
    losslessScalingPath := "Lossless Scaling v02.04\LosslessScaling.exe"
    zombieGamePath := "Zombie Big Trouble.exe"
    dcrFilePath := "zombie_big_trouble.dcr"

    ; 打开 LosslessScaling.exe
    Run, %losslessScalingPath%
    ; 等待 LosslessScaling 完全启动
    Sleep, 500

    ; 打开 Zombie Big Trouble.exe
    Run, %zombieGamePath%
    ; 等待 Zombie Big Trouble 完全启动
    Sleep, 1000


    ; 输入文件路径
    Send, %dcrFilePath%
    ; 按下 Enter 键选择文件
    Send, {Enter}
    Send, {Enter}
    Sleep, 500 
    Send, {F1}

    ; 监听 Esc 键
    Esc::
        ; 关闭指定的进程
        Process, Close, Zombie Big Trouble.exe
        Process, Close, LosslessScaling.exe
        return

  6. Thank you for sharing. I've noticed that the crosshair movement speed in the game is too fast, whether using a mouse or a light gun. I've already adjusted it to the lowest settings in the game options. Is there any solution for this?

×
×
  • Créer...