mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-31 22:47:25 +00:00
Update README.md
This commit is contained in:
parent
8e51de5cca
commit
4b652c6a41
1 changed files with 62 additions and 4 deletions
66
README.md
66
README.md
|
@ -4,13 +4,71 @@
|
|||
|
||||
A [SaltyNX](https://github.com/shinyquagsire23/SaltyNX) plugin for adding features to the training mode.
|
||||
|
||||
## Dependencies
|
||||
Built releases can be found [here](https://github.com/jugeeya/UltimateTrainingModpack/releases/).
|
||||
|
||||
- [Features](#features)
|
||||
- [Build](#build)
|
||||
|
||||
<a name="features"/>
|
||||
|
||||
# Features
|
||||
Toggles are changed with taunts, with the following functionality:
|
||||
- **Up taunt**: Hitbox Visualization
|
||||
- **Down taunt**: Force CPU Options
|
||||
- **Side taunt**: Force CPU DI
|
||||
|
||||
#### Hitbox Visualization
|
||||
Hitbox visualization is toggled on or off with up taunt. Currently, hitboxes and grabboxes are supported.
|
||||
|
||||
#### Force CPU Options
|
||||
##### Mash airdodge
|
||||
CPUs will mash airdodge on the first frame out of hitstun.
|
||||
|
||||
CPUs will also shield quickly if they are hit and remain grounded.
|
||||
|
||||
##### Mash jump
|
||||
CPUs will mash jump on the first frame out of hitstun.
|
||||
|
||||
##### Mash attack
|
||||
CPUs will mash an attack on the first frame out of hitstun and when landing.
|
||||
Attacks can be chosen with side taunt while on this toggle, and include:
|
||||
- All aerials, followed by all specials
|
||||
|
||||
##### Mash random
|
||||
CPUs will mash an aerial or grounded option on the first frame out of hitstun and when landing.
|
||||
The aerial options include:
|
||||
- Airdodge, jump, all aerials, all specials
|
||||
|
||||
The grounded options include:
|
||||
- Jump, jab, all tilts, all smashes, all specials, grab, spotdodge, and rolls
|
||||
|
||||
##### Infinite shield
|
||||
CPUs will hold a shield that does not deteriorate over time or by damage.
|
||||
|
||||
##### Hold shield
|
||||
CPUs will hold a normal shield.
|
||||
|
||||
##### Ledge Option
|
||||
CPUs will perform a random ledge option.
|
||||
Specific ledge options can be chosen with side taunt while this toggle is active, and include:
|
||||
- Normal, roll, jump, and attack getups
|
||||
|
||||
#### Force CPU DI
|
||||
##### All DI Toggles
|
||||
|
||||
##### Specified Direction
|
||||
CPUs DI in the direction specified by the taunt text.
|
||||
|
||||
##### Random Direction
|
||||
CPUs DI randomly in or away.
|
||||
|
||||
<a name="build"/>
|
||||
|
||||
# Build from Source
|
||||
|
||||
Requires [DEVKITPRO](https://devkitpro.org/wiki/Getting_Started) in path.
|
||||
|
||||
## Build from Source
|
||||
|
||||
```
|
||||
```sh
|
||||
git clone https://github.com/jugeeya/UltimateTrainingModpack.git
|
||||
cd UltimateTrainingModpack/
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue