..:: 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
Hi @Scarlet.Crush
I hope You will be able to help me...
I hate tto bump,But I still need some help on Dsk mapper tool..

I was wondering if there is a way to map scrolling wheel behaviour and middle mouse click to some of the DS3 buttons.

Also,
how can i give use to the select and start buttons?
I would like to add a keybind to run/close a program I use often..

Thank You!

(04-03-2014, 09:46 PM)Scarlet.Crush Wrote: [ -> ]1.2.2.175 Update Notes

ScpControl.dll
1. Added ScpTimer class, high resolution timer.
2. Added ScpPadState base class, for use in Samples.
3. Added ThemeUtil, KbmPost and RegistryProvider utility classes.
4. Modified UsbDevice and BthDevice classes to use ScpTimer.
5. Modified ScpProxy to remove memory allocations.
6. Added ScpProxy method to identify whether Native Feed is enabled/disabled on the server.

ScpMonitor.exe, ScpServer.exe, ScpPair.exe
1. Modified to use utility classes within ScpControl.dll.
2. Modified keyboard focus cues and tab order.

ScpPad2Key.exe
1. Renamed to GtaMapper.exe, please delete old ScpPad2Key.exe.
2. Renamed GtaPadState to GamePadState and use ScpPadState as base class.
2. Modified to use utility classes within ScpControl.dll.
3. Modified keyboard focus cues and tab order.
4. Added saving/loading of options to/from the Registry.

Samples
1. D3Mapper.exe - mapper for Doom 3, game with no native GamePad support.
2. GtaMapper.exe - mapper for GTA III / Vice City, game with partial GamePad support.
3. DskMapper.exe - mapper for use on the Desktop, provides commonly used functionality.

The samples are an investigation into the use cases for a generic configurable application which provides Pad -> Keyboard/Mouse functionality. Feedback is welcome on what you would like to see implemented or any developer features in the base classes provided.

D3Mapper Key Binding
1. Right Stick -> Mouse Movement
2. Left Stick -> WASD
3. R2 -> Left Mouse Button
4. L2 -> Middle Mouse Button
5. Circle -> Right Mouse Button
6. R1 -> ]
7. L1 -> [
8. PS -> Escape
9. Cross -> End
10. Square -> C
11. Triangle -> R

GtaMapper Key Binding
1. Right Stick -> Mouse movement
2. PS -> Escape
3. R2 -> PageUp
4. L2 -> PageDown
5. TouchPad-> Insert. [DS4 only - InGame Default for change Radio Station]

Mouse Buttons Enabled
6. R1 -> Left Mouse Button
7. L1 -> Right Mouse Button

Cheats Enabled
8. DPAD_Up -> Weapons Cheat. [gunsgunsguns for III, professionaltools for VC]
9. DPAD_Right -> Armour Cheat.
10. DPAD_Down -> Wanted Level Down.
11. DPAD_Left -> HP Cheat.

DskMapper Key Binding
1. Right Stick -> Mouse Movement
2. DPAD -> Cursor Keys [w/ auto-repeat]
3. R1 -> Left Mouse Button
4. L1 -> Right Mouse Button
5. Cross -> Enter
6. Circle -> Escape
7. Square -> Tab
8. Triangle -> Spacebar
9. R2 -> PageUp
10. L2 -> PageDown

To Toggle between the above being Enabled/Disabled
DS3 : PS + Start
DS4 : TouchPad
Hi! Do you have any plans on adding a "Hide DS4" mode like the one used in DS4Tool? Sucks having to completely uninstall this and install DS4Tool every time I want to play a game that has the dual input issue Sad
Hi I've got DS4Tool and XInput installed on my laptop.
DS4Tool to run my DS4 Controller and XInpu for my DS3 controller.
When I run both at the same time, my laptop treats both as controller 1. How do I set up my PS3 Controller as controller #2?
Hi, just wondering what USB Bluetooth adapter should I get to use with the DS4?
The onboard Bluetooth on my motherboard doesn't really like the DS4, though it works fine with my DS3.
Would also like to second turboguard's suggestion above, I haven't run into it being an issue yet personally but I know Dark Souls really screws up with this and I'll be playing that soon enough.
Hi, I constantly get a BSOD when after installing the XInput Wrapper. I previously used MiJ which also gave me BSOD but they were a lot less frequent.
I'm currently using a SIXAXIS DS3, not using Bluetooth (cable only) and the controller worked before installing XInput. I used MiJ before but much of the online advice was to go to the painful and long procedure of uninstalling the software and myriad of drivers it installed all over the system. With MiJ I got a much less frequent BSOD when I was playing, but with XInput, I get the 5 mins after installing the drivers.
I have already uninstalled the drivers (ScpVBus.sys) for safety issues. Weird thing is, SCPServer detects the controller (as shown in pic) and SCPMonitor recognizes it too (when SCPServer is open).
I attach with this replay, a picture of the issue and the log files of SCP.
Finally, I cannot open scpuser.exe because there's msvcp120.DLL file missing. So I cannot follow the final steps in post #2277 steps. (ScpServer the counter for Pad 1 is incrementing but cannot verify that you can see button presses & axis changes in ScpUser.)
When i run the installation it only installs the bus driver and the DS3 USB driver. Im running by cable. After the installation i cant use the controller in any games. I attached the log so you can take a look at it.
(07-07-2014, 01:20 AM)fa988 Wrote: [ -> ]When i run the installation it only installs the bus driver and the DS3 USB driver. Im running by cable. After the installation i cant use the controller in any games. I attached the log so you can take a look at it.

Make sure you unblock ScpService.exe in its properties. You won't get asked about that automatically.
Can anyone explain why ScpService is sending information out to the internet?

http://i.imgur.com/C5GMJGj.png
I installed the program and have it working properly for me except on GTA SA where none of the buttons work.. could anyone help me?
(07-07-2014, 04:43 AM)grevenilvec75 Wrote: [ -> ]Can anyone explain why ScpService is sending information out to the internet?

http://i.imgur.com/C5GMJGj.png

It's not, it's sending information to 127.0.0.1 e.g. Localhost(loopback adapter). Not the Internet. Your own PC. Dunno why though.
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