Gurvan / slippi-ssbm-asm

Super Smash Bros Melee ASM code to provide Slippi support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slippi SSBM ASM

Project Slippi

This repository is part of the Project Slippi ecosystem. For more information about all of the Project Slippi projects, visit https://github.com/project-slippi/project-slippi.

Intro

This project is home to the series of ASM mods that are applied to Melee in order to make Slippi work. It includes multiple configurations of the code for different use cases.

Build Instructions

  1. In order to build this project you will need to download the gecko program and add it to your PATH env variable.
  2. On windows you can then simply run the build.bat file to build all the different configurations. On mac/linux you can run the makefile or run build.sh.

Output

Console

These are .gct files for use with Nintendont when recording replays on console.

Netplay

This codeset should be used for Netplay or any other form of playing the game on Dolphin. Place the GALE01r2.ini file in the Sys/GameSettings directory of your Dolphin build. It may also be worth checking if you have the following codes enabled in Dolphin:

  • Faster Melee Netplay Settings
  • Normal Lag Reduction
  • Game Music ON/OFF (preference)
  • Enable OSReport Print on Crash (1.02)
  • Slippi Recording

Playback

This codeset is used for launching and watching replay files. It is automatically packaged as part of the Slippi Desktop App. It works similarly to the Netplay output as it is also a Dolphin config.

About

Super Smash Bros Melee ASM code to provide Slippi support

License:GNU General Public License v3.0


Languages

Language:Assembly 99.1%Language:Makefile 0.5%Language:Batchfile 0.3%Language:Shell 0.2%