Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What the above will do is to call wine's implementation of Proton 5 and start regedit, using the game prefix as its destination prefix. One caveat: WINEPREFIX needs to be (or evaluate to) an absolute path, i.e, starting from '/' .
By evaluate I mean that you can use variables (as in the scrip above this post) to shorten the writen text, such as $HOME for instance (that will evaluate to /home/<user_name>), however you cannot use the alias '~' to accomplish the same. STEAM_LIBRARY is an arbitrary variable I used to indicate something like /home/some_user/.local/share/Steam, you set variables usually in capitals and followed by '=' and evaluate them preceded by '$' and the variable name (by convention envirnoment variables are capitalizad, and regular variables in scripts or in-line, for instance, do not need to be, but it is easier to identify them in this way, though it is not mandatory nor enforced).
That should make it easier to understand and substitute accordingly in the script above, which may be quite useful for more complex tasks.
Tiny problem, the Direct3D reg key doesn't exist, it is like directx hasn't been installed. So I have been foiled again.
At least I got the Witcher 2 to work.
...and yet they say Linux is hard.
Is this a case where one user could share a .reg file and it would work fine for all others? Or is it a bunch of registries that each person has a variation of them which won't fit anyone else?
It has been a while since I had to mess with that, mainly because I do not run those games/apps as often.
which was in itself pertinent to proposing or not that someone could export a .reg file with directX entries and OP would then use that...
alas, given what @thetargos mentioned, it looks like it wouldn't work...
do you disagree? is there a good generic .reg OP could import to fix this?