yuioksierop
New Member
- Jun 11, 2022
- 8
- 12
- 77
Edit: There are some further things to resolve with the following, may look at it more tomorrow.
Edit2: I have got this working further along by creating a dummy .so BCrypt.dll. I'll test this a bit first before reporting back. Hoping there are no more native calls that I need to shim.
For Linux Users:
There appears to some new api's used in the new Unity Player around input.
The current wine version (latest is 11.0rc2) do not currently have these implemented, hence
things like mouse clicks not working.
Fortunately, we can just copy in the missing linux runtime data as the game
still ships with a vulkan renderer (and not just directx).
I've generated the corresponding game files and uploaded them here:
# Instuctions
For Starmaker_1_8A
- Rename the `Starmaker Story_Data` to `Data`
- Copy all contents of this directory into the existing (Overwriting if
prompted)
- Run `LinuxPlayer` to start the game
I've done some preliminary testing and the game works well. Let me know if any issues. I don't expect the wine fixes to be in the next stable release.
Edit2: I have got this working further along by creating a dummy .so BCrypt.dll. I'll test this a bit first before reporting back. Hoping there are no more native calls that I need to shim.
For Linux Users:
There appears to some new api's used in the new Unity Player around input.
The current wine version (latest is 11.0rc2) do not currently have these implemented, hence
things like mouse clicks not working.
Fortunately, we can just copy in the missing linux runtime data as the game
still ships with a vulkan renderer (and not just directx).
I've generated the corresponding game files and uploaded them here:
You must be registered to see the links
# Instuctions
For Starmaker_1_8A
- Rename the `Starmaker Story_Data` to `Data`
- Copy all contents of this directory into the existing (Overwriting if
prompted)
- Run `LinuxPlayer` to start the game
I've done some preliminary testing and the game works well. Let me know if any issues. I don't expect the wine fixes to be in the next stable release.
Last edited: