-
Notifications
You must be signed in to change notification settings - Fork 46
Update Space Engineers, bumped up wine version and fixed few typos #1110
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
Conversation
.author("Zemogiter") | ||
.appId(244850) | ||
.wineVersion("4.11") | ||
.appId("244850") |
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.
@plata should the appId
be passed as a string or as a number?
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.
Does it matter?
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.
I don't think so but I think we should do it in a uniform manner.
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.
Isn't it uniform in the other Steam scripts?
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.
According to other scripts appId
should be a number, see:
.appId(72850) // Skyrim appId |
.appId(22350); |
.appId(7670); |
Maybe we should enforce this and throw an error if some invalid input has been given?
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.
When installing Space Engineers
I get the same error from #1098 (comment)
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.
It should be number.
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.
Changing appId
back to number changes nothing. Still getting that error.
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 I think you misunderstand the comment discussions. This is not about the error you are getting. We simply want to have a uniform style how the appId
should be passed to the SteamScript
.
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.
@madoar understood
Description
It should be
no-cef-sandbox
notno-ces-sandbox
What works
Everything but sometimes Wine decides to force ALSA instead of PulseAudio. This results in even choppier audio. But when I use winetricks to set it to pulse and go to the sound tab in winecfg I get "none" next to the "chosen driver".
What was not tested
Nothing I can think of at this moment
Test
i7-7700K, GTX 1080 ti
Ready for review
json-align
andeslint
run according to the documentation.