Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to map controls to mouse?
08-25-2014, 10:53 PM
Post: #12
RE: How to map controls to mouse?
(08-25-2014 06:02 AM)LunaMoo Wrote:  Blah, I actually forgot about 1 "tiny" detail yesterday.
I'm sure it can't be that impor-

(08-25-2014 06:02 AM)LunaMoo Wrote:  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.:]
... well, that will do for my motivation.

I kept fiddling around in CE yesterday, and wow finding the addresses and changing the values for the camera movements and positions is quit the task.
I'm getting the constant feeling that this is too ambitious for my current limited knowledge of CE.

Yup, definitely gonna pass on this one for now.

The part about hiding the cursor in Fullscreen is actually really easy, and can be done in lua.
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? - astroprogs - 08-25-2014 10:53 PM
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: