Emuforums.com

Go Back   Emuforums.com > PS2 Emulation > PS2 Plugin Questions & Troubleshooting
About Us Register FAQ Members List Calendar Mark Forums Read

Login to remove all ads!
Closed Thread
 
LinkBack Thread Tools Display Modes
Old January 3rd, 2005   #1 (permalink)
Registered User
 
Join Date: Jan 2005
Location: Japan
Posts: 7
Smile PAD Plugins

Hi

i made PAD Plugin for PS and PS2.

http://www.asahi-net.or.jp/~bz7t-skmt/SSSPSXPAD14.ZIP

for PCSX2 and PCSX
- dualshock2 supported
(digital mode, dualshock compatible mode, dualshock2 native mode)
- using DirectInput9 (game controller and keyboard)

for PCSX2
- force feedback support (maybe)

for PCSX
- for force feedback, change of source code is required.
"Delete the following code."
File: sio.c Line: 138
--------------8<---------------8<---------------
if (buf[parp] == 0x41) {
switch (value) {
case 0x43:
buf[1] = 0x43;
break;
case 0x45:
buf[1] = 0xf3;
break;
}
}
--------------8<---------------8<---------------

for PSXeven
force feedback doesn't work. other is ok.

Last edited by nagisa; January 9th, 2005 at 07:53.
nagisa is offline  
Old January 3rd, 2005   #2 (permalink)
PS 2 Underground Member
 
schattenberg88's Avatar
 
Join Date: Oct 2003
Location: U.S.A.
Posts: 187
Good Job, and Great plugin! I'll let you know if any bugs pop up.
__________________
Intel Core Duo 1.86Ghz | 2 GB RAM | 894MB ATI Mobility Radeon x1400
80GB Hard Disk Drive | Windows Vista Ultimate
Co-Owner of General Emulation
schattenberg88 is offline  
Old January 3rd, 2005   #3 (permalink)
Registered User
 
retroK's Avatar
 
Join Date: Aug 2003
Location: Germany
Posts: 48
I cannot map keys in PCSX2 with my Sony DualShock Controller. Attached to my PC using DirectPadPro circuit and NTPAD XP 2.0 driver.
__________________


|Athlon XP 1800+|Ati Radeon 9600 XT|512mb RAM|SB Live Player 5.1
retroK is offline  
Old January 3rd, 2005   #4 (permalink)
Registered User
 
Join Date: Jan 2005
Location: Japan
Posts: 7
version 1.1

Quote:
Originally Posted by retroK
I cannot map keys in PCSX2 with my Sony DualShock Controller. Attached to my PC using DirectPadPro circuit and NTPAD XP 2.0 driver.
I recompiled PAD plugin with "DirectX 9.0 SDK (December 2004)".

http://www.asahi-net.or.jp/~bz7t-skmt/SSSPSXPAD11.ZIP
nagisa is offline  
Old January 3rd, 2005   #5 (permalink)
Registered User
 
retroK's Avatar
 
Join Date: Aug 2003
Location: Germany
Posts: 48
Thanks for the quick reply, but it still does not work.
__________________


|Athlon XP 1800+|Ati Radeon 9600 XT|512mb RAM|SB Live Player 5.1
retroK is offline  
Old January 3rd, 2005   #6 (permalink)
Registered User
 
Ghim's Avatar
 
Join Date: Jan 2002
Location: Ipswich, UK
Posts: 29
It works fine for me but I've had 2 problems with it:

- If I use SSSPSX Pad plugin for the 1st controller and PADwinkeyb for the 2nd controller, the emulator crashes everytime I run it. If I do it the other way around (PADwinkeyb for the 1st controller SSSPSX Pad plugin for the 2nd controller), it doesn't crash. I don't know if this problem comes from your plugin or from something else.

- When I use SSSPSX Pad plugin for the 1st controller, the "ESC" key doesn't work anymore. It doesn't do anything when it should stop the emulation.

It still seems very promising

I have one other question: Shouldn't this thread be in the PS2 plugins forum instead of the PCSX2 forum ?
__________________
A Dwarf has its own way to fight
Ghim is offline  
Old January 3rd, 2005   #7 (permalink)
Registered User
 
Join Date: Aug 2003
Posts: 233
awesome plugin that you have here dude. it looks very promising so keep up the excellent work. try to examine the padwin source it might give you some ideas on implementing the things that your plugin doesn't have like the PADkeyEvent API. but anyways your plugins works. i tried it with the bios and it works
hbk0259 is offline  
Old January 3rd, 2005   #8 (permalink)
Angel of Death
 
bositman's Avatar
 
Join Date: Jun 2002
Location: Athens, Greece
Posts: 3,135
Moved to plugins section
Will give it a try when i have time
__________________

Last edited by bositman; January 3rd, 2005 at 23:02.
bositman is offline  
Old January 4th, 2005   #9 (permalink)
TEKKEN LORD
 
Darkstar's Avatar
 
