From b6cbe78580ffef86b13e24d877142c09a9c583d3 Mon Sep 17 00:00:00 2001 From: DragonirHD <119761043+DragonirHD@users.noreply.github.com> Date: Thu, 5 Jan 2023 00:41:24 +0100 Subject: [PATCH 1/2] Removed Element Explanations They can now be found in the wiki --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index 387e0a6..f6bc0b0 100644 --- a/README.md +++ b/README.md @@ -10,33 +10,6 @@ Downloads to the mod can be found on the [releases](https://github.com/DragonirH See the promotional video [here](https://youtu.be/YGpfWJvm4Hs) to find out what the tool is currently capable of. -## Move Elements -There are currently two supported move elements. -Move elements are here to make camera movements, which would otherwise be very difficult to make by hand, fast and easy to create. -Each move element comes with a bunch of settings which can be tweaked to create tons of variations. -Explanations to each setting can be found in the tool itself, by hovering over the label/the name of the setting. - -### Circle -Creates a camera move, where the camera will circle around the player/avatar. -Can be edited to make moves where the camera will only complete a certain percentage/Sector of the circle. - -#### Showcase -![](Showcase/circle.gif) - -### Spiral -The camera will move on a straight line towards or away from the player/avatar. -It can turn around its own axis multiple times on this path, creating a spiralling/corkscrew-like movement. -This move can be placed everywhere around the player/avatar in the shape of a dome. - -#### Showcase -![](Showcase/spiral.gif) - -## Other Elements -This category is for elements, that don't create camera movement themselves, but are used in tandem with move elements to augment them or do other things. - -### Repeat -The repeat element allows you to repeat elements of a given range. Very useful if you have a set of camera moves that you want to use on multiple occasions. - ## Coming Features All of these features have no definitive release date and are currently only ideas for what might be made next. - A new field where it will be possible to chain moves together and edit the chain afterwards. (This will simplify the process of creating movements for entire songs) IMPLEMENTED From 089083ec2eccc9e8eab0beceebaf3b7f6e080402 Mon Sep 17 00:00:00 2001 From: DragonirHD <119761043+DragonirHD@users.noreply.github.com> Date: Thu, 5 Jan 2023 00:43:55 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6bc0b0..8b8c278 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ See the promotional video [here](https://youtu.be/YGpfWJvm4Hs) to find out what ## Coming Features All of these features have no definitive release date and are currently only ideas for what might be made next. -- A new field where it will be possible to chain moves together and edit the chain afterwards. (This will simplify the process of creating movements for entire songs) IMPLEMENTED -- saving and loading of moves IMPLEMENTED +- A new field where it will be possible to chain moves together and edit the chain afterwards. (This will simplify the process of creating movements for entire songs) __IMPLEMENTED__ +- saving and loading of moves __IMPLEMENTED__ - New Move Element: J-Turn - New Other Element: Randomize - dark mode