kidGodzilla / woff-grinder

Creating a fake Nintendo Switch Controller to level up my character in World of Final Fantasy [Arduino]

Home Page:https://medium.com/@jamesfuthey/creating-a-fake-nintendo-switch-controller-to-level-up-my-character-in-world-of-final-fantasy-2c1494b2cabb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World of Final Fantasy XP Auto-Grinder

A fork of a fork of a fork, modified to grind XP in a specific location in World of Final Fantasy, to level my character past level 60, so I can max out a few things in the game.

See previous projects for some more detailed information / setup process.


LUFA has been included as a git submodule, so cloning the repo like this:

git clone --recursive git@github.com:bertrandom/snowball-thrower.git

will put LUFA in the right directory.

Now you should be ready to rock. Open a terminal window in the snowball-thrower directory, type make, and hit enter to compile. If all goes well, the printout in the terminal will let you know it finished the build! Follow the directions on flashing Joystick.hex onto your Teensy, which can be found page where you downloaded the Teensy Loader application.

Thanks

Thanks to https://github.com/bertrandom/snowball-thrower for the updated information which modifies the original script to throw snowballs in Zelda. This C Source is much easier to start from, and has a nice object interface for creating new command sequences.

Thanks to Shiny Quagsire for his Splatoon post printer and progmem for his original discovery.

Thanks to exsilium for improving the command structure, optimizing the waiting times, and handling the failure scenarios. It can now run indefinitely!

About

Creating a fake Nintendo Switch Controller to level up my character in World of Final Fantasy [Arduino]

https://medium.com/@jamesfuthey/creating-a-fake-nintendo-switch-controller-to-level-up-my-character-in-world-of-final-fantasy-2c1494b2cabb

License:Other


Languages

Language:C 79.5%Language:Python 11.4%Language:C++ 5.2%Language:Makefile 3.9%