| View previous topic :: View next topic |
| Author |
Message |
thomasamoth
Joined: 17 Mar 2008 Posts: 7
Digg It |
Posted: Mon Mar 17, 2008 4:16 pm Post subject: WIIDOWS IS OPEN ! ! !! |
|
|
Hi !
I've just finish WIIDOWS
You can visit here : wiidows.fr
A Wii is too expensive, you don't want to spend all your money, but you want to take advantage of functions offered by the incredible wiimote and his nunchuk!
Wiidows is the first Site which will include tutorials videos, the latest scripts made by jeromote, videos scripts using in the ultimate games and newest
Have you ever wanted to play Crysis, Call of duty 4, Assassin's Creed and the others games with the exellent playablility offered by the wiimote and the graphism of a PC, go ahead and visit wiidows as well as his forum into the site
The team Wiidows ! |
|
| Back to top |
|
 |
Melchio
Joined: 07 Jun 2007 Posts: 28 Location: Italy,Prato
Digg It |
|
| Back to top |
|
 |
thomasamoth
Joined: 17 Mar 2008 Posts: 7
Digg It |
Posted: Tue Mar 18, 2008 12:55 pm Post subject: |
|
|
Witch game did you test??
That's work because HL2 is a mouse emulation (x; y )
And our script is a direct imput (x; y )
And almost game run with that !
friendly |
|
| Back to top |
|
 |
Melchio
Joined: 07 Jun 2007 Posts: 28 Location: Italy,Prato
Digg It |
Posted: Tue Mar 18, 2008 10:10 pm Post subject: |
|
|
| thomasamoth wrote: | Witch game did you test??
|
with the script that works in HL2 i have test
Halo
Fear
Swatt4
Metal Of Honor Pacific Assoult
but with all games that scripts don't works....i try to use your Ir mouse part of script and works...i have see that the only different from HL2 Ir script an your is this:
| Code: | If Wiimote.A = True Then
var.speedX = var.speedX * var.zoom
var.speedY = var.speedY * var.zoom
Else
var.speedX = var.speedX * var.speed
var.speedY = var.speedY * var.speed
EndIf |
without this part the scirp works with all games....incredible..with your script and your site now i can play every FPS i want to play with wiimote and nunchuk like metroid 3 or HL2 mod _________________ My band's site..RaPeSlosH
My sweet drums... |
|
| Back to top |
|
 |
jeromote

Joined: 19 Mar 2008 Posts: 66
Digg It |
Posted: Wed Mar 19, 2008 2:14 am Post subject: |
|
|
the Cod4 script is a Modified script hl2 (I have just removed the lines that I did not need).
For the other script I change the hl2 script
lines hl2 script
If abs(var.speedX) > 0 Then Mouse.CursorPosX = Mouse.CursorPosX + (var.speedX * var.multX)
If abs(var.speedY) > 0 Then Mouse.CursorPosY = Mouse.CursorPosY + (var.speedY * var.multY)
If abs(var.lastX) > 1 Then Mouse.CursorPosX = Mouse.CursorPosX + var.lastX
If abs(var.lastY) > 1 Then Mouse.CursorPosY = Mouse.CursorPosY + var.lastY
lines change in new script
If abs(var.speedX) > 0 Then mouse.DirectInputX = mouse.DirectInputX + (var.speedX * var.multX)
If abs(var.speedY) > 0 Then mouse.DirectInputY = mouse.DirectInputY + (var.speedY * var.multY)
If abs(var.lastX) > 1 Then mouse.DirectInputX = mouse.DirectInputX + var.lastX
If abs(var.lastY) > 1 Then mouse.DirectInputY = mouse.DirectInputY + var.lastY
Most games running in directinput,
I hope you enjoy it. |
|
| Back to top |
|
 |
Melchio
Joined: 07 Jun 2007 Posts: 28 Location: Italy,Prato
Digg It |
Posted: Wed Mar 19, 2008 2:33 pm Post subject: |
|
|
| jeromote wrote: | the Cod4 script is a Modified script hl2 (I have just
Most games running in directinput,
I hope you enjoy it. |
so, you think is for that some games don't works with HL2 script?
with HL2 script i have play many games,with some change in button nut with the same Ir parts...in other games like swat 4 or farcry this Ir parts don't work
but...Thomas script is perfect!!!!  _________________ My band's site..RaPeSlosH
My sweet drums... |
|
| Back to top |
|
 |
thomasamoth
Joined: 17 Mar 2008 Posts: 7
Digg It |
Posted: Wed Mar 19, 2008 3:53 pm Post subject: |
|
|
Hey !
You can download the other script at : http://wiidows.fr
So it isn't me i have done the scipts ! It's Jéromote
well ... Please let a message in the "livre d'or" in the site !
(nearly i 'll make a english version of the site ) |
|
| Back to top |
|
 |
|