| View previous topic :: View next topic |
| Author |
Message |
DomX
Joined: 17 Jul 2008 Posts: 14
|
Posted: Sun Jul 20, 2008 9:48 pm Post subject: |
|
|
| Who created the 64bit driver btw? (even though the controller still doesn't work) |
|
| Back to top |
|
 |
zalnam
Joined: 21 Jul 2008 Posts: 3
|
Posted: Mon Jul 21, 2008 5:05 am Post subject: |
|
|
Hello,
Has anyone tried Sixaxis + bluetooth with DMC4 ? On USB i had no problems, but on bluetooth the game doesn't recognize all the buttons although i configured the controls with DMC4Launcher.
Anyway thanks for BtSix, can't wait for a vers. with rumble support. |
|
| Back to top |
|
 |
rypaul
Joined: 22 Jul 2008 Posts: 39
|
Posted: Tue Jul 22, 2008 3:54 am Post subject: Ok here is my messy solution for buttons not working |
|
|
Ok I will explain briefly. PPJoy seems to allocate the buttons in a strange way. Basically DMC4 sees button 1 in PPJoy as nothing and button 2 as button 1, button 3 as 2, button 4 as 3 and so on and so on, you get the picture. So what i did was re-edit the controller profile in PPJoy and reassign all the buttons down one level so for button 2 mine says digital 0,
button 3 says digital 1, button 4 says digital 2 and so on. Only the buttons need fixing the POV and analog sticks seem fine. Also Btsix seems to swap the LR and thumb triggers and start and select buttons so instead of the buttons going from left to right they go right left. In other words digital 5 might be left trigger and digital 4 will be right trigger instead of the other way around. I used this info the manually remap the buttons in PPJoy based on the DMC4 controller type 6. The only other thing I had to change was to make the POV and XY setting look like the ones in the controller type 1 menu. Now DMC4 is singing and my emulators are now seeing all the buttons correctly. Hopefully the developer of BTSIX can swap the mappings for the triggers so the layout can match standard gamepads.
Last edited by rypaul on Tue Jul 22, 2008 5:06 am; edited 1 time in total |
|
| Back to top |
|
 |
ninjaxtasy
Joined: 22 Jul 2008 Posts: 1
|
Posted: Tue Jul 22, 2008 4:31 am Post subject: |
|
|
OK. So will I need (2) USB DONGLES to allow my BLUETOOTH headset to register sounds and the other to allow wireless PS3 controller?
If so, has anyone successfully done this? |
|
| Back to top |
|
 |
rypaul
Joined: 22 Jul 2008 Posts: 39
|
Posted: Tue Jul 22, 2008 4:42 am Post subject: Short answer is 95% yes |
|
|
It should work, I have one Bluetooth device controlling my peripherals using a WIDCOMM driver and the other using ftusb connected to the Controller
I always leave 5% for any software or hardware incompatibilities. |
|
| Back to top |
|
 |
Aekeri
Joined: 22 Jul 2008 Posts: 1
|
Posted: Tue Jul 22, 2008 4:33 pm Post subject: |
|
|
I know 89ron is coming out with rumble support for btsix but...
I still decided to figure out how to get it rumbling anyways... seeing how there's a lack of documentation here about it... (or am i just not looking in the right places?)
anyways, over usb:
sending this using HID_REQ_SET_REPORT, where x is a value between 0x0 - 0xF, will set the vibration accordingly...
| Code: |
00 00 00 FF x0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
command to send goes something like so: (using libusb)
| Code: |
usb_control_msg(
udev,
USB_TYPE_CLASS | USB_RECIP_INTERFACE,
HID_REQ_SET_REPORT,
0x201,
dev->config->interface->altsetting->bInterfaceNumber,
buffer, //above data goes here
21,
USB_CTRL_GET_TIMEOUT);
|
again i apologize if this is old news, its very new to me. |
|
| Back to top |
|
 |
zalnam
Joined: 21 Jul 2008 Posts: 3
|
Posted: Wed Jul 23, 2008 4:50 am Post subject: |
|
|
rypaul:
10x for the reply.
I can't get even the analog sticks to work properly.
Can you please put 2 pictures (or link if upload them somewhere) with your config: one from ppjoy (page>Configure mapping for buttons) and one from DMC4Launcher>Controls ?
Maybe it's useful to others. |
|
| Back to top |
|
 |
rypaul
Joined: 22 Jul 2008 Posts: 39
|
Posted: Wed Jul 23, 2008 6:12 am Post subject: Ok |
|
|
| Will do as soon as I get home from work in an hour. |
|
| Back to top |
|
 |
rypaul
Joined: 22 Jul 2008 Posts: 39
|
Posted: Wed Jul 23, 2008 8:34 am Post subject: |
|
|
Here are my mappings.
The first four pics are for a mapping that matches the standard windows gampad config eg. Logitech USB gamepad.
The second set are for those like me who use certain emulators that have problems with the POV diagonals. The second mappings simply map the POV buttons to regular joystick buttons.
The last pic is the DMC4 config.
I hope this helps.
NORMAL CONFIG
POV MAPPED TO BUTTONS
 |
|
| Back to top |
|
 |
Shadelancer
Joined: 11 Jul 2008 Posts: 3
|
Posted: Thu Jul 24, 2008 5:19 am Post subject: |
|
|
| ninjaxtasy wrote: | OK. So will I need (2) USB DONGLES to allow my BLUETOOTH headset to register sounds and the other to allow wireless PS3 controller?
If so, has anyone successfully done this? |
~Just wanted to reply quick, Im doing it right now. And yeah, you need two - I also use the widcomm bt stack. Works very well. Just sad that I lost the use of one BT dongle.... well, ok, not so sad. =) |
|
| Back to top |
|
 |
