Skip to content

Instantly share code, notes, and snippets.

@JLaferri
Created February 20, 2019 06:54
Show Gist options
  • Save JLaferri/626e2e1f0b2ab676171bce4258e2223d to your computer and use it in GitHub Desktop.
Save JLaferri/626e2e1f0b2ab676171bce4258e2223d to your computer and use it in GitHub Desktop.
Slippi Flight Notes
General
- MAC Address does not get initialized if network thread doesn’t start. Will likely be using USB at Gang
- Should we use something other than MAC Address for console ID? Or should we just initialize and use it as an ID even if not using networking
- A safer method for real-time mode might be to track the frames and keep track of how far behind we are and look for the minimums, if the constant minimum is something like 5 frames, that means we should be able to FFW 5 frames without ever having to wait. Maybe also only ever FFW a single frame at a time, intervals of 15 frames or so? Might create a smoother FFW experience.
Tournament Set-up
- Make sure latest Slippi Nintendont is installed on all the Wiis
- Set up the console times for all the consoles (Vin plz halp ;-;)
What to bring to event:
- Wiimotes
- Laptop
- SD Cards?
- USB Sticks?
- Networking equipment (if connecting more stations to network for instant-upload)
Site P1 Features
- First site feature will just be filterable match list with all the matches played at the event
- Match list can look like existing match list for now, just add column for station and one for round/pool
- Add filter for only replays that have been assigned to a smash.gg set
- Will need a script to upload all of the sets from the event. Likely will grab usb sticks, extract to a folder for that station, do this for all usb sticks, run upload script to upload everything
- URI handling to load replays in desktop app and watch replays directly from the website
Site P2 Features
- Link replays to a set on smashgg, use match page link? Can use this to populate player names, round name, etc. Maybe originally I would do this manually. Eventually it should be possible for users to make suggestions, admin or someone with permission could then accept the suggestions.
- Set stat page
- Auto-upload to website when connected to desktop app. This would be nice because streamed matches could get uploaded instantly and people could re-watch them right away or view stats if they exist
- Ability to watch live-games.
Site Notes
- To keep server costs down (for now) we could make stat pages download replays and calculate stats on client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment