Skip to content

Commit 4c45142

Browse files
authored
Merge pull request #485 from swaggio7/future-proof
Future Proofing Revelations
2 parents dd7a216 + 8057186 commit 4c45142

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ QuestCraft, utilizing Vivecraft and Pojlib, is a standalone port of Minecraft: J
1111

1212
# Features
1313
- ### **Roomscale Minecraft VR!**
14-
- ### **Quest and Queat 2 Native!**
14+
- ### **~~Quest and~~ Quest 2 Native!**
1515
- ### **Full Multiplayer in VR!**
1616
- ### **Immersive Controls through Vivecraft, Like Punching Blocks!**
17-
- ### **Supports 1.19.3 both 1.18.2!**
17+
- ### **Supports 1.19.4, 1.19.3, 1.19.2, and 1.18.2!**
1818
- ### **Includes a Unity and Pojlib-built *launcher* that allows you to start QuestCraft, switch between versions and renderers, and use Mod Manager, a tool to download and install supported mods right from your Quest!!**
19+
**Quest 1 Support is no longer availiable due to Quest Software v51.**
1920

2021
# Installation Instructions
2122

@@ -30,22 +31,24 @@ Next, open the QuestCraft launcher on your headset. Be sure to grant it all requ
3031
And boom! You have successfully installed QuestCraft on your VR headset! To play, simply press the **Play** button and wait for it to load, it might take a while depending on headset age and model.
3132

3233
## Supported Renderers (Take note when installing mods!)
33-
### **We have a [list](https://docs.google.com/spreadsheets/d/12yUTO_HgAEyZFoETxmzqaxPZrOUF1ocaQjbi_u5U2jI/edit?usp=sharing) that contains supported mods that are not in the ModManager! You can also add to this list with this [form](https://forms.gle/TRU7NN4YdgR4oDeW9)!**
34-
These are renderers that you can toggle on anytime. Each of them comes with their own benefits. **Note that GL4ES and Zink already have performance mods installed. (see [the mod list.)](https://docs.google.com/spreadsheets/d/12yUTO_HgAEyZFoETxmzqaxPZrOUF1ocaQjbi_u5U2jI/edit?usp=sharing)**
35-
- ### GL4ES
36-
GL4ES (**[OpenGL ES](https://www.khronos.org/opengles/#)**) has moderate speed, with moderate mod compatibility. Complex mods like Distant Horizons and Immersive Portals may not work.
34+
### **We have a [list](https://docs.google.com/spreadsheets/d/161gATVzDSLSEQfIVo6C8XvwUKMghUC1-8bpSdNKaTGc/edit?usp=sharing) that contains supported mods that are not in the ModManager! You can also add to this list with this [form](https://forms.gle/TRU7NN4YdgR4oDeW9)!**
35+
These are renderers that you can toggle on anytime. Each of them comes with their own benefits.
36+
3737
- ### Zink
3838
**[Zink](https://docs.mesa3d.org/drivers/zink.html)**, while being primarily slow, has great mod compatibility. Complex mods like Distant Horizons and Immersive Portals should work.
3939
- ### Vulkan
4040
**[Vulkan](https://www.vulkan.org/)**, while being very fast, has low mod compatibility. Complex mods like Distant Horizons and Immersive Portals should work.
4141

42-
## Included Mods (For GL4ES and Zink)
42+
## Included Mods (For Zink)
43+
### These mods are preinstalled and are for use with **Zink** in order to increase performance. Vulkan does not have any, as it's fast on its own.
4344

4445
- **[Better Biome Blend](https://modrinth.com/mod/better-biome-blend)** (Fixes and adds features to the Biome Blend setting)
4546

4647
- **[Cloth Config](https://modrinth.com/mod/cloth-config)** (Libary for config screens, e.g. Video Settings)
4748

4849
- **[Concurrent Chunk Management Engine (C2ME)](https://modrinth.com/mod/c2me-fabric)** (Improves chunk loading)
50+
51+
- **[Cull Less Leaves](https://modrinth.com/mod/cull-less-leaves)** (Culls leaves for performance, 1.18.2 only!)
4952

5053
- **[Entity Culling](https://modrinth.com/mod/entityculling)** (Renders only visible blocks and entities, improving overall performance)
5154

@@ -79,18 +82,19 @@ GL4ES (**[OpenGL ES](https://www.khronos.org/opengles/#)**) has moderate speed,
7982

8083
**Iris and shaders in general are not yet available in QC. Installing any will crash the game!**
8184

82-
## Some Recommended Settings and Tips (For Zink and GL4ES)
85+
## Some Recommended Settings and Tips (For Zink)
8386
1. In the options menu, go to VR Settings/Stereo Rendering and set the resolution (NOT CAMERA RES) to 80%. This will decrease the general quality, but will give an extra performance boost.
8487
2. The game's render distance is best at 4-6, but you *may* encounter lag spikes when using it. 9 and above is not recommended.
8588
3. Oceans contain LOTS of kelp that decrease framerate. Don't mine any of it all at once, as your game may CRASH if lots of entities (in this case, kelp waiting to be picked up) exist at once.
8689
4. [Skyblock](https://minecraft.fandom.com/wiki/Tutorials/Skyblock) and [Oneblock](https://www.curseforge.com/minecraft/worlds/oneblock) worlds perform the best, as they require less hardware usage.
90+
8791
# Notes
8892
- We do not exist on TikTok. No one from the dev team makes TikTok videos.
8993
- QuestCraft (QCXR) is developed and maintained by the QCXR team, we also contribute upstream to the open source tools that we used to make this a reality, make sure to check out **[MCXR](https://github.com/mcxr-org/MCXR)**, the previous VR mod, now replaced with **[VivecraftMod](https://github.com/ferriarnus/VivecraftMod)**, **[PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher)** (for Pojlib!), and **[VulkanMod](https://github.com/xCollateral/VulkanMod)** for Vulkan support!
90-
- The forks we use are **[Pojlib](https://github.com/questcraftplusplus/pojlib)**, **[VivecraftMod](https://github.com/questcraftplusplus/vivecraftmod)**, and **[VulkanMod](https://github.com/QuestCraftPlusPlus/VulkanMod).**
94+
- The QCXR forks we use are **[Pojlib](https://github.com/questcraftplusplus/pojlib)**, **[VivecraftMod](https://github.com/questcraftplusplus/vivecraftmod)**, and **[VulkanMod](https://github.com/QuestCraftPlusPlus/VulkanMod).**
9195
- All support questions should be asked inside of the QuestCraft Discord (discord.gg/questcraft) for the best experience.
9296
- **questcraft.net is not maintained or owned by anyone on the QuestCraft team**, they could put malware on it at any time. Please do not download anything from or visit questcraft.net. **Our new website is located here at [QuestCraft](https://questcraft.org/)**.
93-
- Pico (or any other device) support isn't planned for time being. Until then, use **[Vivecraft PCVR](https://www.vivecraft.org/)**.
97+
- Pico (and ONLY Pico) support is planned and will begin development after 4.0. Until then, kindly use **[Vivecraft PCVR](https://www.vivecraft.org/)**.
9498
- When installing mods that are not from Mod Manager on your Quest, you may face issues, ranging from unexpected behavior to crashes! If you experience any, please **[file an issue](https://github.com/QuestCraftPlusPlus/QuestCraft/issues/new/choose)**!
9599

96100
## Controls

0 commit comments

Comments
 (0)