Join Date: Mar 2004
Location: Poland
Posts: 46
Thanks for good plugin "nagisa" and keep working because it's better than PADwin 0.8.
__________________
Intel Pentium 4 Northwood 2,6GHz 512KB 400MHz s478 | 2x256MB SDR 133MHz | ASUS GeForce 4 Ti 4600 Ultra 128MB DDR 128-bit | MSI 845 Pro 2
Darkstar is offline  
Old January 4th, 2005   #10 (permalink)
Registered User
 
Join Date: Jan 2005
Location: Japan
Posts: 7
Quote:
Originally Posted by Ghim
- If I use SSSPSX Pad plugin for the 1st controller and PADwinkeyb for the 2nd controller, the emulator crashes everytime I run it. If I do it the other way around (PADwinkeyb for the 1st controller SSSPSX Pad plugin for the 2nd controller), it doesn't crash. I don't know if this problem comes from your plugin or from something else.
I guess it is DirectInput(JOYPAD) collision problem, but I can't solve immediately.

Quote:
Originally Posted by Ghim
- When I use SSSPSX Pad plugin for the 1st controller, the "ESC" key doesn't work anymore. It doesn't do anything when it should stop the emulation.
PADKeyEvent API support. you can download it ^^.
http://www.asahi-net.or.jp/~bz7t-skmt/SSSPSXPAD12.ZIP

thanks for your report.
nagisa is offline  
Old January 4th, 2005   #11 (permalink)
Registered User
 
retroK's Avatar
 
Join Date: Aug 2003
Location: Germany
Posts: 48
It still does not work for my DirectPadPro Controller. Does anybody else here use a DirectPadPro circuit and can test if it works?
__________________


|Athlon XP 1800+|Ati Radeon 9600 XT|512mb RAM|SB Live Player 5.1
retroK is offline  
Old January 4th, 2005   #12 (permalink)
Registered User
 
Ghim's Avatar
 
Join Date: Jan 2002
Location: Ipswich, UK
Posts: 29
Quote:
Originally Posted by nagisa
PADKeyEvent API support. you can download it ^^.
http://www.asahi-net.or.jp/~bz7t-skmt/SSSPSXPAD12.ZIP
thanks for your report.
It works great !!!

I only tried it with the BIOS but I didn't see any bug in the plugin behaviour with my gamepad.
__________________
A Dwarf has its own way to fight
Ghim is offline  
Old January 4th, 2005   #13 (permalink)
Registered User
 
Join Date: Aug 2003
Posts: 233
dude this works pretty good!!! i was able to use my PS2 Gamepad through psx-to-usb adapter. it works perfectly when i ran Beats of Rage
hbk0259 is offline  
Old January 6th, 2005   #14 (permalink)
Registered User
 
Join Date: Jan 2005
Location: Japan
Posts: 7
Quote:
Originally Posted by retroK
It still does not work for my DirectPadPro Controller. Does anybody else here use a DirectPadPro circuit and can test if it works?
DirectInput collision ploblem fix.

http://www.asahi-net.or.jp/~bz7t-skmt/SSSPSXPAD13.ZIP

please try it.
nagisa is offline  
Old January 6th, 2005   #15 (permalink)
Registered User
 
retroK's Avatar
 
Join Date: Aug 2003
Location: Germany
Posts: 48
Hi nagisa,

this version finally works for me! Just tested it with Beats of Rage and it works great.

Thanks!!!
__________________


|Athlon XP 1800+|Ati Radeon 9600 XT|512mb RAM|SB Live Player 5.1
retroK is offline  
Old January 6th, 2005   #16 (permalink)
Angel of Death
 
bositman's Avatar
 
Join Date: Jun 2002
Location: Athens, Greece
Posts: 3,135
Just tested with my Gravis Xterminator and it seems it works fine!
Great job
__________________
bositman is offline  
Old January 6th, 2005   #17 (permalink)
Emu author
 
shadowpcsx2's Avatar
 
Join Date: Jun 2003
Posts: 226
tested it too
great work
shadowpcsx2 is offline  
Old January 6th, 2005   #18 (permalink)
Registered User
 
retroK's Avatar
 
Join Date: Aug 2003
Location: Germany
Posts: 48
You should consider renaming DualSock to DualShock ;-)
__________________


|Athlon XP 1800+|Ati Radeon 9600 XT|512mb RAM|SB Live Player 5.1
retroK is offline  
Old January 7th, 2005   #19 (permalink)
Registered User
 
Join Date: Jan 2005
Location: Canada
Posts: 32
Awesome work it works perfectly with my illumfx pad. Thanks for the great plugin
Articbre is offline  
Old January 8th, 2005   #20 (permalink)
Pcsx2 Betatester
 
Rudy_x's Avatar
 
Join Date: Feb 2003
Location: Netherlands
Posts: 349
Works nice with mine EMS USB 2

Only a nice PS2-Joystick picture to see what you are configuring, and it willl be making this plugin perfect!
__________________
Betatester of: Pcsx2
Rudy_x is offline  
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 21:30.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5