..:: PCSX2 Forums ::..
Register | Help | Log In |
Register PCSX2 Site Forums Member List Donate View Today's Posts Search

Current time: 03-16-2010, 03:24 AM Hello There, Guest! (Login — Register)

..:: PCSX2 Forums ::.. / Plugins / Discussion and support / LilyPad 0.10.0

1 user browsing this thread: (0 members, and 1 guest).

Pages (45): « Previous 1 ... 40 41 42 43 44 ... 45 Next »
Post Reply 
 
Thread Rating:
  • 25 Votes - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
LilyPad 0.10.0
Author Message
Tetsero Offline
Void
**

Posts: 60
Joined: Mar 2009
Location: Here
Post: #411
RE: LilyPad 0.10.0
Well I always thought I had a DS3 because I heard Six-Axis doesn't support vibration even in PS3 games, yet mine vibrates during games but it doesn't have the DS3 brand. ah oh well, thanks Smile

Currently Playing on PCSX2: Star Ocean: Till the End of Time
AMD Athlon 64 X2 3600+ @ 2.1 Ghz and Nvidia GeForce 6150 LE (Playable isn't full speed)
10-11-2009 11:03 PM
Find all posts by this user Quote this message in a reply
ChickenLiver Offline
Plugin Author
*****

Posts: 260
Joined: Dec 2008
Location:
Post: #412
RE: LilyPad 0.10.0
If it vibrates during PS3 gameplay, it's a DS3, regardless of whether the controller is labeled as such or not.
10-11-2009 11:59 PM
Find all posts by this user Quote this message in a reply
vsub Offline
Posting Freak
****

Posts: 1.167
Joined: Feb 2009
Location:
Post: #413
RE: LilyPad 0.10.0
Is there is some way or switch that can switch my D-Pad and Left Analog settings by pressing some button.The reason for this is because I have problems with my left analog and when I start some game that requires the directions that are set to the left analog I have to go to LilyPad settings and reconfigure my controller.

P4 2.8GHz,6600GT,1024 RAM
10-16-2009 03:11 PM
Find all posts by this user Quote this message in a reply
GothicIII Offline
Junior Member
*

Posts: 26
Joined: Jan 2009
Location:
Post: #414
RE: LilyPad 0.10.0
I want to make a request:

Is there a possibility to improve the analysis of gamepads? I mean the stuff, that saves the controler bindings. It would be just great, if I could choose weither or not the gamepads are attached or not instead of the automatic one. I have the problem when I switch between my operating systems (Vista/7/XP), I need to configure all Gamepads again, when I start PCSX2. This costs pretty much time, when you have 4 or more Gamepads+Multitab to configure-.- (I think it has something to do with detecting the usb-ports, because the hardware and slots are the same, but some serial-number or smth. does not match between OSs and Lilypad cant find the device anymore)

If nobody can handle this -or just dont has time-, its ok, just wanted to mention this.

EDIT: Okay, I found the main-problem. Maybe its a bit wiser to find an other way to check for same devices. Only the InstanceID does not match and 50% from it are random-ganerated numbers and the other site of it is the HwID
(This post was last modified: 10-26-2009 12:42 PM by GothicIII. Edit Reason: )
10-26-2009 12:31 PM
Find all posts by this user Quote this message in a reply
Bositman Offline
Angel of Death
********

Posts: 5.502
Joined: Aug 2005
Location: Athens,Greece
Post: #415
RE: LilyPad 0.10.0
You could use the load/save bindings feature. I asked Chickeliver before about this issue and it's close to impossible to keep the settings while changing OS. But saving/loading the bindings *should* work

[Image: newsig2.jpg]
10-26-2009 12:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply
GothicIII Offline
Junior Member
*

Posts: 26
Joined: Jan 2009
Location:
Post: #416
RE: LilyPad 0.10.0
Okay, maybe you could check this:

Ive got 2 absolut identically USB-Converter and here are the values that do not match between eachother

-objectname of the physical device (\Device\00000080 & *\0000008b)
-busnumber (00000002 & *4)
-adress (00000004 & *5) -> Smth to do with USB-Port?
-Basiccontainer ID/Container ID -> Thats what Lilypad is using!
-superior(?) (USB\VID_0E8F&PID_0003\5&4a03a84&0&4 & *5)

Basicly the idea is pretty good to use the ContainerId. And yes you are right, its impossible to keep settings between OS (except you would use HWIDTongue).
The 2nd issue is when you plug the same device in, they mix eachother. So if you think, you're using controller 1 all the time and you plug in a 2nd one, your controller can change to controller #2 or #3

I'll check it out if the objectname is a brandmarked serialnumber of a device or not=\
Maybe this will help^^
10-26-2009 02:21 PM
Find all posts by this user Quote this message in a reply
ChickenLiver Offline
Plugin Author
*****

Posts: 260
Joined: Dec 2008
Location:
Post: #417
RE: LilyPad 0.10.0
(10-26-2009 02:21 PM)GothicIII Wrote:  Okay, maybe you could check this:

Ive got 2 absolut identically USB-Converter and here are the values that do not match between eachother

-objectname of the physical device (\Device\00000080 & *\0000008b)
-busnumber (00000002 & *4)
-adress (00000004 & *5) -> Smth to do with USB-Port?
-Basiccontainer ID/Container ID -> Thats what Lilypad is using!
-superior(?) (USB\VID_0E8F&PID_0003\5&4a03a84&0&4 & *5)

Basicly the idea is pretty good to use the ContainerId. And yes you are right, its impossible to keep settings between OS (except you would use HWIDTongue).
The 2nd issue is when you plug the same device in, they mix eachother. So if you think, you're using controller 1 all the time and you plug in a 2nd one, your controller can change to controller #2 or #3

I'll check it out if the objectname is a brandmarked serialnumber of a device or not=\
Maybe this will help^^

For DirectInput devices, I use Windows GUIDs. Once I've matched all I can with GUIDs, I fall back to device id strings (And just match them in order when multiple devices have the same strings). This is all the description DirectInput provides. As far as I know, there's no reasonable way to map DirectInput devices to HID device strings (And the trailing crap on HID device strings vary across OSes for the same device, too).
(This post was last modified: 10-26-2009 07:52 PM by ChickenLiver. Edit Reason: )
10-26-2009 07:51 PM
Find all posts by this user Quote this message in a reply
tohdom Offline
Member
**

Posts: 212
Joined: Mar 2009
Location: Russia Moscow
Post: #418
RE: LilyPad 0.10.0
hello,
is there a way to switch between different key-profiles on-fly?
my problem is, some games dont have the option to reverse axis and i need to change binding before i run the game. I know there is "save/load" option in lilypad, but it would be helpful to have the dedicated button like F4(or something) to cycle through the key-profiles IN GAME.

Phenom II X4 940 3 Ghz / 8 gb RAM 800 / Geforce GTX 260 / win7 64
12-06-2009 12:01 AM
Find all posts by this user Quote this message in a reply
gfike01 Offline
Newbie

Posts: 1
Joined: Dec 2009
Location:
Post: #419
RE: LilyPad 0.10.0
Hello

I'm having an issue with my game pad, specifically dealing with the left analog stick. It does not seem to bind correctly. I can only move to the left. I tried multiple times but have had no luck.

The pad is a: game elements pc recoil pad
and shows up under device diagnostics as: DX GGE909 PC Recoil Pad
12-21-2009 12:16 AM
Find all posts by this user Quote this message in a reply
buejad Offline
Newbie

Posts: 4
Joined: Dec 2009
Location:
Post: #420
RE: LilyPad 0.10.0
I got a problem... or maybe a bug

I had 2 controller. One is usual usb controller, second is XBOX360 controller for Windows wired.

I bind both controllers buttons into pad 1, (For swapping just in case i'm bored with one of them) then found a problem

It seems if i didnt unplug XBOX360 controller, the Z-/right analog stick-left rotation on my usual usb controller wont respond. So when i turn the camera to the left ( all game with right analog stick functioned for camera ), it won't respond. But when using XBOX360, it responded.

Happens with all version of lilypad.
(This post was last modified: 12-21-2009 11:10 AM by buejad. Edit Reason: )
12-21-2009 11:08 AM
Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Pages (45): « Previous 1 ... 40 41 42 43 44 ... 45 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


Current time: 03-16-2010, 03:24 AM

Contact Us | PCSX2 | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Powered By MyBB, © 2002-2010 MyBB Group.
Theme created by IncadudeF and modified by bositman