Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to map controls to mouse?
08-25-2014, 06:02 AM
Post: #11
RE: How to map controls to mouse?
Blah, I actually forgot about 1 "tiny" detail yesterday.

The idea seems easy to do in cheat engine, but actually couldn't be done at least now. To do we we have to have a way for our custom script to refresh speed value in psp memory at very high frequency, and there's actually some kind of bug with CE + PPSSPP stopping us from doing so.
Basically when CE tries to write inside PSP memory in PPSSPP with any kind of decent frequency(like below 500ms or even 1s), it quickly bugs out, start reading ??? instead of proper value, and is unable to set a value anymore at all until emulation is restarted. Not even sure if the bug exists on CE or PPSSPP side. >.<

If not that bug, from what I checked today creating a script would not take much time since CE lua implementation does allow reading/setting mouse position pressing and releasing keys, so that's easy and quick, would probably only need some simple extra app to hide mouse cursor while ppsspp goes fullscreen since CE might not be able to do it on it's own(or at least I have no clue howTongue).
However finding all required addresses, lifting game limitations(meaning a basic mips / ppsspp disassembly experience required) and fine tunning it with our mouse&screen resolution would be quite tedious ~ and those are the parts which would differ for every single game.:]

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to map controls to mouse? - Accel - 08-22-2014, 09:32 AM
RE: How to map controls to mouse? - TheDax - 08-22-2014, 04:29 PM
RE: How to map controls to mouse? - ZeroX4 - 08-23-2014, 09:52 PM
RE: How to map controls to mouse? - ZeroX4 - 08-24-2014, 05:10 AM
RE: How to map controls to mouse? - LunaMoo - 08-25-2014 06:02 AM
RE: How to map controls to mouse? - ZeroX4 - 08-26-2014, 06:52 AM
RE: How to map controls to mouse? - ZeroX4 - 08-30-2014, 09:48 AM

Forum Jump: