..:: PCSX2 Forums ::..

Full Version: XInput Wrapper for DS3 and Play.com USB Dual DS2 Controller
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510
I have a laptop with Windows 8.1 x64 (Thinkpad T440s), I have installed the SCP (and the update) while using an "Energy Sistem" branded usb dongle so the output of the installer says that installed all components including the Bluetooth driver.

Code:
SUCCESS - Virtual Bus Created
INFO    - ENTER:  DriverPackageInstallW
INFO    - Looking for Model Section [SCProductions.NTamd64]...
INFO    - Installing INF file 'C:\Users\-\Downloads\SCP-DS-Driver-Package-1.2.0.160 (1)\ScpServer\bin\System\ScpVBus.inf' (Plug and Play).
INFO    - Looking for Model Section [SCProductions.NTamd64]...
INFO    - Installing devices with Id "root\ScpVBus" using INF "C:\Windows\System32\DriverStore\FileRepository\scpvbus.inf_amd64_21ca245c0e23d7a5\ScpVBus.inf".
INFO    - ENTER UpdateDriverForPlugAndPlayDevices...
SUCCESS - RETURN UpdateDriverForPlugAndPlayDevices.
INFO    - Installation was successful.
SUCCESS - Install completed
INFO    - RETURN: DriverPackageInstallW  (0x0)
INFO    - ENTER:  DriverPackageInstallW
INFO    - Looking for Model Section [SCProductions.NTamd64]...
INFO    - Installing INF file 'C:\Users\-\Downloads\SCP-DS-Driver-Package-1.2.0.160 (1)\ScpServer\bin\System\BthWinUsb.inf' (Plug and Play).
INFO    - Looking for Model Section [SCProductions.NTamd64]...
INFO    - Installing devices with Id "USB\VID_0A12&PID_0001&REV_1120" using INF "C:\Windows\System32\DriverStore\FileRepository\bthwinusb.inf_amd64_bb65126544cdaf87\BthWinUsb.inf".
INFO    - ENTER UpdateDriverForPlugAndPlayDevices...
SUCCESS - RETURN UpdateDriverForPlugAndPlayDevices.
INFO    - Installation was successful.
SUCCESS - Install completed
INFO    - RETURN: DriverPackageInstallW  (0x0)
INFO    - ENTER:  DriverPackageInstallW
INFO    - Looking for Model Section [SCProductions.NTamd64]...
INFO    - RETURN: DriverPackageInstallW  (0xE000020B)
INFO    - SCP DS3 Service Started.

Install Succeeded. [Reboot Required]

-- Install Summary --
SCP DS3 Service
Bus Device
Bus Driver
Bluetooth Driver

[attachment=54087]

I have another bluetooth in the laptop which I disabled/enabled, the driver installer will not recognize it (and Zadig did not help). However the USB dongle connectad seems to be somehow recognized. I can even send "vibration" signals but then the pad does not work.

I have read that it can be the dongle is not compatible:

"If ScpMonitor shows status remaining at "BTH 00000000 None" it indicates that the dongle is not reading EDR packets properly." which is my case.

[attachment=54084]

Also, I see the "pair" icon is grayed out

[attachment=54085]

I can send "both" and make the pad to vibrate but it does not work. I have tried to use Zadig version 2.0.1 (build 159) but it did not work.

If I use the pad connected using USB it works perfectly.

Any ideas about the issue, is there a way to fix the bluetooth dongle ? if I use the laptop bluetooth even if it is not detected by the driver installer (and use Zadig) is supposed to work ?

Or is it that the dongle USB / laptop are not compatible ?
Hello,

Sorry if the question has been already asked because this is a long thread.

Is it possible to support 3rd party ps3 controller ?
(02-12-2015, 05:58 PM)Kamenrider1 Wrote: [ -> ]does the emulator auto detect then?

so i need to get the drivers because i can make heads or tails from that first post i use windows 7 if some one could tell me what i need to do without all the techno babble I'd really appreciate it
I tried getting everything setup on Windows 7, and funny enough it DID work at first (I think), but then I updated the SCP program to the latest version (I had an old version from a YouTube video description URL) and it stopped working with bluetooth. I even tried different drivers on my Bluetooth USB stick and that didn't work either. So... I bought a 10ft mini-USB cable because screw it.

