Aller au contenu

PalFan

GamerLine
  • Compteur de contenus

    4
  • Inscription

  • Dernière visite

Visiteurs récents du profil

Le bloc de visiteurs récents est désactivé et il n’est pas visible pour les autres utilisateurs.

PalFan's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Réputation sur la communauté

  1. I use wiimote + bluetooth adapter + GlovePIE to play this game. It works fine for me. Don't use touchmote! Here is my script. //Aim at center of screen and press c to calibration var.px=screen.Width-round((((wiimote1.dot1x+wiimote1.dot2x)/2)/784)*screen.Width)+var.offsetx var.py=round((wiimote.dot1y/784)*screen.Height) if Wiimote.PointerVisible == true while mouse.CursorPosX>var.px do mouse.DirectInputX=mouse.DirectInputX-2 while mouse.CursorPosX<var.px do mouse.DirectInputX=mouse.DirectInputX+2 while mouse.CursorPosY>var.py do mouse.DirectInputY=mouse.DirectInputY-2 while mouse.CursorPosY<var.py do mouse.DirectInputY=mouse.DirectInputY+2 end if if keyboard.C var.offsetX=screen.Width/2-1-mouse.CursorPosX end if mouse.LeftButton = wiimote.B Keyboard.Shift+T=Wiimote.Home Keyboard.Shift+H=Wiimote.A Keyboard.T=Wiimote.Minus Keyboard.Y=Wiimote.Plus mouse.WheelUp = Wiimote.Left mouse.WheelDown = Wiimote.Right var.rumble = wiimote.B if Var.Rumble Wiimote.Rumble = 1 Wait 100ms Wiimote.Rumble = 0 Wait 50ms end if reference:https://forums.pcsx2.net/Thread-Nuvee-PS1-PS2-input-plugin-supporting-lightguns-by-Shalma?page=8
  2. I use wiimote with glovePIE to play this game. It works fine for me. I don't use Teknoparrot. This is the script. if Wiimote.PointerVisible == true var.ScreenWidth = 3840 var.ScreenHeight = 2160 mouse.DirectInputX = smooth(var.ScreenWidth-round((((wiimote1.dot1x+wiimote1.dot2x)/2)/784)*var.ScreenWidth),3) mouse.DirectInputY = smooth(round((wiimote.dot1y/784)*var.ScreenHeight),3) endif mouse.LeftButton = Wiimote.B and KeepDown(Wiimote.PointerVisible,0.5s) mouse.RightButton = Wiimote.A and KeepDown(Wiimote.PointerVisible,0.5s) mouse.MiddleButton = Wiimote.Home and KeepDown(Wiimote.PointerVisible,0.5s) mouse.WheelUp = Wiimote.Minus mouse.WheelDown = Wiimote.Plus var.rumble = wiimote.B if Var.Rumble and KeepDown(Wiimote.PointerVisible,0.5s) Wiimote.Rumble = 1 Wait 100ms Wiimote.Rumble = 0 Wait 50ms end if reference:https://forums.pcsx2.net/Thread-Nuvee-PS1-PS2-input-plugin-supporting-lightguns-by-Shalma?page=8
  3. I find the problem. It can't be have any space between 'Language' and '='.
  4. Only the title flash 1 second and nothing happen. My system is win10 1909.
×
×
  • Créer...