Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions for updated version of Slippi (2022) #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions GALE01.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Gecko]
$Boot to CSS [Dan Salvato, Achilles]
041BFA20 38600002

[Gecko_Enabled]

[Gecko_Disabled]
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ Install the above dependencies to your machine.
Modify the paths in config.json to point to your Melee ISO, ffmpeg binary and the directory of the playback instance of Dolphin.

### Windows
Modify the paths in config_windows.json to point to your Melee ISO, ffmpeg binary and the directory of the playback instance of Dolphin.
1. Modify the paths in config_windows.json to point to your Melee ISO, and ffmpeg binary.

2. Copy your **Playpack** Dolphin location to `dolphin_dir` in `config[_windows].json`, you can find this by going into the Slippi Launcher -> Settings -> Dolphin settings -> Playback -> Open containing folder

3. Copy the `GALE01.ini` file included in this repo to (`User/GameSettings/GALE01.ini`) to that same location in your playback dolphin location (this may not be required)
Comment on lines +39 to +41
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of moving playback dolphin to another location, can't we change dolphin_dir to point to the existing location? I was able to get things to work this way. I also didn't need to do step 3.

I'm using Slippi 2.5.2 revision project-slippi/Ishiiruka@7fc74fa


4. Change `DOLPHIN_NAME` to equal `Slippi Dolphin.exe` in `config.py`
Comment on lines +42 to +43
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
4. Change `DOLPHIN_NAME` to equal `Slippi Dolphin.exe` in `config.py`

I opened a PR for this - #21


## Usage

Expand Down