More actions
(Created page with "{{Infobox-3DS-Homebrews | title = Fast PlayCoin | image = https://dlhb.gamebrew.org/3dshomebrew/Fast-PlayCoin-3DS.jpg|250px | type = Other Apps | version = v1.0 | lastupdated...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox-3DS-Homebrews | {{Infobox-3DS-Homebrews | ||
| title = Fast PlayCoin | | title = Fast PlayCoin | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/ | | image = https://dlhb.gamebrew.org/3dshomebrew/FastPlayCoinbanner.png|250px | ||
| type = Other Apps | | type = Other Apps | ||
| version = v1.0 | | version = v1.0 | ||
Line 8: | Line 8: | ||
| author = CorySanin | | author = CorySanin | ||
| website = https://github.com/CorySanin/FastPlayCoin | | website = https://github.com/CorySanin/FastPlayCoin | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/ | | download = https://dlhb.gamebrew.org/3dshomebrew/FastPlayCoinv1.0.7z | ||
| source = https://github.com/CorySanin/FastPlayCoin | | source = https://github.com/CorySanin/FastPlayCoin | ||
}} | }} | ||
== Fast PlayCoin == | |||
This is a fork of PlayCoin (The CIA Version). The only difference is it automatically | This is a fork of PlayCoin (The CIA Version). The only difference is it automatically | ||
adds 300 play coins without waiting for user input, then it exits. I just think | adds 300 play coins without waiting for user input, then it exits. I just think | ||
it's silly to have a menu to deal with when most users probably just want to max | it's silly to have a menu to deal with when most users probably just want to max | ||
out their play coins. | out their play coins. | ||
== What it is? == | |||
Allows to modify the 3DS's Play Coins counter, in other words providing infinite Play Coins. | Allows to modify the 3DS's Play Coins counter, in other words providing infinite Play Coins. | ||
Usage is self-explanatory, just open the app and wait for your 300 coins. No more than 300 coins can be held at a time, this is a system limit. | Usage is self-explanatory, just open the app and wait for your 300 coins. No more than 300 coins can be held at a time, this is a system limit. | ||
== Compiling == | |||
To compile, you'll need DEVKITARM with [DevkitARM](https://sourceforge.net/projects/devkitpro/files/devkitARM/) and a recent commit of [buildtools](https://github.com/Steveice10/buildtools) in this path. | To compile, you'll need DEVKITARM with [DevkitARM](https://sourceforge.net/projects/devkitpro/files/devkitARM/) and a recent commit of [buildtools](https://github.com/Steveice10/buildtools) in this path. | ||
Just run `make` and you can find the compiled files in the `out` folder. | Just run `make` and you can find the compiled files in the `out` folder. | ||
Note: `buildtools/make_base:44: *** "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC". Stop. make.exe": *** [all] Error 2` is a normal error. | |||
'''Note:''' `buildtools/make_base:44: *** "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC". Stop. make.exe": *** [all] Error 2` is a normal error. | |||
== Credits == | |||
* MrCheeze for [3DSx Play Coin Setter](https://github.com/MrCheeze/playcoin) code base, icon and description | * MrCheeze for [3DSx Play Coin Setter](https://github.com/MrCheeze/playcoin) code base, icon and description | ||
* All contributors to [libctru](https://github.com/smealum/ctrulib) | * All contributors to [libctru](https://github.com/smealum/ctrulib) |
Revision as of 06:38, 28 September 2021
Template:Infobox-3DS-Homebrews
Fast PlayCoin
This is a fork of PlayCoin (The CIA Version). The only difference is it automatically adds 300 play coins without waiting for user input, then it exits. I just think it's silly to have a menu to deal with when most users probably just want to max out their play coins.
What it is?
Allows to modify the 3DS's Play Coins counter, in other words providing infinite Play Coins. Usage is self-explanatory, just open the app and wait for your 300 coins. No more than 300 coins can be held at a time, this is a system limit.
Compiling
To compile, you'll need DEVKITARM with [DevkitARM](https://sourceforge.net/projects/devkitpro/files/devkitARM/) and a recent commit of [buildtools](https://github.com/Steveice10/buildtools) in this path. Just run `make` and you can find the compiled files in the `out` folder.
Note: `buildtools/make_base:44: *** "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC". Stop. make.exe": *** [all] Error 2` is a normal error.
Credits
- MrCheeze for [3DSx Play Coin Setter](https://github.com/MrCheeze/playcoin) code base, icon and description
- All contributors to [libctru](https://github.com/smealum/ctrulib)
- Steveice10 for [buildtools](https://github.com/Steveice10/buildtools) and [BuildTemplate](https://github.com/Steveice10/BuildTemplate)
- yellows8 for [3ds_homemenu_extdatatool](https://github.com/yellows8/3ds_homemenu_extdatatool): code base for [3DSx Play Coin Setter](https://github.com/MrCheeze/playcoin) and [PlayCoin](https://github.com/games195/PlayCoin)
- games195 for the [CIA Version](https://github.com/games195/PlayCoin)