no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Last revision
fuss:styx_master_of_shadows [2020/12/29 01:54] office
Line 1: Line 1:
 +====== Fix Mouse Wheel Issues ======
 +
 +Styx: Master of Shadows on the PC just ignores the mouse wheel which is required in order to be able to cycle through items.
 +
 +To fix the issue, edit ''My Documents\My Games\Styx\StyxGame\Config\StyxGame.ini'' and append the following lines at the bottom of the file:
 +
 +<code>
 +Bindings=(Name="PageUp", Command="InputItem_Left | OnRelease InputItem_Left_Release")
 +Bindings=(Name="PageDown", Command="InputItem_Right | OnRelease InputItem_Right_Release")
 +</code>
 +
 +The lines will map the <key>Page Up</key> and <key>Page Down</key> to mouse wheel up and mouse wheel down respectively.
 +
 +Alternatively, ''PageUp'' or ''PageDown'' can be changed to the name of any other desired key.
 +
 +====== Force Resolution ======
 +
 +If changing the resolution fails from within the game, the ''DefaultGame.ini'' can be edited to set the resolution forcibly:
 +
 +<code>
 +[StyxGame.StyxGameSystem]
 +bLaunchSafeMode=true
 +bResolutionClamp=true
 +bUseOverridedResolution=true
 +OverridedResolutionX=1024
 +OverridedResolutionY=768
 +bOverridedResolutionFullscreen=false
 +</code>
  

fuss/styx_master_of_shadows.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.