1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00

Make release version for 2.6 (#171)

* Update Makefile

* Update Cargo.toml

* Update Cargo.toml

* Update README.md
This commit is contained in:
jugeeya 2020-10-24 10:47:10 -07:00 committed by GitHub
parent 9df85a7d05
commit 224dac24b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "training_modpack"
version = "2.5.3"
version = "2.6"
authors = ["jugeeya <jugeeya@live.com>"]
edition = "2018"
@ -26,6 +26,6 @@ lto = true
titleid = "01006A800016E000"
plugin-dependencies = [
{ name = "libnro_hook.nro", url = "https://github.com/ultimate-research/nro-hook-plugin/releases/download/v0.1.1/libnro_hook.nro" },
{ name = "libparam_hook.nro", url = "https://github.com/ultimate-research/params-hook-plugin/releases/download/v0.1/libparam_hook.nro" },
{ name = "libparam_hook.nro", url = "https://github.com/ultimate-research/params-hook-plugin/releases/download/v0.1.1/libparam_hook.nro" },
]

View file

@ -20,6 +20,12 @@ The features in this modpack are configured through the Tesla menu, which can be
[<img src="https://i.imgur.com/eSrtDyj.png">](https://i.imgur.com/eSrtDyj.png)
[<img src="https://i.imgur.com/7Cd6utU.jpg">](https://i.imgur.com/7Cd6utU.jpg)
#### 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.
@ -63,11 +69,17 @@ 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.
@ -83,6 +95,9 @@ 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.
@ -92,6 +107,9 @@ Edit how the CPU performs 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.
<a name="build"/>
# Build from Source

View file

@ -38,7 +38,7 @@ include $(DEVKITPRO)/libnx/switch_rules
# NACP building is skipped as well.
#---------------------------------------------------------------------------------
APP_TITLE := Training Modpack
APP_VERSION := 2.5.3Beta
APP_VERSION := 2.6
TARGET := ovlTrainingModpack
BUILD := build