| View previous topic :: View next topic |
| Author |
Message |
kunalkunal2
Joined: 13 Dec 2006 Posts: 279
Digg It |
Posted: Sat Feb 03, 2007 1:53 pm Post subject: Better IR Movement Idea (I think I found Something) |
|
|
Well, so Far I've seen the WinnRemote has the best IR movement, (Correct me if I am wrong). So what I tried to do is read the Config.Ini Setting from WinnRemote and seeing what will happen if I ran it in GlovePie. HopeFully I thought I would Find some special Ir movements and this is what I got
| Code: |
// config.ini
// Imported from WiinRemote
var.BaseX = 11
var.BaseY = 40
var.BaseZ = -10
var.dummy = Wiimote.Up
var.dummy = Wiimote.Down
var.dummy = Wiimote.Right
var.dummy = Wiimote.Left
Mouse.RightButton = Wiimote.A
Mouse.LeftButton = Wiimote.B
bksp = Wiimote.Home
enter = Wiimote.Plus
Mouse.RightButton = Wiimote.Minus
tab = Wiimote.One
enter = Wiimote.Two |
Do you thing the BaseX, BaseY, BaseZ, can be any useful information to get better IR movements? Sorry If I am Wrong, I don't have to much experience with IR scripts.
And one more Question
Carl, how come it says "// Imported from WiinRemote" Was their really the script within and you modifyed it? _________________ Check out my collection of my wii script's
freewebs.com/kunalkunal2 |
|
| Back to top |
|
 |
EcXForce
Joined: 06 Feb 2007 Posts: 5
Digg It |
Posted: Mon Feb 26, 2007 4:41 am Post subject: |
|
|
From what I read in the WiinRemote source is [ BaseX/Y/Z ] are used for IR/Motion calibration. I'll look more into it and see if I can come up with something.  |
|
| Back to top |
|
 |
CarlKenner Site Admin
Joined: 29 Nov 2006 Posts: 614
Digg It |
Posted: Mon Feb 26, 2007 1:40 pm Post subject: |
|
|
Yeah sorry, I never finished the WiinRemote import feature. Currently it only imports the button assignments. You may have better luck looking at the WiinRemote source code.
GlovePIE can load a variety of different file types and convert them to glovepie scripts. But in most cases it doesn't do a very complete job. |
|
| Back to top |
|
 |
kunalkunal2
Joined: 13 Dec 2006 Posts: 279
Digg It |
Posted: Tue Feb 27, 2007 1:49 am Post subject: |
|
|
Alright, so I got the source code, opened it with glovepie, found a lot of unsupported stuff, so now what? _________________ Check out my collection of my wii script's
freewebs.com/kunalkunal2 |
|
| Back to top |
|
 |
|