From f61bfc46485e25e79b35677df0bab4a3438c5212 Mon Sep 17 00:00:00 2001 From: LindaJuffermans Date: Tue, 21 Jul 2020 21:35:53 +0200 Subject: [PATCH 1/7] Added ffmpeg details --- docs/content.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/content.md b/docs/content.md index 826360ad..00c600a5 100755 --- a/docs/content.md +++ b/docs/content.md @@ -20,9 +20,17 @@ After installing Forge, simply put the downloaded `ReplayMod.jar` file in the `/ To render your creations with **Replay Mod** you will need to have FFmpeg installed. ### Windows [windows] -Download the latest FFmpeg build from . Make sure to select the latest release in the dropdown next to 'Version'. This will be a number like `4.3` or `4.3.1`. Choose the highest number. +Download the latest FFmpeg build from . Currently the best version is `4.2` or the latest snapshot. +> Note: The 4.3 version currently offered by Zeranoe does **not** support MP4. -In your `.minecraft` folder, create a `ffmpeg` folder. Extract the downloaded .zip file into this folder. The FFmpeg executable should end up at `.minecraft/ffmpeg/bin/ffmpeg.exe`. +In your `.minecraft` folder, create a `ffmpeg` folder. Extract the downloaded .zip file into this folder. The FFmpeg executable should end up at `.minecraft\ffmpeg\bin\ffmpeg.exe`. + +**Notes for alternative launchers** +- Twitch launcher by default installs Minecraft instances in C:\\Users\\*username*\\Twitch\\Minecraft\\Instances\\*instancename*\\ +- GD Launcher by default installs Minecraft instances in C:\\Users\\*username*\\AppData\\Roaming\\gdlauncher_next\\instances\\*instancename*\\ +- MultiMC by default installs Minecraft instances in C:\\Program Files (x86)\\MultiMC\\instances\\*Instancename*\\.minecraft\\ + +For these launchers, make sure FFmpeg exists in `instancename\ffmpeg\bin\ffmpeg.exe` (Twitch / GD) or `Instancename\.minecraft\ffmpeg\bin\ffmpeg.exe` (MultiMC) ### Mac OSX [mac] On OSX, you can install **FFmpeg** with **[Homebrew](http://brew.sh/)** using `brew install ffmpeg`. From 70494f3c6aa509a28c75bf8387e203729a3773c4 Mon Sep 17 00:00:00 2001 From: LindaJuffermans Date: Tue, 21 Jul 2020 21:42:21 +0200 Subject: [PATCH 2/7] Removed Replay Center reference in Thumbnails --- docs/content.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/content.md b/docs/content.md index 826360ad..f0895943 100755 --- a/docs/content.md +++ b/docs/content.md @@ -452,11 +452,9 @@ The **Default Thumbnail** which is used if no Thumbnail was created While in a Replay, you can use the `N` key to create a **Thumbnail** of the current Replay. A **Thumbnail** is a Screenshot which should give the viewer a good impression of your Replay's content. -**Thumbnails** are important when uploading a Replay to the **Replay Center**, -as other users are much more likely to download your Replay if they can see a preview of it. -They also help keeping your **Replay Viewer** clear and structured. +**Thumbnails** help keeping your **Replay Viewer** clear and structured. -If no **Thumbnail** is set for a Replay, the **Default Thumbnail** will be displayed in the **Replay Viewer** and in the **Replay Center**. +If no **Thumbnail** is set for a Replay, the **Default Thumbnail** will be displayed in the **Replay Viewer**. ## Event Markers [markers] ![](img/marker-timeline.jpg) From d49b06856f1eb46b3dcffac3efd6da6fb5439917 Mon Sep 17 00:00:00 2001 From: LindaJuffermans Date: Tue, 21 Jul 2020 21:44:27 +0200 Subject: [PATCH 3/7] Added Accounts section to explain discontinuing and new Discord support structure. --- docs/content.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content.md b/docs/content.md index 826360ad..dbfa14e3 100755 --- a/docs/content.md +++ b/docs/content.md @@ -41,6 +41,11 @@ While playing, you can click the 'Mods' button in the Pause screen to reach **Re When in a Replay, you can either bind a hotkey to the **Replay Mod Settings** in Minecraft's Control settings or use the hotkey GUI by clicking on the arrow button in the lower left corner. +## Accounts [accounts] +In previous versions of ReplayMod we used accounts to deliver videos to the **Replay Center**. This has since been discontinued and with that, so have the accounts. + +Instead of the forum, you can join our [Discord server](https://discord.gg/PdQtvr) to get support and answers. + # Recording [recording] ![](img/recording-indicator.jpg) The **Recording Indicator** which is displayed while recording From a0e9f0b61bb0a40faf789dc3824f0a385992ff69 Mon Sep 17 00:00:00 2001 From: LindaJuffermans Date: Tue, 21 Jul 2020 21:47:48 +0200 Subject: [PATCH 4/7] Added Quick Mode section and reference from timeline jumping --- docs/content.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/content.md b/docs/content.md index 826360ad..8c4f29f6 100755 --- a/docs/content.md +++ b/docs/content.md @@ -107,7 +107,7 @@ The minimum Speed value is **0.1 times** the normal Minecraft Tick Speed, and th To the right of the Speed Slider, there is the **Replay Timeline**. On the Replay Timeline, you see a yellow cursor indicating your current position in the Replay. By clicking somewhere on this Timeline, you will travel in time towards the specified point in time. -Please note that it takes longer to do larger steps in time or to jump backwards in time. +Please note that it takes longer to do larger steps in time or to jump backwards in time (see also [Quick Mode](#replaying-quickmode)). ## Camera Paths [paths] ### Introduction [intro] @@ -429,6 +429,11 @@ If you have a Replay in a dark setting (for example at nighttime, or in a cave) This works as a replacement for the **Night Vision Potion Effect**, without the side effect of a weird sky color. +## Quick Mode [quickmode] (Minecraft 1.9 and up) +When you first enable **Quick Mode** in a replay, an internal reference of certain entity and block properties is stored for quick access, allowing for faster navigation in the **Replay Timeline**. +As a side effect, certain features like particles and second skin layers will not be rendered in the preview. +By default, **Quick Mode** is toggled with `Q`. + ## Player Overview [overview] ![](img/player-overview.jpg) The **Player Overview** Screen From a2342071b3b34bbc96f700aa14d5d529b7314f24 Mon Sep 17 00:00:00 2001 From: LindaJuffermans Date: Tue, 21 Jul 2020 21:52:24 +0200 Subject: [PATCH 5/7] Updated to fixed Discord link from the main site --- docs/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content.md b/docs/content.md index dbfa14e3..500086f5 100755 --- a/docs/content.md +++ b/docs/content.md @@ -44,7 +44,7 @@ or use the hotkey GUI by clicking on the arrow button in the lower left corner. ## Accounts [accounts] In previous versions of ReplayMod we used accounts to deliver videos to the **Replay Center**. This has since been discontinued and with that, so have the accounts. -Instead of the forum, you can join our [Discord server](https://discord.gg/PdQtvr) to get support and answers. +Instead of the forum, you can join our [Discord server](https://discord.gg/5GR7RSb) to get support and answers. # Recording [recording] ![](img/recording-indicator.jpg) From e177333af4c0c04736e90f8c00f57ac1e179ef22 Mon Sep 17 00:00:00 2001 From: LindaJuffermans Date: Wed, 22 Jul 2020 21:18:50 +0200 Subject: [PATCH 6/7] Crash using ReplayMod with Patcher --- docs/content.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content.md b/docs/content.md index 826360ad..992e3cf4 100755 --- a/docs/content.md +++ b/docs/content.md @@ -565,3 +565,9 @@ The [Tickrate Changer](https://www.curseforge.com/minecraft/mc-mods/tickratechan ### LabyMod [labymod] The [LabyMod](https://www.curseforge.com/minecraft/mc-mods/labymod) is not compatible with ReplayMod. +### Sk1er Club: Patcher [patcher] +We have seen reports of crashes that were related to [Patcher](https://sk1er.club/mods/patcher); in case of crashes try removing Patcher. + + + + From bc5182f98be014e1325765b7e99b9245c6471b54 Mon Sep 17 00:00:00 2001 From: LindaJuffermans Date: Wed, 22 Jul 2020 21:23:45 +0200 Subject: [PATCH 7/7] Removed extra empty lines --- docs/content.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/content.md b/docs/content.md index 992e3cf4..fc6acc9f 100755 --- a/docs/content.md +++ b/docs/content.md @@ -567,7 +567,3 @@ The [LabyMod](https://www.curseforge.com/minecraft/mc-mods/labymod) is not compa ### Sk1er Club: Patcher [patcher] We have seen reports of crashes that were related to [Patcher](https://sk1er.club/mods/patcher); in case of crashes try removing Patcher. - - - -