From dfb062388f63febb94a15d60ca69863f76f4e483 Mon Sep 17 00:00:00 2001 From: Soulfur Date: Sat, 18 Jan 2025 21:06:42 +0530 Subject: [PATCH 1/8] Update CANTLOGIN.md Signed-off-by: Soulfur --- markdown/wiki/faq/CANTLOGIN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/markdown/wiki/faq/CANTLOGIN.md b/markdown/wiki/faq/CANTLOGIN.md index f4a8740c..c96bae6c 100644 --- a/markdown/wiki/faq/CANTLOGIN.md +++ b/markdown/wiki/faq/CANTLOGIN.md @@ -2,7 +2,7 @@ To fix your issues with login, try logging into minecraft.net first, sometimes just logging into the site fixes the issue. If that does not fix it, check these things: -a) you must own Minecraft: Java Edition -b) you must have a username set (check this if you are using Xbox Game Pass) -c) your account should not be a child member of a family, playing Minecraft like this only works on the official Minecraft Launcher for PC. -d) if the error is different and links you somewhere, try following any steps on the site it links you to +- [x] You must own a Minecraft: Java Edition licence. +- [x] You must have a username set (check this if you are using Xbox Game Pass) +- [x] Your account should not be a child member of a family, playing Minecraft like this only works on the official Minecraft Launcher for PC. +- [x] If the error is different and links you somewhere, try following any steps on the site it links you to From 46329c639359d9a7a709424147e15bd710346d9f Mon Sep 17 00:00:00 2001 From: Soulfur Date: Sat, 18 Jan 2025 21:21:09 +0530 Subject: [PATCH 2/8] Update JAVA-ARGS.md Signed-off-by: Soulfur --- markdown/wiki/going_further/JAVA-ARGS.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/markdown/wiki/going_further/JAVA-ARGS.md b/markdown/wiki/going_further/JAVA-ARGS.md index 39b1981d..c290074c 100644 --- a/markdown/wiki/going_further/JAVA-ARGS.md +++ b/markdown/wiki/going_further/JAVA-ARGS.md @@ -1 +1,15 @@ -# Adding custom Java arguments \ No newline at end of file +# 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. + +## 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 From b9db72eb501a658dc58d047887d24413c2173b5c Mon Sep 17 00:00:00 2001 From: Soulfur Date: Sat, 18 Jan 2025 21:23:55 +0530 Subject: [PATCH 3/8] Update OPTIMIZATION.md Signed-off-by: Soulfur --- markdown/wiki/going_further/OPTIMIZATION.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/markdown/wiki/going_further/OPTIMIZATION.md b/markdown/wiki/going_further/OPTIMIZATION.md index 47ae0d1a..146038fa 100644 --- a/markdown/wiki/going_further/OPTIMIZATION.md +++ b/markdown/wiki/going_further/OPTIMIZATION.md @@ -11,6 +11,7 @@ OptiFine, previously known as Optimine and OptiFog; is a Minecraft modification - Depending on what Minecraft version you mainly use, get the specific OptiFine for it. Let's say; I play 1.12.2, so I'll get the latest 1.12.2 OptiFine available. ![1.12.2OFSc](https://media.discordapp.net/attachments/955349865758601266/1035479282627137576/Screenshot_2022-10-28_17-03-03.png) -## Sodium -## "Optimizing" ModPacks -## JVM Arguments + + +## Get the most of your device +A github issue has been raised which consists of the ways to get the highest fps possible. [Click Here](https://github.com/PojavLauncherTeam/PojavLauncher/issues/6432) From 38df69ea83bda5cf031ba0d6f176f14b28ee89b4 Mon Sep 17 00:00:00 2001 From: Soulfur Date: Sat, 18 Jan 2025 21:31:10 +0530 Subject: [PATCH 4/8] Update FFMPEG.md Signed-off-by: Soulfur --- markdown/wiki/faq/android/FFMPEG.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/markdown/wiki/faq/android/FFMPEG.md b/markdown/wiki/faq/android/FFMPEG.md index e05c9cbe..53d1f3ff 100644 --- a/markdown/wiki/faq/android/FFMPEG.md +++ b/markdown/wiki/faq/android/FFMPEG.md @@ -1,15 +1,7 @@ # 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 ``. -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/` 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=`. - - Copy the `` 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 `/` (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 From 1348be7ae4ec4d8c348ffecd07391f8ab9631f70 Mon Sep 17 00:00:00 2001 From: Soulfur Date: Sat, 18 Jan 2025 21:34:23 +0530 Subject: [PATCH 5/8] Update SHADERS.md Signed-off-by: Soulfur --- markdown/wiki/faq/android/SHADERS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/markdown/wiki/faq/android/SHADERS.md b/markdown/wiki/faq/android/SHADERS.md index 26169b9d..9cee5d20 100644 --- a/markdown/wiki/faq/android/SHADERS.md +++ b/markdown/wiki/faq/android/SHADERS.md @@ -1,4 +1,8 @@ # Shaders +The LTW renderer brings up a huge shader compatibility, which means Pojavlauncher now supports shaders made for Iris or Optifine. + +### Known Issues + ### Open4ES - Famous shaders (e.g. SEUS), which are converted to work with GL4ES. - Open4ES GitHub repository [here](https://github.com/Open4Es/Open4Es-Shader-Android). From 17fa4389196caacf6928c185252eb1c1fd3485ae Mon Sep 17 00:00:00 2001 From: Soulfur Date: Tue, 21 Jan 2025 15:03:47 +0530 Subject: [PATCH 6/8] Update JAVA-ARGS.md Signed-off-by: Soulfur --- markdown/wiki/going_further/JAVA-ARGS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/markdown/wiki/going_further/JAVA-ARGS.md b/markdown/wiki/going_further/JAVA-ARGS.md index c290074c..4adafbe9 100644 --- a/markdown/wiki/going_further/JAVA-ARGS.md +++ b/markdown/wiki/going_further/JAVA-ARGS.md @@ -7,6 +7,9 @@ 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 From 10a04b90cc055339ab50b1336e47907f3f130cc1 Mon Sep 17 00:00:00 2001 From: Soulfur Date: Tue, 21 Jan 2025 15:06:11 +0530 Subject: [PATCH 7/8] Update FFMPEG.md Signed-off-by: Soulfur --- markdown/wiki/faq/android/FFMPEG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/markdown/wiki/faq/android/FFMPEG.md b/markdown/wiki/faq/android/FFMPEG.md index 53d1f3ff..db7aa783 100644 --- a/markdown/wiki/faq/android/FFMPEG.md +++ b/markdown/wiki/faq/android/FFMPEG.md @@ -5,3 +5,6 @@ Pojavlauncherteam has worked hard for to allow replay mod rendering to work on y 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) From 507ed2f93c2674d3358155755d5b2e3b3d127650 Mon Sep 17 00:00:00 2001 From: Soulfur Date: Tue, 21 Jan 2025 15:15:39 +0530 Subject: [PATCH 8/8] Update INSTALLATIONOFMODSRPWORLDS.md Signed-off-by: Soulfur --- .../wiki/faq/INSTALLATIONOFMODSRPWORLDS.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/markdown/wiki/faq/INSTALLATIONOFMODSRPWORLDS.md b/markdown/wiki/faq/INSTALLATIONOFMODSRPWORLDS.md index b1d47682..da9be402 100644 --- a/markdown/wiki/faq/INSTALLATIONOFMODSRPWORLDS.md +++ b/markdown/wiki/faq/INSTALLATIONOFMODSRPWORLDS.md @@ -8,6 +8,17 @@ 5. Inside you will find the `mods` folder. 6. Paste your mods there. +### File Structure: + +``` +.minecraft +│ +└─── mods + │ - mod1.jar + │ - mod2.jar + │ ... +``` + ## Resource packs 1. In the PojavLauncher menu, you will see "game directory" button, click it. 2. You will be automatically redirected to `.minecraft` folder. @@ -32,6 +43,16 @@ pack (folder) → pack (folder) → pack.mcmeta pack.zip → pack.mcmeta pack (folder) → pack.mcmeta +``` +.minecraft +│ +└─── resourcepacks + │ ─ pack.zip + └─── pack (folder) + │ ─ pack.mcmeta + │ ─ ... +``` + ## World The world cannot be zipped inside the saves folder. @@ -41,3 +62,12 @@ The world cannot be zipped inside the saves folder. **Correct:** world (directory) → level.dat + +``` +.minecraft +│ +└─── saves + └─── world (folder) + │ level.dat + │ ... +```