zalnam
Joined: 21 Jul 2008 Posts: 3
|
Posted: Thu Jul 24, 2008 5:39 am Post subject: |
|
|
rypaul: your NORMAL config + DMC4 settings work great, thanks a million ! ;)
After a few hours of trying different setups i thought it can't be done, but your setting does work. |
|
| Back to top |
|
 |
rypaul
Joined: 22 Jul 2008 Posts: 39
|
Posted: Thu Jul 24, 2008 6:01 am Post subject: No Prob. |
|
|
| Glad I could help. I am always happy to share knowledge that can be useful. |
|
| Back to top |
|
 |
coxroach1
Joined: 24 Jul 2008 Posts: 2
|
Posted: Thu Jul 24, 2008 10:30 pm Post subject: |
|
|
I am new to both this thread and this forum.
Firstly hello all :-)
i am desperate to get my PS3 controller workiong with my PC which runs Vista x64
Is this possable yet? |
|
| Back to top |
|
 |
rypaul
Joined: 22 Jul 2008 Posts: 39
|
Posted: Fri Jul 25, 2008 12:04 am Post subject: Not yet |
|
|
| No not at this time, apparently the developer does not have VISTA64 so he cannot write and test the program on it. Also the PPJoy progam which we use in conjunction with his software does not have a 64-bit version so it may take a long while |
|
| Back to top |
|
 |
coxroach1
Joined: 24 Jul 2008 Posts: 2
|
Posted: Fri Jul 25, 2008 12:10 am Post subject: |
|
|
| damn!. I love to play driving games and it is sooo much easier with a PS3 controller rather than keyboard |
|
| Back to top |
|
 |
Zaza
Joined: 27 Jul 2008 Posts: 22
|
Posted: Sun Jul 27, 2008 4:20 pm Post subject: |
|
|
| I don't have much experience with Bluetooth (I'll be buying my first dongle tomorrow) so pardon me if I ask some noobish questions. I was thinking of using Bluesoleil for my Bluetooth driver(?) and was wondering if I couldn't if I planned on using FreeBT and/or BTSix. Also does it matter what Bluetooth dongle I buy? Upon further reading I've found something else that seems unclear to me: Do I need to dedicate one Bluetooth dongle to the Sixaxis only? Meaning I'd need to buy two dongles one for the Sixaxis and another for other Bluetooth devices. Thanks. |
|
| Back to top |
|
 |
phoenon
Joined: 22 May 2008 Posts: 23
|
Posted: Sat Aug 02, 2008 5:26 pm Post subject: 4 Sixaxis?? |
|
|
Has anyone tried more than 2 SixAxis?? I just can make work 2...
Any other report?
thank you... |
|
| Back to top |
|
 |
turo_yee
Joined: 02 Aug 2008 Posts: 1
|
Posted: Sat Aug 02, 2008 10:58 pm Post subject: |
|
|
| There is a way to make this work on Windows XP x64? Thanks. |
|
| Back to top |
|
 |
Alex_live
Joined: 29 Jul 2008 Posts: 5
|
Posted: Sun Aug 03, 2008 5:56 am Post subject: |
|
|
Hi everyone, nice to meet you.
I'm new here so excuse me if I put an idiotic question:)
I have windows xp (not x64) and whatever i try that i find here on this thread....I get the same result....no response from the controller.
First I tried using BTsix....but I think my dongle isn't compatible and that's why (even though it connects) the pc does not read the buttons or the axis.
Then I tried the solution with the USB cable on the first post here....but even though ps3sixaxis_en does work....the pc still does not respond to the buttons.
Can anyone help me please?
Thanks a lot. |
|
| Back to top |
|
 |
