-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CANTLOGIN.md Signed-off-by: Soulfur <[email protected]> * Update JAVA-ARGS.md Signed-off-by: Soulfur <[email protected]> * Update OPTIMIZATION.md Signed-off-by: Soulfur <[email protected]> * Update FFMPEG.md Signed-off-by: Soulfur <[email protected]> * Update SHADERS.md Signed-off-by: Soulfur <[email protected]> * Update JAVA-ARGS.md Signed-off-by: Soulfur <[email protected]> * Update FFMPEG.md Signed-off-by: Soulfur <[email protected]> * Update INSTALLATIONOFMODSRPWORLDS.md Signed-off-by: Soulfur <[email protected]> --------- Signed-off-by: Soulfur <[email protected]>
- Loading branch information
1 parent
e02cbca
commit 99caebd
Showing
6 changed files
with
68 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
# Exporting videos with Replay Mod | ||
|
||
1. Download the ffmpeg binary [here](https://github.com/Khang-NT/ffmpeg-binary-android/releases/tag/2018-07-31). Choose one based on your device’s architecture. | ||
- (For GitHub builds) Due to the limit of Replay’s command window, you'll need to rename the executable to a short name, like -> `:fr:`. Let’s call it `<exec_name>`. | ||
2. Install an APK Editor from Google Play or anywhere else (Make sure to use safe sources such as APKPure). | ||
3. Follow the instructions of the app to add the executable to `/lib/<device_architecture>` folder of the APK. Then build the APK and install it. | ||
- (Required for a clean install) Install required mods (Forge, Replay Mod). | ||
4. Now launch Minecraft. We're not done yet, so force close it after launching. | ||
5. Find latestlog.txt. | ||
- Open it and find this line: `Added custom env: POJAV_NATIVEDIR=<directory>`. | ||
- Copy the `<directory>` part. | ||
6. Launch the game again, go to Replay Viewer and load the replay you want to export. | ||
7. Follow Replay’s instructions to add keyframes, then (press T show mouse cursor and) click at `Render Camera Path`. | ||
8. Scroll to the bottom, paste the text you copied in step 5 into the first command line window, then write `/<exec_name>` (step 1) at the end of the text line. | ||
9. Tap `Render` and enjoy your video. | ||
Pojavlauncherteam has worked hard for to allow replay mod rendering to work on your device. Here is how you export a video with replay mod | ||
|
||
1. Download and Install the Pojav's FFMPEG Plugin [Link](https://github.com/PojavLauncherTeam/FFmpegPlugin) | ||
2. Open the replay mod and select the replay you want to render. | ||
3. Finally render the replay file | ||
|
||
|
||
![image](https://github.com/user-attachments/assets/acd2a5bd-ee64-4ab0-a01e-7a68b7e42cfc) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# Adding custom Java arguments | ||
# Adding custom Java arguments | ||
|
||
## To add a JVM Argument | ||
|
||
1. Select the profile you want to add JVM arguments. | ||
2. Tap on JVM Arguments. | ||
3. Fill in with the relevant JVM arguments you like. | ||
4. Finally Save the Profile by clicking on Save button. | ||
|
||
![1737452003507421707442135702385](https://github.com/user-attachments/assets/3acb95bd-7ae2-49e2-a540-00e11fe0ed1b) | ||
|
||
|
||
## Some Common JVM Arguments | ||
|
||
`-XX:ActiveProcessorCount=8` helps if your SoC cores are not detected properly in Minecraft | ||
(if Minecraft is reporting CPU as 5x null or 9x null) | ||
|
||
`-Dsodium.checks.issue2561=false` Fixes some of the common crashes that could occur when using LTW renderer along with sodium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters