Update Space Engineers, pass appId as number, remove faudio and disable NVAPI workarround#1119
Update Space Engineers, pass appId as number, remove faudio and disable NVAPI workarround#1119Zemogiter wants to merge 36 commits intoPhoenicisOrg:masterfrom
Conversation
Turns out you don't need the dev package.
Using more standard const names and redid the faudio message to fit more scenarios.
|
Blocked until #1137 is merged |
Added a DXVK config file to disable NVAPI workarround for extra performance with mods.
|
Blocked until #1138 is fixed. |
|
Ready for review. |
madoar
left a comment
There was a problem hiding this comment.
@Zemogiter the script is tested?
|
@madoar |
|
Blocked until #1148 is fixed |
Changed the 1st message, updated wine version.
Part of disabling the nvapi workaround.
|
OK so after all "blocked by x" or "blocked until x is fixed/merged" comments have been solved, I've copied the version of this script from this repo to a local one. Clicking "install" results in this error: |
|
Can you locate where exactly this occurs? |
|
After all those commits the game is working and the only audio stutter is at the main menu for about 5 first seconds of the song. However that is present on Windows as well. Ready for review. |
|
@madoar would you like to review this (you requested the last changes)? |
|
Blocked until #1198 is merged. |
Trailing spaces removal
DXVK documentation uses `=` characters not `:`
codacy fix
Using proper json format
| }) | ||
| .executable("Steam.exe", ["-silent", "-applaunch", "244850", "-no-cef-sandbox", "-skipintro"]) | ||
| .environment((wine) => { | ||
| const dxvkConfigFile = wine.prefixDirectory() + "/drive_c/dxvk.conf"; |
There was a problem hiding this comment.
Issue found: 'dxvkConfigFile' is assigned a value but never used.
|
I have a problem. Merging #1198 in local repo results in this error when verifying steam installer: |
|
It works if you do not use the |
|
@plata removed |
|
Then, how can it be related to #1198? |
|
Then I guess it's not. |
|
OK so I've removed any changes to |
|
Other Steam app installations work? |
|
Just tried the The issue is because its |
|
If the executable has been renamed, it must be changed in |
trailing spaces removal
Description
By using the PPA linked in the script, vanilla Space Engineers is nearly free of audio stutters. Introducing mods changes that for the worse but nothing we can do about that.
What works
Everything
What was not tested
Nothing
Test
i7-7700K,GTX 1080 TI
Ready for review
json-alignandeslintrun according to the documentation.