Utiliser la wiitar de GH4 avec glovepie

Firekorn -  
 Firekorn -
Bonjour,

j'ai acheté guitar hero 3 sur pc et j'ai aussi guitar hero 4 sur wii mais le logiciel glovepie ne semble pas bien accepté la guitar de GH4 ce qui me gène un peu car j'ai essayé avec le clavier mais sa anéanti la sensation de jeux

bien sur j'ai déjà récupérer glovepie 0.3 avec le script pour la guitare sauf que sa ne marche que pour la guitar de GH3 après multiples test c'est comme si glovepie n'arrivait pas a traduire les informations reçu mais la wiimote reçois bien les informations (les leds s'allument et la wiimote vibre ce qui n'est pas très utiles pour joué)

donc j'aimerai savoir si j'ai possibilité d'utiliser la Guitare de GH4 sur mon pc en passant par glovepie ou un autre logiciel

merci d'avance
Configuration: Windows XP
Firefox 3.5.3

6 réponses

  1. yo homeboy
     
    en faite jutilise 2 scripts differents un pour gh3 et un pour fofix :

    pour GH3 dans CP-Settings mettre sur PP-Joy si sa ne marche pas mettre sur Keyboard avant de clicker sur run (pour verifier si sa marche appui sur l'une des touches vertes par ex si il est écrits Green dans la ligne a coté de run c'est qu'elle est reconnu)...:

    // Guitar Hero 3 Wii Controler for Guitar Hero 3 GlovePIE script
    // This script is configured to make the Wii Guitar act the same
    // as the default guitar hero keyboard settings
    // Also, don't forget to turn off lefty flip as Guitar Hero will turn
    // That on by default if you're set to keyboard in settings
    //
    //Note: This was chosen because guitar hero refuses to recognize
    // The PPJoy virtual joystick as the guitar hero guitar
    // Other games that allow joystick configuration coulde be
    // setup using PPJoy, allowing the whammy bar to be analog.

    // Debug List Setup
    var.dummy = Wiimote.RawForceX
    if Wiimote.Classic.a then var.G = "Green" else var.G = ""
    if Wiimote.Classic.b then var.R = "Red" else var.R = ""
    if Wiimote.Classic.x then var.Y = "Yellow" else var.Y = ""
    if Wiimote.Classic.y then var.B = "Blue" else var.B = ""
    if Wiimote.Classic.ZL then var.O = "Orange" else var.O= ""
    if Wiimote.Classic.Minus then var.Minus = "-" else var.Minus = ""
    if Wiimote.Classic.Plus then var.Plus = "+" else var.Plus = ""
    if Wiimote.Classic.Up then var.Strum = "StrumUp" elseif Wiimote.Classic.Down then var.Strum = "StrumDown" else var.Strum = ""
    debug = "Frets: "+var.G+var.R+var.Y+var.B+var.O+var.Minus+var.Plus+"; Strum: "+var.Strum+"; Whammy:"+Wiimote.Classic.R+var.RF+"; Tilt=" + Wiimote.RawForceZ+"; Joystick: X = "+Wiimote.Classic.Joy1X+", Y = "+Wiimote.Classic.Joy1Y;

    /*
    ---BUTTON MAPPING to Keyboard and Mouse--
    Configuration:

    Green - V
    Red - C
    Yellow - X
    Blue - Z
    Orange - Left Shift
    Strum Up - Left Mouse Button
    Strum Down - Right Mouse Button
    Minus - Middle Mouse Button
    Plus - Escape
    Tilt - Middle Mouse Button
    Whammy - Right Alt
    Joystick Up - Up
    Joystick Down - Down
    Joystick Right - Right
    Joystick Left - Left
    */

    // Guitar Joystick

    Key.Left = (-1.2 < Wiimote.Classic.Joy1X < -0.5) // Joystick moving Left = minus X axis
    Key.Right = (0.5 < Wiimote.Classic.Joy1X < 1.2) // Joystick moving Right = positive X axis
    Key.Up = (-1.2 < Wiimote.Classic.Joy1Y < -0.5) // Joystick moving Up = negative Y axis
    Key.Down = (0.5 < Wiimote.Classic.Joy1Y < 1.2) // Joystick moving Down = positive Y axis

    // Fret Buttons

    Key.V = Wiimote.Classic.a //Green
    Key.C = Wiimote.Classic.b //Red
    Key.X = Wiimote.Classic.x //Yellow
    Key.Z = Wiimote.Classic.y //Blue
    Key.LeftShift = Wiimote.Classic.ZL //Orange

    // Plus and Minus Buttons

    Mouse.MiddleButton = Wiimote.Classic.Minus //Star Power
    Key.Escape = Wiimote.Classic.Plus //Menu / Pause

    // Strum Bar

    Mouse.LeftButton = Wiimote.Classic.Up //Strum Up
    Mouse.RightButton = Wiimote.Classic.Down //Strum Down

    // Press the Right Alt button (Whammy) when the whammy bar is depressed
    // To tweak the timing of how far down you need to tilt the whammy
    // bar to hit the key, alter the value to the left of < Wiimote
    // For Referance, my whammy ranges from 0.52 at rest to 0.84 fully pressed

    Key.RightAlt = (0.6 < Wiimote.Classic.R < 0.9)

    // Press the Middle Mouse Button (Star Power) if the guitar is tilted
    // To tweak the tilt timing, alter the value to the left of < Wiimote
    // Make it lower to trigger sooner, raise it to trigger later
    // For reference, I recorded a 24-25 value when completely vertical
    // A roughly 45 degree tilt has a value of 14-15
    // And a horizontal guitar read -1-0

    Mouse.MiddleButton = (20 < Wiimote.RawForceZ < 100)

    // LEDs - Turn on Player 1 LED, turn all others off
    Wiimote1.LED1 = true;
    Wiimote1.LED2 = false;
    Wiimote1.LED3 = false;
    Wiimote1.LED4 = false;

    //END OF FILE

    ==============================================
    ==============================================
    ==============================================

    pour FoFIX: dans CP-Settings mettre Keyboard avant de clicker sur run.

    // Type your program here, or click the GUI tab to autogenerate it!

    if(!var.init)
    WiimotePoke(1, 0x4A400F0, 0x55)
    wait 100ms
    WiimotePoke(1, 0x4A400FB, 0)

    wait 100ms
    WiimotePoke(1, 0x4A40040, 0)
    wait 100ms
    WiimoteSend(1, 0x17, 0x04, 0xA4, 0x00, 0xF0, 0, 16)
    var.init = true
    end if

    var.found = "";
    if WiiGuitar.Exists then var.found += "Guitar@Wiimote";

    if var.found == "" then {
    var.found = "No Guitar found - ";
    }
    var.found += (" - Battery: " + WiiMote.Battery) + "% - ";

    Key.Q = WiiGuitar.Green
    Key.S = WiiGuitar.Red
    Key.D = WiiGuitar.Yellow
    Key.F = WiiGuitar.Blue
    Key.G = WiiGuitar.Orange
    3
  2. yo homeboy
     
    Oé si jamais le scripts de FoF ne marche pas dit le moi pske je pense en avoir un autre...
    Bon Courage...
    1
  3. Firekorn
     
    sa marche sans probléme merci bien pour ces scripts je vais pouvoir faire de l'expert enfin que sa soit sur fof ou GH3
    1
  4. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  5. Firekorn
     
    Personne pour m'aider ou me dire tout simplement qu'il n'y a aucune solution et qu'il faut attendre une autre version de glovepie qui puissent la prendre ne compte?
    0
  6. firekorn
     
    petit up avec un petit espoir de réponse
    0
    1. yo homeboy
       
      ba écoute pour te répondre moi j'ai reussis a connecter ma guitar wii de guitar hero world tour a mon PC pour cela j'ai utilisé le programme BlueSoleil 6.4.249 bien sûre il te faut une clef bluetooth ainsi que GlovePie 0.3
      Normalement il comporte les scripts pour guitar hero 3.
      Seulement je ne sais vraiment pas si tu peu jouer a Guitar Hero sur pc avec ta Wiitar. Moi je l'utilise sur un programme qui s'appelle Frets on Fire où tu peux y ajouter des musiques de Guitar hero mais malheureusement le vibrato et le WAWA ne fonctionne pas a ce jour.
      Voila j'espère que ça pourra t'aider...
      Si jamais tu y arrives et que tu peux jouer a guitar hero 3 post un mess pour expliquer comment.
      merci.
      0
      1. Firekorn > yo homeboy
         
        en faite le probléme que j'ai c'est que les scripts que j'utilise ne marche a priori pas donc si tu pouvais m'envoyer le script que tu utilise pour que je test et que je vois si je peu le faire fonctionner sur GH3 tout en le gardant fonctionnel pour frets on fire (je l'utilise aussi mais bon sa reste moins joli que le vrai guitar hero)

        donc merci d'avance si tu peu m'envoyer le script que tu utilise
        0