Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Talk:Shadowrun: Hong Kong

About this board

Not editable


Linux Multiple Monitor issues (advice)

5
Ndegruchy (talkcontribs)

I'm looking for the best way to add a section about the current(ish) issue with SRHK and multiple monitor support on Linux. I've got a partially working fix by editing the prefs file. Something like this:

   <unity_prefs version_major="1" version_minor="1">
       <pref name="Screenmanager Is Fullscreen mode" type="int">1</pref>
       <pref name="Screenmanager Resolution Height" type="int">1038</pref>
       <pref name="Screenmanager Resolution Width" type="int">1920</pref>
       <pref name="Settings.PropResolution" type="int">2</pref>
       <pref name="Settings.ResolutionFullScreen" type="int">25</pref>
       <pref name="Settings.ResolutionWindowed" type="int">25</pref>
       <pref name="Settings.InputMode" type="int">0</pref>
   </unity_prefs>

What would the best way be to add this information to the page?

Anonymous (talkcontribs)

I'd suggest throwing it in the Issues fixed section, the way it's placed on the Lovers in a Dangerous Spacetime page. It's a relatively common issue with Unity games unfortunately, though I thought that Shadowrun Returns didn't have this - I'd expect the same of HK by that logic. I'm guessing they fiddled a bit too much since then.

Garrett (talkcontribs)

So -popupwindow doesn't work for this?

Ndegruchy (talkcontribs)

This fix seems to work for the dual monitor fix on many Unity 3d games, like Gone Home. Should this be something that is posted more?

Garrett (talkcontribs)

If this is a general fix it could be mentioned on Engine:Unity. If -popupwindow fixes this issue then that solution should be covered instead.

There are no older topics