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.

Difference between revisions of "Magrunner: Dark Pulse"

From PCGamingWiki, the wiki about fixing PC games
m
(some tweaks)
Line 32: Line 32:
 
}}
 
}}
  
{{--}} Key bindings are saved in binary autosave file which prevent from executing user commands.
+
{{--}} Key bindings from game options and some other settings are saved in binary autosave file instead of .ini configuration files.
  
 
=== [[Save game cloud syncing]] ===
 
=== [[Save game cloud syncing]] ===
Line 51: Line 51:
 
|multimonitor_notes        =
 
|multimonitor_notes        =
 
|fov                        =true
 
|fov                        =true
|fov_notes                  =Slider in menu, values from 70 to 110.
+
|fov_notes                  =Slider in menu, values from 70 to 110. See [[#Field of view (FOV)|Field of view (FOV)]] for tweaks.
 
|windowed                  =true
 
|windowed                  =true
 
|windowed_notes            =
 
|windowed_notes            =
Line 62: Line 62:
 
|vsync                      =true
 
|vsync                      =true
 
|vsync_notes                =
 
|vsync_notes                =
 +
}}
 +
 +
===Field of view (FOV)===
 +
{{++}} Game contains field of view slider in menu. Users can set field of view from 70 to 110 degrees.
 +
{{--}} This setting is saved in binary autosave file which prevent from easily tweaking this value.
 +
 +
{{Fixbox|1=
 +
{{Fixbox/fix|FOV fine tweaking}}
 +
# Navigate to <code>%USERPROFILE%\My Games\Magrunner\YoshiGame\Config\</code>.
 +
# Open file <code>YoshiInput.ini</code> in text editor.
 +
# Locate section <code>[Engine.PlayerInput]</code> and add this line: <pre>Bindings=(Name="XXX",Command="FOV YYY"</pre> where <code>XXX</code> is name of your desired key and <code>YYY</code> is your desired field of view value.
 +
 +
'''Notes'''
 +
{{ii}} This will break ingame zoom command so you need to create your own. See Zoom fix below.
 +
{{ii}} You need to hit your FOV key every time you start the game or game reverts FOV to its set value.
 +
{{ii}} Alternatively you can just use tweaked zoom key instead of dedicated FOV key.
 +
{{ii}} For reverting FOV to default value hit original zoom key or create binding with <code>YoshiResetCameraFov</code> command.
 +
}}
 +
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Zoom fix}}
 +
# Launch the game, go to keyboard settings and bind zoom command to key which are you not going to use so that you clear your desired zoom key.
 +
# Open again file <code>YoshiInput.ini</code> in text editor and locate <code>[Engine.PlayerInput]</code> section.
 +
# Look for your desired zoom key and change the line to this: <pre>Bindings=(Name="XXX",Command="FOV 40 | Onrelease FOV YYY")</pre> where <code>XXX</code> is name of your desired key and <code>YYY</code> is your desired field of view value.
 +
 +
{{ii}} Alternatively you can change 40 to lower value and achieve greater zoom magnification.
 
}}
 
}}
  

Revision as of 12:49, 30 June 2013

Template:Infobox

General information

GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions

Availability

Template:Availability Table

Improvements

Skip intro videos

Instructions

Game data

Template:Game Location Table

Key bindings from game options and some other settings are saved in binary autosave file instead of .ini configuration files.

Save game cloud syncing

Template:Save Game Cloud Syncing

Video settings

Video settings.

Template:Video Settings

Field of view (FOV)

Game contains field of view slider in menu. Users can set field of view from 70 to 110 degrees.
This setting is saved in binary autosave file which prevent from easily tweaking this value.
Instructions
Instructions

Disable framerate limiter

Game features framerate limiter that limits max framerate to 60 FPS.
Instructions

Input settings

Template:Input Settings

System requirements

Template:System Requirements


References