Vai al contenuto

Script GlovePIE Guitar Hero con led e Nunchuk


nastys

Messaggi raccomandati

Dopo aver visto quei noiosi file script example di GlovePIE, mi era venuto in mente di usare i tasti del wiimote per giocare a Guitar Hero per PC.

Grazie alla GUI, ho fatto uno script che ci permette di fare questo con il nunchuk e con i led che si illuminano a secondo della nota scelta!!! mistergreen misteryellow :)) :O :S Comunque... Funziona anche senza il nunchuk, con lo star power, il vibrato, ecc...

Ora in allegato lo metto in file oppure ecco il codice:

//Guitar Hero Controller BETA v0.1 by nastys

//PER FUNZIONARE CORRETTAMENTE:

//I tasti devono essere predefiniti e il tasto centrale del mouse deve essere settato star power.

//Testato con Guitar Hero III

 

//LEDS: (Verde=4 Rosso=3 Giallo=2 Blu=1 Arancione=1 Strimpella/Select=Tutti)

//Arancione

if Wiimote1.A then

wiimote.Leds = 1

else wiimote.Leds = 0

endif

//Verde

if Wiimote1.Up then

wiimote.Leds = 8

else wiimote.Leds = 0

endif

//Rosso

if Wiimote1.Left then

wiimote.Leds = 4

else wiimote.Leds = 0

endif

//Giallo

if Wiimote1.Down then

wiimote.Leds = 2

else wiimote.Leds = 0

endif

//Blu

if Wiimote1.Right then

wiimote.Leds = 1

else wiimote.Leds = 0

endif

//Strimpella/Select

if Wiimote1.B then

wiimote.Leds = 15

else wiimote.Leds = 0

endif

//Strimpella/Select

if Wiimote1.Nunchuk.ZButton then

wiimote.Leds = 15

else wiimote.Leds = 0

endif

 

 

 

//Comandi: (Su=V=Verde Sx=C=Rosso Giu=X=Giallo Dx=Z=Blu A=SHIFT=Arancione Z/B=Giu=Strimpella/Select Nunchuk/1=Mouse=Vibrato C/2=Mouse centrale=star power Home=BACKSPACE=Pausa)

Key.V = Wiimote1.Up

Key.C = Wiimote1.Left

Key.X = Wiimote1.Down

Key.Z = Wiimote1.Right

Key.LeftShift = Wiimote1.A

Key.Down = Wiimote1.B

Mouse.x = MapRange(Wiimote1.Nunchuk.JoyX, -1,1, 0,1)

Mouse.x = MapRange(Wiimote1.Nunchuk.JoyY, -1,1, 0,1)

Mouse.x = Wiimote1.One

Mouse.MiddleButton = Wiimote1.Nunchuk.CButton

Mouse.MiddleButton = Wiimote1.Two

Key.Down = Wiimote1.Nunchuk.ZButton

Key.BackSpace = Wiimote1.Home

//Se hai una idea per far funzionare meglio lo script, puoi modificarlo e ripubblicarlo! Sarò felice di aver fatto uno script modificato da un altro ^_^

Perfavore fate un mod dello script e postatelo!!!

Link al commento
Condividi su altri siti

Crea un account o accedi per lasciare un commento

Devi essere un membro per lasciare un commento

Crea un account

Iscriviti per un nuovo account nella nostra community. È facile!

Registra un nuovo account

Accedi

Sei già registrato? Accedi qui.

Accedi Ora

Giochi in Uscita



  • Community Hive Community Hive

    Community Hive allows you to follow your favorite communities all in one place.

    Follow on Community Hive
  • Utenti

    Non ci sono membri da mostrare

×
×
  • Crea Nuovo...