Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcog/fp
Practice tool for Paper Mario 64
https://github.com/jcog/fp
Last synced: 2 months ago
JSON representation
Practice tool for Paper Mario 64
- Host: GitHub
- URL: https://github.com/jcog/fp
- Owner: JCog
- Created: 2020-01-15T04:57:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T20:18:17.000Z (10 months ago)
- Last Synced: 2024-03-28T19:50:16.212Z (10 months ago)
- Language: C
- Homepage:
- Size: 23.3 MB
- Stars: 26
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# About
This is practice tool for Paper Mario 64 intended for use on N64 with an EverDrive and Wii/Wii U through the Virtual Console. It's also known informally as "the practice rom".# Download
The latest release can be downloaded using the [web patcher](https://fp-patcher.starhaven.dev/).# Usage
See the [user manual](https://fp-docs.starhaven.dev/) for information on how to use fp.# Building
To build from source, refer to [this guide](BUILDING.md).# Feedback
If you found a bug or have an idea for an enhancement or feature, please [create an issue](https://github.com/JCog/fp/issues).For bugs, be sure to include all necessary steps to reproduce the bug, and describe the expected and observed behavior in detail. For enhancements or features, include a detailed description of your proposed changes, how they should be designed, how they will fit in with the current design, and possibly how they should be implemented. Do not submit suggestions that are too subjective to be considered improvements.
# Contributing
For instructions on how to contribute, follow [this guide](CONTRIBUTING.md).# Thanks
First and foremost, this project wouldn't be possible without [glank](https://github.com/glankk) and the Ocarina of Time practice ROM, [gz](https://github.com/glankk/gz). The same toolchain is used for fp, and many parts of the code are lifted straight from gz.Second, a big thank-you goes to [fig02](https://github.com/fig02) and [krimtonz](https://github.com/krimtonz). Fig was the one to initially set up the fp repo and get the project started, and krim was instrumental in getting the project working in the first place.
The work that the [Paper Mario decompilation](https://github.com/pmret/papermario) team has put in has also been incredibly useful. Many of the features in fp would have either been much harder, or even downright impossible to get working without the insight into Paper Mario's code that decomp has provided.
Finally, there are the [contributors](https://github.com/JCog/fp/graphs/contributors) here. Thank you for all your hard work making fp as good and useful as possible.