komefai / PS4Macro

Automation utility for PS4 Remote Play written in C#
http://blog.komefai.com
MIT License
375 stars 89 forks source link

Change xml file to only record changes rather than all states #90

Open FeBe95 opened 5 years ago

FeBe95 commented 5 years ago

The xml files can get huge in a short amount of time. It could be better to just write down changes to all buttons and when they happen (and a toggle to exclude features such as the gyro). Something like this:

ms        button       event      value

0         x            down       -
100       x            up         -
120       square       down       -
160       square       up         -
220       gyroX        -          20

It would also make it easier to adjust some buttons manually after, instead of having to read thousands of lines of code :)

Thanks for developing this program!

theShiZa commented 4 years ago

Sounds nice but Komefai has disappeared for a long time now so it's pointless to suggest features, however he has released the source code so customizing is up to people.