-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Space Engineers, pass appId as number, remove faudio and disable NVAPI workarround #1119
base: master
Are you sure you want to change the base?
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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-align
andeslint
run according to the documentation.