1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00
An application to drastically improve the training mode in Super Smash Bros. Ultimate.
Find a file
2021-04-12 08:49:27 -07:00
.cargo Switch target name from aarch64-skyline-switch 2020-04-10 18:34:29 -04:00
.devcontainer add devcontainer for docker dev 2020-10-02 03:48:46 +00:00
.github/workflows Try specifying target 2021-04-12 08:49:27 -07:00
.vscode refactor, disable input delay outside training, disable recording 2020-10-01 02:46:25 +00:00
src fix typing for hazards_manager 2021-04-11 20:20:46 -07:00
TrainingModpackOverlay Wall Tech Options (#188) 2021-01-22 11:04:58 -08:00
.gitignore update submodule to latest libtesla 2020-08-10 12:10:56 -07:00
.gitmodules update submodule to latest libtesla 2020-08-10 12:10:56 -07:00
aarch64-skyline-switch.json Change link.T to link.ld, requires latest libstd 2020-04-12 21:28:01 -04:00
Cargo.toml add outside_training_mode to uploaded artifacts 2021-01-22 19:21:17 +00:00
full_build.sh update versions, add help text for all options 2020-08-19 10:43:11 -07:00
link.ld Change link.T to link.ld, requires latest libstd 2020-04-12 21:28:01 -04:00
README.md Make release version for 2.6 (#171) 2020-10-24 10:47:10 -07:00
rust-toolchain Move template to stdlib 2020-04-12 19:34:43 -04:00
Xargo.toml Fix Xargo.toml not using squashed path 2020-04-12 20:54:58 -04:00

Ultimate Training Modpack Plugin

GitHub All Releases GitHub Workflow Status Discord Twitter Follow

A Skyline plugin using cargo-skyline for adding features to the training mode. It interfaces with a Tesla, a Switch custom overlay, for use as a menu to the features offered in training mode.

Built releases can be found here.

Features

The features in this modpack are configured through the Tesla menu, which can be accessed at any time with by pressing L+X+DPad Left. This button configuration is fully configurable in the file /config/tesla/config.ini.

Stage Hazards Toggle

Set stage hazards on or off in Training Mode! Use this to practice on tournament legal stages with hazards.

Input Delay

Practice with emulated extra input delay, in frames. This should help a lot by allowing practice with online's default delay.

Frame Advantage.

Currently only works on shield. Practice moves on shield to find out the frame advantage of the moves performed. Best used with Infinite Shield.

Save States

At any time in Training Mode, you can press Grab + Down Taunt to save the state of training mode. This will save the position, state, and damage of each fighter, which can then be reverted to at any time with Grab + Up Taunt. Use this instead of the built-in training mode reset!

Hitbox Visualization

Currently, hitboxes and grabboxes are supported. When visualization is active, other move effects are temporarily turned off for easier visualization.

Selecting Multiple Options

Any submenu that allows you to toggle multiple options will randomize between only those options. This is the vast majority of items in the menu detailed below, and it's a huge change that allows for really deep practice.

Mash Section
Mash Toggles

Note: Combine this with the shield toggles to force the CPU to perform options OoS when their shield is damaged!

CPUs will mash an option on the first frame possible out of hitstun.

Airdodge has specific logic that the CPU will also flash shield when landing.

Followup Toggles

Set a mash option to perform directly after the one specified with Mash Toggles.

Mash in Neutral

Set a CPU to mash specified option in neutral/idle state.

Left Stick Section
DI

CPUs DI in the direction specified, relative to the player's facing position.

SDI

Works the same way as the DI toggle, but choose a direction for the CPU to SDI every 4 frames of hitlag.

Airdodge Direction

When a CPU is set to mash airdodge, it will use this direction as its airdodge direction.

Chase Section
Ledge Option

CPUs will perform a random ledge option among the selected options.

CPUs will also perform a defensive option after getting up.

Ledge Delay

CPUs will delay their getup option by a random number of frames among the selected options.

Tech Option

CPUs will perform a random tech option among the selected options.

CPUs will also perform a defensive option after getting up.

Missed Tech Option

CPUs will perform a random getup option among the selected options after missing a tech.

Defensive Option

CPUs will perform the defensive option a CPU will perform after teching or getting up from the ledge, among the selected options.

Shield Section
Shield Options
  • Infinite: CPUs will hold a shield that does not deteriorate over time or by damage.
  • Hold: CPUs will hold a shield that does not deteriorate over time until hit for the first time.
OOS Offset

The CPU will delay until the specified number of hits to perform an OoS option.

OOS Reaction Time

The CPU will delay a specified number of frames before performing an OoS option.

Shield Tilt

Set the CPU to tilt their shield in a direction while set to Hold or Infinite shield.

Aerials Section

Edit how the CPU performs aerials.

Fast Fall
Full Hops
Falling Aerials
Fast Fall Delay

Specified in frames (from apex of CPU's jump).

Aerial Delay

CPUs will delay their aerial attack input by a random number of frames among the selected options.

Build from Source

The overall process can be found in the Github Actions specification file as well.

Prerequisites

Build steps

# clone the repository recursively
git clone --recursive 

# to build the training mod Skyline plugin
# resulting build is found in target/aarch64-skyline-switch/release/libtraining_modpack.nro
cargo skyline build --release

# to build the training mod Tesla overlay
# resulting build is ovlTrainingModpack.ovl
cd TrainingModpackOverlay && make