Hello. I am creating the easy-custom-movesets mod. It utilizes character-select-coop API, to make easy to tweak the default moveset just be editing something similar to an JSON.
For example, to make an float character with bigger long jumps and an dive with upward trajectory, you would write:
{
name = "Osaka",
gravity = 90,
long_jump_strength = 120,
dive_y_vel = 20
}
Here is the code: GitHub - GustavoSasaki/character-stats: Making easy to customize mod character from sm64coopdx
For example, to make an float character with bigger long jumps and an dive with upward trajectory, you would write:
{
name = "Osaka",
gravity = 90,
long_jump_strength = 120,
dive_y_vel = 20
}
Here is the code: GitHub - GustavoSasaki/character-stats: Making easy to customize mod character from sm64coopdx