Hello, i made a script that i haven't test it yet, but if you guys try it maybe it work.
Please read the code, there's something you most know before you use the code.
This code it for Devil May Cry 4.
Please, post if you like it or not.
(Bad with my english)
Please read the code, there's something you most know before you use the code.
This code it for Devil May Cry 4.
Code:
//**************************************
//*Devil May Cry 4 - Wiimote Controller*
//**************************************
//ÂÂÂÂÂÂÂÂBy Andi (2008)
//Bad News:
//Maybe it won't work, i haven't test it yet.
//My dad won't let me try on his PC.
//Good News:
//I think this gonna work. If you don't have the same keycontrol (Button)
//Go to Devil May Cry 4 and change it.
// You can see the control, if you go down. (Top Line: 82)
wiimote.led1 = true
keyboard.W= wiimote.Right
keyboard.D= wiimote.Down
keyboard.S= wiimote.Left
keyboard.A= wiimote.Up
keyboard.Escape= wiimote.Home
keyboard.I= wiimote.One
keyboard.K= wiimote.Two
keyboard.J= wiimote.B
keyboard.Enter= wiimote.Minus
keyboard.L= wiimote.A
keyboard.Spacebar= wiimote.Plus
if wiimote.Right then
wiimote.rumble = 1
wait 5 ms
wiimote.rumble = 0
endif
if wiimote.Down then
wiimote.rumble = 1
wait 5 ms
wiimote.rumble = 0
endif
if wiimote.Left then
wiimote.rumble = 1
wait 5 ms
wiimote.rumble = 0
endif
if wiimote.Up then
wiimote.rumble = 1
wait 5 ms
wiimote.rumble = 0
endif
if wiimote.One then
wiimote.rumble = 1
wait 5 ms
wiimote.rumble = 0
endif
if wiimote.plus then
wiimote.rumble = 1
wait 5 ms
wiimote.rumble = 0
endif
if wiimote.B then
wiimote.rumble = 1
wait 5 ms
wiimote.rumble = 0
endif
if wiimote.A then
wiimote.rumble = 1
wait 5 ms
wiimote.rumble = 0
endif
// PS. You most play the wiimote on side.
// Controls:
// Walk Up = Up
// Walk Down = Down
// Walk Left = Left
// Walk Right = Right
// Pause/Esc = Home (Home Icon)
// Sword Attack = Button 1
// Jump = Button 2
// Shot With your Pistol = B
// Enter = Minus
// Use Glove Punch = A
// Use the Lock In = Plus
// I hope you like it!
// [email protected]
Please, post if you like it or not.
(Bad with my english)







