Author Topic: [RELEASE] Magic Automatic Fake User Input  (Read 10371 times)

Offline Rufis_

  • End User
  • *
  • Posts: 7
  • You'll never see it coming
    • View Profile
[RELEASE] Magic Automatic Fake User Input
« on: June 07, 2020, 04:02:56 PM »
What's this? (OwO)
MAFU-I is a plugin that lets you record the input you provide to your PSVita and play it back whenever you need to.
The capture will be saved in ur0:/data/MAFU-I/capture.dat
It supports digital and analog input.
Touch is in the works.

As seen on SO-CBPS!

Regular edition

Source: https://github.com/Rufis01/MAFU-I
Download: https://github.com/Rufis01/MAFU-I/releases

Non-stop edition

Source: https://github.com/Rufis01/MAFU-I/tree/non-stop
Download: https://github.com/Rufis01/MAFU-I/releases/tag/1.0-nonstop

Usage
Press R + CIRCLE + LEFT to capture, press it again to save
Press R + CIRCLE + RIGHT to playback, press it again to stop (early)

Installation
Copy MAFUinput.skprx to your PSVita
Add MAFUinput.skprx to taiHEN's config (ur0:/tai/config.txt or ux0:/tai/config.txt):
Code: [Select]
*KERNEL
ur0:tai/MAFUinput.skprx
Reboot your PSVita

Credits
Princess of Sleeping for helping me to fix a crash
marburg for touch stuff

The CBPS discord server
(dots-tb,
teakhanirons,
skyl4nk,
CreepNT,
DevBot,
Sysie,
Nkekev
and all the other fine folks I forgot to mention)
« Last Edit: June 07, 2020, 06:14:41 PM by Rufis_ »

Offline Rufis_

  • End User
  • *
  • Posts: 7
  • You'll never see it coming
    • View Profile
Re: [RELEASE] Magic Automatic Fake User Input
« Reply #1 on: October 07, 2021, 11:56:56 PM »
Version 2.0 Alpha-1
What's been added?
MAFU-I now provides an integration with déjàvu
If dejavu.skprx is present, two more shortcuts will be available
Press R + TRIANGLE + LEFT to save a snapshot
Press R + TRIANGLE + RIGHT to load a snapshot

Using these two shortcuts, playback and capture will resume from the correct after loading a snapshot.
This makes a very crude speedrunning tool.

Touch support has been added!
That's right, I've finally got it working. Now you can record yourself touching your vita  ::)

And the code has been cleaned up significantly. This will make adding support for sensor data and other stuff easier.

WE NEED YOU!
I'm not a speedrunner and I've never used a speedrunning tool before.
Altough this is not meant to be an accurate speedrunning tool, it can still be a great aid.
And that's where I need you. Have you got a suggestion? Have you find a bug?
Contact me anywhere you want (this forum,twitter, github,reddit) and tell me.

Source: https://github.com/Rufis01/MAFU-I
Release: https://github.com/Rufis01/MAFU-I/releases/download/v2.0-Alpha.1/MAFUinput.skprx
« Last Edit: October 08, 2021, 12:03:13 AM by Rufis_ »

Offline Rufis_

  • End User
  • *
  • Posts: 7
  • You'll never see it coming
    • View Profile
Re: [RELEASE] Magic Automatic Fake User Input
« Reply #2 on: October 08, 2021, 01:30:00 AM »
Oh right, the use of NoLockScreen is highly recommended, since otherwise you'd get the lockscreen each time you take or load a snapshot.