Skip to content

Commit

Permalink
Elaborate on Vinegar's minimum requirements (#93)
Browse files Browse the repository at this point in the history
* Elaborate on Vinegar's minimum requirements

List player and studio's requirements separately. List minimum Wine versions and required patches.

Also link to Roblox's official minimum requirements.

Signed-off-by: Jrelvas <[email protected]>

* Clarify on segregrevert requirement

Signed-off-by: Jrelvas <[email protected]>

---------

Signed-off-by: Jrelvas <[email protected]>
  • Loading branch information
jrelvas-ipc authored Nov 16, 2023
1 parent 5210131 commit 2e69b21
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/Home/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ The Discord server for Vinegar can be found [here](https://discord.gg/dzdzZ6Pps2

### Requirements

- X86-64 CPU with support for [AVX](/Troubleshooting/index.md)
- GPU that has atleast support for OpenGL 4.0 or Vulkan 1.1
[Roblox's official minimum requirements](https://en.help.roblox.com/hc/en-us/articles/203312800) must be met.

#### Roblox Player
- Processor: X86-64 CPU with [AVX](/Troubleshooting/index.md#checking-avx-compatibility) support.
- Graphics: OpenGL 4.0 or Vulkan 1.1 support.
- Wine: At least Wine 8.0.
- The [segregrevert patch](https://github.com/flathub/io.github.vinegarhq.Vinegar/blob/master/patches/wine/segregrevert.patch) is required starting Wine 8.16.
#### Roblox Studio
- Processor: X86-64 CPU.
- Graphics: Vulkan 1.1 support.
- Wine: At least Wine 8.0.
- The [childwindow patch](https://github.com/flathub/io.github.vinegarhq.Vinegar/blob/master/patches/wine/childwindow.patch) is required for acceptable performance and stability.

Roblox® is a registered Roblox Corporation trademark. VinegarHQ is not affiliated with Roblox Corporation.

0 comments on commit 2e69b21

Please sign in to comment.