-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# Virtual Succubus - now without (almost) any issues on macOS! | ||
Like most of you, I really like VS, but I don't have Android device nor Windows PC, so playing it was always some kind of challenge for me. And while getting VS to run on Linux don't take too much effort, on macOS it's pretty different story - beginning with lack of proper Vulkan support and finishing with some crucial bugs in Wine itself. However, after playing around with Wine for a couple of days I've got VS working perfectly on macOS, both on Intel and Apple Silicon (through Rosetta 2) Macs. | ||
Like most of you, I really like VS, but I don't have Android device nor Windows PC, so playing it was always some kind of challenge for me. And while getting VS to run on Linux don't take too much effort, on macOS it's pretty different story - beginning with lack of proper Vulkan support and finishing with some crucial bugs in Wine itself. However, after playing around with Wine for a couple of days I've got VS working perfectly on macOS! | ||
|
||
Both demo and full release work - this wrapper was tested on M1 MacBook Air 2020 with VS 0.39R3, however previous versions of the game should also work. | ||
Both demo and full release work - this wrapper was tested on M1 MacBook Air 2020 with VS 0.39, however previous versions of the game should also work. | ||
|
||
While this wrapper work without any issues on Apple Silicon Macs, there are some compatibility issues on Intel Macs, and for now VS is not guaranteed to work on anything Intel-based. | ||
|
||
## Download and install | ||
You'll need Windows version of VS and latest build of this wrapper, which you can download [here](https://github.com/Ferbez/virtual-succubus-macos/releases). Detailed installation guide is available [here](https://github.com/Ferbez/virtual-succubus-macos/blob/main/INSTALLATION.md). |