That aside, I also use an actual 360 controller on my computer and many games don't recognize a controller being plugged in unless it's in the Player 1 slot (Tell Tale's various adventure games for example.) Short of rebooting my computer or uninstalling the entire program is there any way to remove a PS3 controller from its "reserved" status?
Is it normal to get wireless connection with DS3 only if SCP Monitor is running?
Hello everyone

I throw myself at the mercy of the infinitely wise devs and troubleshooters on this thread to see if they can pinpoint some issues I am having when trying to use this tool. I am by no means technically illiterate, and I have a rough idea how this allows me to use my DS3 and a generic BT dongle to work, however I keep failing at the final hurdle.

So, I appear to follow all of the steps absolutely fine. I can get my DS3 to pair to my dongle without any issues, and even when it's connected and I use the controller properties, I can see all the buttons and analogue sticks are working without any issue. However, I cannot say I am having the same luck when playing games in Steam. For example, I have recently bought the Resident Evil HD, and I do have partial functionality with my controller as I play over my BT connection. However, the level of functionality varies massively, with each variation lasting several seconds at a time. These variations include: Working flawlessly and responding perfectly, sticking buttons (so I tap the left analogue stick to move left, but I end up running in circles for a few seconds) and not responding at all. So over a period of a minute I can experience all of the afore mentioned issues.

My DS3 controller works with no issues when I am wired, so I have ruled out that as the cause and lead to believe this is a dongle compatibility issue. Also, I have updated my Bluetooth drivers using the Zadig tool, and I am up-to-date. My dongle is a fairly cheap generic model, and unfortunately I am unable to determine whether-or-not it is on the compatibility list on post #1 - if it helps, this is the model, CSR8510 A10. Finally, I cannot seem to replicate this issue with the controller properties dialog box, and all the input is working as it should. The issues only appear in game! Huh

Furthermore, when my controller is plugged in via USB, it appears as the "PS3 controller" under the "Devices and Printers" section (with SCP as manufacturer and driver). It is also present under the "Universal Serial Bus devices" list in "Device Manager". When I unplug the USB cable, and my DS3 subsequently connects to my BT Dongle, I cannot locate the PS3 controller anywhere. That being said, my Xbox 360 controller option remains, and when right clicking > game controller settings > properties> test tab, the input from my ds3 is shown to be working with no issues.



Sorry if this is rather long winded - I just wanted to provide you with all the details I can . Can anybody shed any light on what is going on? Do I need to buy a more reputable / sturdy BT dongle?

I really appreciate any help or suggestions on rectifying this. I am so close to being able to play my games via BT, and it only partially working is really driving me insane.


Wanton
Hi there,

does anyone else have problems with SCP-DS3-Driver-Package in games with enabled Force feedback and when playing with wired DS3 gamepad (9 feet USB cable)?

I have no probs whatsoever in games with no force feedback, or in games where I can deactivate force feedback feature.
But if a game has enabled force feedback, i can play it for a while and the force feedback features seems to be working at first, but then the gamepad randomly stops working and starts to vibrate constantly, not accepting any inputs (bottoms or directional).
I need to unplug usb cable from the pad (the ds3 pad will still continue to vibrate when disconnected) and then plug the usb cable back in (ds3 pad stops vibrating and works for a while, until the problem reoccurs :/).

I tried different DS3 pads, different usb ports (USB2 and UBS3), but the problem still persists.
Strangely the problem occurs only with longer USB cables (9 feet / 3 meters), with short usb cables (1 meter) I don't have this prob.
My Xbox360 and PS2 Dualshock2 (with adapter) controllers do work with 9 feet usb cable with no probs...
Anyone knows how to fix it?


Also thanks a lot Scarlet.Crush for this great tool.
(02-16-2015, 09:38 PM)neojam Wrote: [ -> ]Hi there,

does anyone else have problems with SCP-DS3-Driver-Package in games with enabled Force feedback and when playing with wired DS3 gamepad (9 feet USB cable)?

I have no probs whatsoever in games with no force feedback, or in games where I can deactivate force feedback feature.
But if a game has enabled force feedback, i can play it for a while and the force feedback features seems to be working at first, but then the gamepad randomly stops working and starts to vibrate constantly, not accepting any inputs (bottoms or directional).
I need to unplug usb cable from the pad (the ds3 pad will still continue to vibrate when disconnected) and then plug the usb cable back in (ds3 pad stops vibrating and works for a while, until the problem reoccurs :/).

I tried different DS3 pads, different usb ports (USB2 and UBS3), but the problem still persists.
Strangely the problem occurs only with longer USB cables (9 feet / 3 meters), with short usb cables (1 meter) I don't have this prob.
My Xbox360 and PS2 Dualshock2 (with adapter) controllers do work with 9 feet usb cable with no probs...
Anyone knows how to fix it?


Also thanks a lot Scarlet.Crush for this great tool.

Having the same issues. Launch SCP Monitor, then go to Configuration and disable rumble. But still it can deactivates sometime/
I've been trying to get my PS3 controller to work with my PC via. Bluetooth for two days now... Tried everything (MotionInJoy, Better DS3, etc. & now THIS) & still does not work. The remote itself is functional, everything works, tested with various programs & also now SCPUser program.

When I try to start "ScpDriver.exe" it just crashes... and shows ".. has stopped working".

My PC specs: http://foorum.hinnavaatlus.ee/profile.ph...le&u=20416
My dongle: http://www.trust.com/en/all-products/155...sb-adapter aka. "USB\VID_0A5C&PID_2148"
.net Framework 4.5.2
XBOX controller drivers from OP.

I did everything from zero according to the instructions.

What I did before installing this:
-uninstalled MIJ, etc.
-uninstalled the drivers for bluetooth & reinstall them (does it automatically via. windows)
-restarted
-followed instructions

also tried this: https://www.youtube.com/watch?v=V6DyJfdc8OI ,even though I didn't have the "unlock" option, etc.

all i want is for the remote to work via. bluetooth ;D
hi can anyone help me with swapping Axis to D-Pads in Virtua Tennis 4
i mean when i play this game it only works with Axis and i want to play with D-Pad can this be done
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510