Shadowgounds is a top down shooter which is not really a joy to play with 3D Vision out of the box because you cant zoom in , everything looks very (too) small.
The follwing may fix some of the convergence problems because it changes the game into 3rd /1st person view. You may not need the Helixmod Fix at all. (i did not, living with 2 small broken shaders and the needless crosshair the game ran quite good with the settings below.)
- Open Data1.fbz in gamefolder with 7 zip
- navigate to : Data\Misc\default_game_options.txt
- klick open (with any text editor)
- change values into values below
camera_scrolly_enabled = 0
camera_scrolly_amount = 50
camera_scrolly_speed = 50
camera_min_beta_angle = 20
camera_max_beta_angle = 20
camera_default_zoom = 10
camera_default_zoom_player_inc = 10
camera_default_fov = 120
camera_autozoom_enabled = 0
camera_autozoom_indoor = 0.0f
camera_autozoom_outdoor = 0.0f
---------------------------------------------
- click save in your text editor and store the file back with 7zip.
- navigate to : Data\Missions\Common\camera_autozoom_area.dhs
- change values below
#define CAM_AUTOZOOM_INDOOR_CLOSE 10.0f
#define CAM_AUTOZOOM_INDOOR_NORMAL 10.0f
#define CAM_AUTOZOOM_INDOOR_FAR 10.0f
#define CAM_AUTOZOOM_OUTDOOR_CLOSE 10.0f
#define CAM_AUTOZOOM_OUTDOOR_NORMAL 10.0f
#define CAM_AUTOZOOM_OUTDOOR_FAR 10.0f
---------------------------------------------
- click save in your text editor and store the file back with 7zip.
---------------------------------------------
( these are the settings for the camera angle and position )
---------------------------------------------
---------------------------------------------
- add Setting ID_0x701eb457 = 0x00000001 // MysteryStereoSetting to the Nvidia Profile
(this lets you save settings with STRG+F7)
- Run game
- ingame Press F8 (Console)
- enter externInclude developer:main (case sensitive !) - this enables zoom in and out with [keypad +-]
- ( it seems that this setting needs to be made only once. )
- ingame settings (menu) : turn FREE Camera OFF
---------------------------------------------
- HUD:
- to remove HUD, press F8 and enter : HideGUI
- to show HUD press F8 and enter : Show GUI
The above settings change the game into a nice 3rd person shooter, with keypad [+-] you can zoom in and out ( 1st person up to whole area ), giving the player a much better 3D Vision experience.
RJKole (2017)