-
Notifications
You must be signed in to change notification settings - Fork 37
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
Featurerequest: mediafoundation #1
Comments
I don't think it makes sense to implement custom installation verbs like this in protontricks itself. This would be better done upstream in Winetricks or as its own standalone script. A quick search reveals there's already an issue about this on Winetricks' repository. However, it would make sense to add an optional parameter to run an arbitrary command in the scope of the game's installation directory (let's call it With that, we could create a standalone script called
|
hmm i like the idea !! I have maybe another suggestion which basically gives even more space to work with: |
I've added a I might take a look at making a standalone shell script for mfplat installation at a later time, so I'll leave this issue open for the time being. |
thank you alot for the work! this way you can easy get an interactive environment -> protontricks -c /bin/bash AppID Also for the documentation you might want to add that the right "$WINE" is the right way to use the variable in scripts because of the spaces in the variable. |
I wrote a script that should install mfplat for Steam games. It's available as a GitHub gist here. I don't have a game that requires mfplat to run to test myself, so your mileage may vary. In short, you can use the script like this:
The script has only two parameters, the first of which is the architecture (
Makes sense. I'll look into adding this later. |
I've created a wiki page for the mfplat installation script (and possibly other scripts in the future) here. Since there hasn't been any activity on this issue for a while and the script to install mfplat already exists, I'm closing the issue for now. |
Thank you for providing an updated version of protontricks. Since winetricks doesn't have a way to install mediafoundation into a prefix i was wondering if you maybe could include it.
Some needed informations ->
a.) http://www-pc.uni-regensburg.de/systemsw/win7/sp1/index.htm
b.) https://github.com/tonix64/python-installcab
c.) https://lutris.net/files/tools/dll/mfplat/x64/mfplat.dll & https://lutris.net/files/tools/dll/mfplat/x32/mfplat.dll
Thank you for the hard work.
The text was updated successfully, but these errors were encountered: