| View previous topic :: View next topic |
| Author |
Message |
Jamano
Joined: 15 Apr 2007 Posts: 2 Location: Rome
Digg It |
Posted: Mon Apr 16, 2007 2:11 pm Post subject: Some questions... |
|
|
Hi everyone. Fist post.
1) Can anybody explain me how does the mouse work in games...
I mean: why using wiimote or a general glovepie mouse-script the mouse is not recognised?
2) So, wich are the right scripts for emulating a mouse in a videogame
3) What script should i use for using wiimote as a second analog?
4) Ok, last question: anyone that knows a good script for Prince of Persia? |
|
| Back to top |
|
 |
SwedishFrog Site Admin

Joined: 25 Jan 2007 Posts: 273 Location: New York
Digg It |
Posted: Mon Apr 16, 2007 3:09 pm Post subject: |
|
|
1 & 2- some games require that the mouse messages be sent thru directinput (ex: mouse.directinputX = something). Most fps scripts use this method now.
3- There's a bunch of ways to do this -- please be more specific.
4- I dunno sorry. |
|
| Back to top |
|
 |
TiagoTiago
Joined: 20 Jan 2007 Posts: 710 Location: Brasil
Digg It |
Posted: Mon Apr 16, 2007 3:18 pm Post subject: Re: Some questions... |
|
|
| Jamano wrote: | Hi everyone. Fist post.
1) Can anybody explain me how does the mouse work in games...
I mean: why using wiimote or a general glovepie mouse-script the mouse is not recognised?
|
most games use the mouse in absolute mode while windows usually uses it in relative mode, with gpie usually for games it is better to use the directinput thing instead of the regula rmouse commands
| Quote: |
2) So, wich are the right scripts for emulating a mouse in a videogame
|
depends on the game, usually yo would use scripts with direct input like I said above
| Quote: |
3) What script should i use for using wiimote as a second analog?
|
second analog? you mean as somthing like a game controler (joysticks and alike)? you will need ppjoy, I think the wiki might have some info on that if not the forums should have plenty
| Quote: |
4) Ok, last question: anyone that knows a good script for Prince of Persia? |
I haven't seen any yet.... _________________ please put the scripts on the wiki so they dont get lost as new stuff is posted!
phpBB doesnt like me,somtimes it will forget to warn me about new replies to threads I asked it to,if you see a thread I should have responded, could please email me? |
|
| Back to top |
|
 |
Jamano
Joined: 15 Apr 2007 Posts: 2 Location: Rome
Digg It |
Posted: Mon Apr 16, 2007 3:49 pm Post subject: |
|
|
Thanks guys!
So then, i suppose wiiinremote does not work like this.... correct? |
|
| Back to top |
|
 |
|