Would anyone be able to replicate the PSP+/Resistance stuff?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
NeoTechni
Posts: 15
Joined: Mon Oct 30, 2006 5:35 pm

Would anyone be able to replicate the PSP+/Resistance stuff?

Post by NeoTechni »

I'd like to make a game controllable via a dualshock controller like Resistance did, but RemoteJoy is far too unstable and I'd like my game to actually be able to save.

Would anyone be able to packet sniff or something the protocol and make code (or a universal plugin) to use in games?
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

The PS3 acts as the host. The PSP side USB communication is completely done by the game (unless Sony has a standardized device class for this for future games to use).

In either case you need to implement a device class on the PSP (and have another device act as host which also connects to the DualShock). There is no reason that save games won't work if all your doing is USB connection from a PRX.
victorprosa
Posts: 37
Joined: Wed Jan 14, 2009 5:53 am

Post by victorprosa »

The problem is that you haven't the PS3 for support in your case...


I would suggest connect Resistence to PC and monitor the traffic sent in order to create a similar APP that uses the PC otherwise than the PS3 as host...
NeoTechni
Posts: 15
Joined: Mon Oct 30, 2006 5:35 pm

Post by NeoTechni »

I've been trying for like 3 hours today to get remotejoy/remotejoylite working.

UMPC 2, running XP, failed:
remotejoylite seems to be using a unicode font instead of ASCII, so no text appears in the program

UMPC 2, running Windows 7, failed:
remotejoylite fails to send any data to the PSP

UMPC 1, running XP tablet edition, failed:
remotejoylite fails to send any data to the PSP

Desktop, running vista, failed:
PSP crashes when the remotejoy plugin is started, and the game tries to load either from umd or memory card.

I can get it to work on homebrew games and the XMB, but no UMD game works.

Can someone please make a stable alternative?

After all that, I was only able to play Ace Combat X for about 2 minutes.
Post Reply