Code Monkey home page Code Monkey logo

brawlback's Introduction

Based off framework by Fracture and Fudgepop01
https://github.com/Fracture17/ProjectMCodes

This mod is to be used in conjunction with this Brawlback dolphin fork.

Building

Firstly, the pf folder in p+/pm is way too big for git, so it's gitignored. You'll have to provide your own for testing those mods.

First, you'll need to install some tools that will allow you to build the C++ mod files.
Follow the guide linked below to get that set up.
The guide just runs you through installing git, mingw, vscode, some cmake tools for vscode, and getting it all set up for building the mod.

https://www.youtube.com/watch?v=oGg2dgYN1Do

Once you are able to build mod files like the tutorial above shows follow the next step.

To set up the build process, change the paths in build_settings.ini found in the root of this project, and the Config.ini file found in scripts/VSDSync. If you have any questions about what the path variables mean, let me know. I am more than happy to help get things set up for you.

That should be it, if you're trying to get this building and something isn't working, let me know, or ask for help in the Brawlback discord server

MacOSX Requirements

To be able to execute the above steps on macos you will need to get a couple things set up first (ignore mingw from the above steps though):

  • Install DEVKITPRO/DEVKITCPP: https://devkitpro.org/wiki/Getting_Started

    • Follow steps for macos and then run $ sudo dkp-pacman -S wii-dev
    • Install devkitPPC and optionally devkitPPC-gdb for advanced debugging
    • After installation is complete make sure that you can $ echo $DEVKITPPC on a new terminal and theres an actual path.
  • Setup an SDCard

    • Run $ sh build_sdcard_osx.sh to make a new sd card.
  • Building:

    • $ (cd build && cmake ..)
    • $ sh build_mod.sh
  • Testing: Make sure to add SDCARD/vBrawl.elf on Dolphin's paths and set Brawl as the default ISO. Also set Brawlback on SLOT B on the dolphin configuration.

That's it you are set. You should now be able to run the compiled codes from Dolphin by running vBrawl.elf on Dolphin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.