spice2x / spice2x.github.io

🌶️ spice2x is a spicier fork of SpiceTools with hundreds of bug fixes and new features 🌶️
https://spice2x.github.io/
GNU General Public License v3.0
116 stars 2 forks source link

Quick PIN Entry #193

Open guardianblue opened 4 months ago

guardianblue commented 4 months ago

Description of change

To use Quick PIN:

  1. Enable -quickpin option
  2. Set -pin0 and/or -pin1 as the value of your PIN, e.g. "1289"
  3. Bind keys to Player 1 Quick PIN or Player 1 Quick PIN in Overlay tab
  4. Use the corresponding key to enter PIN semi-automatically

Compiling

Compiled successfully on Docker

Testing

Tested on TDJ with -quickpin and -pin1

Patch file

quickpin.patch

sp2xdev commented 4 months ago

I'm assuming this means "press a single button and spice will enter a pre-programmed 4-digit sequence for you" right?

We should just do it for all games that support the key pad.

guardianblue commented 4 months ago

Yes, will make it generic for all games.

For games with touch screen it will need poke implementation though.

guardianblue commented 1 month ago

@sp2xdev updated with implementation

sp2xdev commented 4 weeks ago

some feedback:

Thanks!

guardianblue commented 4 weeks ago

Thanks for the comments, I will update accordingly