Original post was deleted as the original code wasn't great. This has been tested for the last 8hrs and working really well
I modified the code to run the Daytona American Sunday Cup 600. You just connect the device at the race start screen instead of at the game boot. Follow the instructions below it's really simple and the total cost is around $5.
You will need:
A Raspberry PI PICO: https://www.adafruit.com/pico?src=raspberrypi
CircuitPython UF2: https://circuitpython.org/board/raspberry_pi_pico/
Adafruit_HID and Adafruit_displayio_layout Libraries: https://github.com/adafruit/Adafrui...uit-circuitpython-bundle-7.x-mpy-20220328.zip
code.py: Attached to this post
Tomahawk S VGT - Body height to 70/70 and top speed to 430 from 420
Assist settings:
Turn on "auto brake and steering", "replace car after leaving track" and "ASM"
Turn off "traction control" and "countersteering"
All races will win with minimum 15000k credits or 22500k for clear race bonus which will happen fairly regularly. Start to finish including the race restart process is around 3 minutes.
I set this up because I just don't have time to play the PlayStation enough to farm the credits required for the cars I want. I had the same setup for GT5 over 11 years ago and also shared it on this forum.
If you use this please give me a shout out and enjoy!
PS: If you can tidy my code feel free! I'm not the greatest coder
Eq.
I modified the code to run the Daytona American Sunday Cup 600. You just connect the device at the race start screen instead of at the game boot. Follow the instructions below it's really simple and the total cost is around $5.
You will need:
A Raspberry PI PICO: https://www.adafruit.com/pico?src=raspberrypi
CircuitPython UF2: https://circuitpython.org/board/raspberry_pi_pico/
Adafruit_HID and Adafruit_displayio_layout Libraries: https://github.com/adafruit/Adafrui...uit-circuitpython-bundle-7.x-mpy-20220328.zip
code.py: Attached to this post
- Install CircuitPython UF2 on the PICO
- Copy code.py to CIRCUITPY drive that opens when you connect the newly loaded CircuitPython PICO
- Copy both Adafruit_HID and Adafruit_displayio_layout lib folders from the libraries zip to CIRCUITPY/LIBS
- Safely unmount USB from PC/MAC
- Follow instructions in header of code.py for race setup
Tomahawk S VGT - Body height to 70/70 and top speed to 430 from 420
Assist settings:
Turn on "auto brake and steering", "replace car after leaving track" and "ASM"
Turn off "traction control" and "countersteering"
All races will win with minimum 15000k credits or 22500k for clear race bonus which will happen fairly regularly. Start to finish including the race restart process is around 3 minutes.
I set this up because I just don't have time to play the PlayStation enough to farm the credits required for the cars I want. I had the same setup for GT5 over 11 years ago and also shared it on this forum.
If you use this please give me a shout out and enjoy!
PS: If you can tidy my code feel free! I'm not the greatest coder
Eq.
Attachments
Last edited: