From 37f0501049254fe61b4d359e92bf0dfea61e5e01 Mon Sep 17 00:00:00 2001 From: Prakxo Date: Wed, 27 Sep 2023 22:41:27 +0200 Subject: [PATCH] refactor readme --- README.MD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 053b9861..e90fc958 100644 --- a/README.MD +++ b/README.MD @@ -1,14 +1,18 @@ -# Animal Crossing Decompilation +# Animal Crossing Decompilation [![Discord Channel][discord-badge]][discord] +[discord]: https://discord.zelda64.dev +[discord-badge]: https://img.shields.io/discord/727908905392275526?color=%237289DA&logo=discord&logoColor=%23FFFFFF Decompilation in progress of Animal Crossing (GAFE01) +An N64 version of the game is being worked on [here](https://github.com/zeldaret/af) ## Cloning Use `--recursive` when cloning to have ppcdis in the repository. ## Build -**Currently, it has only been tested with [wibo](https://github.com/decompals/wibo) under WSL2, but should build under other platforms and with Wine.** +**It's preferible to use [wibo](https://github.com/decompals/wibo), a lightweight +Wine replacement to work with the compilers, but Wine is still usable** ### Building @@ -21,7 +25,6 @@ Use `--recursive` when cloning to have ppcdis in the repository. - Headers should be at `$N64_SDK/ultra/usr/include`. - You may need to modify `Gpopmtx`'s `param` member to be `unsigned int`. - Install DevkitPPC, Ninja and Python: - - **Only tested with DevkitPPC r41 and Python 3.8.10**, however other versions should work fine. - Install Python modules from requirements.txt (`pip install -r requirements.txt`) - Run configure.py - Run ninja