|
|
||
|---|---|---|
| bin | ||
| config | ||
| disk | ||
| include | ||
| src | ||
| tools | ||
| .clang-format | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| diff_settings.py | ||
README.md
Discord Server
To help and join the discussion, please join our Discord Server here using this link: https://discord.gg/pBU8mD3k8z
Setup
Our project targets the US Retail PSX versions of MediEvil 1 and 2. TBA - Being added to the Wiki for a full guide but basic guide will be written here.
Progress
TBA
How To
TBA...
To begin helping, you'll need to first understand the basics of Git version control system. This project uses a "Fork and Rebase" workflow, which means you'll need to click the fork button in the top right of the main repository page on GitHub to have the project in your own GitHub account. Make sure to fork ALL branches, not just main! You'll need to keep your version of the project up to date with this main project tree by having two remotes, yours and this one, hint: fetching all every time you begin working and before making Pull Requests and make changes on your fork instead of through a branch on the main repository like you may be used to. Additionally, since we're using a rebase workflow, you'll need to rebase your branch against a target branch (typically main tree's main or dev branch). More information concerning this will be provided at a later time. Finally, when making changes the changes will be squashed and merged into one commit with all your changes. Ideally, you'll make as little changes as needed for your function. Please submit pull requests against the dev branch, the admins will decide when to add changes to main branch.
So, this is a decomp project which means you'll be converting assembly code to C code. Information on how to do that will be added here soon.
Note, for legal reasons, please do NOT commit copyrighted content (source code, game disks, rom/iso files, etc.) to this repository. This project works by decompiling retail disks through legal means, you MUST provide the real game to do this but said real game should not be committed to this repository!
Useful Links
TBA
Etc.
TBA