diff options
| author | william341 <[email protected]> | 2017-06-18 16:43:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-18 16:43:30 -0700 |
| commit | ba80dcf3f80018cbb041b62ad8a40268427d1311 (patch) | |
| tree | f0bd18b2355d34c07c744c3cd82a4725a799eecd /LinuxLauncher/README.md | |
| parent | 771c20cfb3a703e0f1550fdcf9eb07b78298c944 (diff) | |
| parent | 12acff8742f4c64976bfabee1b70dc515190fc7c (diff) | |
| download | shiftos_thereturn-ba80dcf3f80018cbb041b62ad8a40268427d1311.tar.gz shiftos_thereturn-ba80dcf3f80018cbb041b62ad8a40268427d1311.tar.bz2 shiftos_thereturn-ba80dcf3f80018cbb041b62ad8a40268427d1311.zip | |
Merge pull request #2 from shiftos-game/master
wew
Diffstat (limited to 'LinuxLauncher/README.md')
| -rw-r--r-- | LinuxLauncher/README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/LinuxLauncher/README.md b/LinuxLauncher/README.md new file mode 100644 index 0000000..6b24dce --- /dev/null +++ b/LinuxLauncher/README.md @@ -0,0 +1,28 @@ +This is an attempt to get ShiftOS working well on Linux using Wine and +Mono. + +The launcher script needs a copy of the game (try extracting Debug.zip +from the AppVeyor project) in a directory called "data". It will set up +a new Wine prefix in ~/.local/share/ShiftOS and the game itself can be +found in ~/.local/share/ShiftOS/drive_c/ShiftOS. Ultimately I want to +make an AUR package of this script if all goes to plan. + +## known bugs + +* the first time you start the game, the Wine virtual desktop doesn't +enable properly +* text input boxes are white on white +* the terminal puts an extra newline after displaying the prompt +* Aiden Nirh's cutscene has weird overlapping text +* ShiftLetters seems to have no available word lists. Clicking Play +crashes the game. +* the ShiftOS desktop can go in front of applications +* there is a blue border from the Wine desktop (I want to change that +to black, but I also don't want it showing through while the game is +running) +* CSharpCodeProvider doesn't seem to work, so Python mods won't load + +## anticipated tricky bits + +* Web browser +* Unity mode |