speedFR
Joined: 03 Aug 2008 Posts: 1
|
Posted: Sun Aug 03, 2008 8:57 pm Post subject: Re: 4 Sixaxis?? |
|
|
First thank you ferry much your program works perfect with my sixaxis controller.
| phoenon wrote: | Has anyone tried more than 2 SixAxis?? I just can make work 2...
Any other report?
thank you... |
I tried to connect three of them, but the thirth one doesn't want to connect. To make sure it wasn't the controller I also tried to connect them in a different order but I still got no more than two of them connected at the same time. I used BtSix.0.5.0.5b(http://bqron.free.fr/PS3/BT/.BETA/). |
|
| Back to top |
|
 |
mohbana
Joined: 08 Jun 2008 Posts: 13
|
Posted: Sun Aug 03, 2008 11:18 pm Post subject: Re: Not yet |
|
|
| rypaul wrote: | | No not at this time, apparently the developer does not have VISTA64 so he cannot write and test the program on it. Also the PPJoy progam which we use in conjunction with his software does not have a 64-bit version so it may take a long while |
Can't someone just email him and ask to get it ported? |
|
| Back to top |
|
 |
Tindytim
Joined: 03 May 2008 Posts: 18
|
Posted: Mon Aug 04, 2008 12:13 am Post subject: Re: Not yet |
|
|
I posted a tut for setting up and controller and button mapping on page 5 is anyone is having any issues.
| mohbana wrote: | | rypaul wrote: | | No not at this time, apparently the developer does not have VISTA64 so he cannot write and test the program on it. Also the PPJoy progam which we use in conjunction with his software does not have a 64-bit version so it may take a long while |
Can't someone just email him and ask to get it ported? |
It's not something he can magically do. It would take a lot of work, and if he doesn't have the OS himself, or a 64-bit processor he can't even test it.
Not only is that asking him to use 64-bit libraries he may not be familiar with, but programming for a different operating system. |
|
| Back to top |
|
 |
Aky
Joined: 13 Jul 2008 Posts: 3
|
Posted: Mon Aug 04, 2008 4:24 am Post subject: |
|
|
I am now a Vista 64 user, so my Dual Shock 3 doesn't work anymore (i used it with USB cable)
But something weird is that Vista 64 recognize the controller, but buttons doesn't work, it doesn't recognize when we use them...
(So, if one day a programmer know how to make it work on Vista 64... thanks :D) |
|
| Back to top |
|
 |
phoenon
Joined: 22 May 2008 Posts: 23
|
Posted: Mon Aug 04, 2008 5:27 am Post subject: |
|
|
Drivers under Windows 64 must be signed by microsoft. Then is just not a question of coding the freebt. Even the driver works we need PPjoy x64. Perhaps you should talk with PPjoy Autor (Deon) There's nothing to do without that.
This two things are needed for x64, and of course the port of 89ron's BtSix... |
|
| Back to top |
|
 |
Alex_live
Joined: 29 Jul 2008 Posts: 5
|
Posted: Mon Aug 04, 2008 6:57 am Post subject: |
|
|
hey, guys....I solved my problem and now my sixaxis works
but i have another problem
Whenever I play fifa 08 and Overlord: Rising Hell (on these 2 games i've seen....it might be a problem in other games as well) the square (digital 0) does not respond....you think you have any sollutions, please?
Thanks :) |
|
| Back to top |
|
 |
a0a0
Joined: 04 Aug 2008 Posts: 2
|
Posted: Mon Aug 04, 2008 9:18 am Post subject: |
|
|
When we can find sixaxis moviment in a version of btsix?
Exuse me for my bad english :( |
|
| Back to top |
|
 |
DomX
Joined: 17 Jul 2008 Posts: 14
|
Posted: Tue Aug 05, 2008 5:43 am Post subject: |
|
|
| phoenon wrote: | Drivers under Windows 64 must be signed by microsoft. Then is just not a question of coding the freebt. Even the driver works we need PPjoy x64. Perhaps you should talk with PPjoy Autor (Deon) There's nothing to do without that.
This two things are needed for x64, and of course the port of 89ron's BtSix... |
One could easily enable an option that allows unsigned drivers.
Is PPjoy even needed for connection via USB? |
|
| Back to top |
|
 |
a0a0
Joined: 04 Aug 2008 Posts: 2
|
Posted: Tue Aug 05, 2008 9:42 am Post subject: |
|
|
| 89RON, can you add an option for autostart in trayicon ? |
|
| Back to top |
|
 |
Aky
Joined: 13 Jul 2008 Posts: 3
|
|
| Back to top |
|
 |
mohbana
Joined: 08 Jun 2008 Posts: 13
|
Posted: Wed Aug 06, 2008 9:24 pm Post subject: |
|
|
I've got a feeling we're going to have a working ps3 controller on vista 64bit soon, the only thing lefts only require ports. |
|
| Back to top |
|
 |
|