Morrowind INI (Status)

From OpenMW Wiki
Revision as of 14:36, 2 November 2015 by Scrawl (talk | contribs) (Created page with "===Legend=== ====Implementation==== * ''Implemented'': This setting is imported and used by OpenMW. * ''Not started'': This setting is not yet used by OpenMW. * ''Research n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Legend

Implementation

  • Implemented: This setting is imported and used by OpenMW.
  • Not started: This setting is not yet used by OpenMW.
  • Research needed: This setting is not currently used by OpenMW, because we don't know what the setting does.
  • Moved: This setting is handled in a different configuration file (e.g. settings.cfg). Generally OpenMW tries to separate between "user settings" (in settings.cfg) and "content / game settings" (imported to openmw.cfg, some of which may later be moved to the content files when OpenMW-CS gains the respective editing capability).
  • Removed: This setting will not be imported by OpenMW, because it was broken or not useful.

Note: to search for the use of a setting in OpenMW, search for SectionName_SettingName, with all spaces replaced by underscores. For example, to find

[Weather]
Sun Glare Fader Max

the respective setting in openmw.cfg would be called "Weather_Sun_Glare_Fader_Max".


Morrowind.ini

Section Setting Implementation
General Show FPS=0 removed
General Max FPS=240 moved to settings.cfg "framerate limit"
General TryArchiveFirst=0 removed
General SkipProgramFlows=0 removed
General DontThreadLoad=0 removed
General ThreadPriority=-1 removed
General ThreadSleepTime=4 removed
General Clip One To One Float=1 removed
General Flip Control Y=0 moved to settings.cfg "invert y axis"
General SkipKFExtraction=1 removed
General PC Footstep Volume=0.7 moved to settings.cfg "footsteps volume"
General Disable Audio=0 imported to "no-sound" in openmw.cfg
General Background Keyboard=0 removed
General Use Joystick=0 removed
General Joystick X Turns=0 removed
General Joystick Look Up/Down=6 removed
General Joystick Look Left/Right=3 removed
General Joystick X Turns=0 removed
General Create Maps Enable=0 removed
General Screen Shot Enable=0 removed
General Screen Shot Base Name=ScreenShot removed
General Screen Shot Index=0 removed
General Beta Comment File= removed
General Interior Cell Buffer=10 removed
General Exterior Cell Buffer=32 removed
General Number of Shadows=6 removed
General Maximum Shadows Per Object=1 removed
General MaintainImportedDialogueOrder=0 research needed
General ExportDialogueWithHyperlinks=0 not started (TES-CS setting?)
General UseExistingTempFile=0 removed
General CanMoveInfosWhileFiltered=0 not started (TES-CS setting?)
General Language=German not started, could be used in install wizard to detect game encoding
General Editor Starting Cell=Moonmoth Legion Fort, Prison Towers removed
General Editor Starting Pos=-112.749161,477.272614,-34.998627 removed
General Editor Starting Dir 0=0.917121,-0.395613,-0.048786 removed
General Editor Starting Dir 1=0.398609,0.910227,0.112248 removed
General Editor Starting Dir 2=0.000000,-0.122392,0.992483 removed
General Subtitles=0 moved to settings.cfg "subtitles"
General ShowHitFader=1 moved to settings.cfg "hit fader"
LightAttenuation UseConstant=0 removed
LightAttenuation ConstantValue=0.0 removed
LightAttenuation UseLinear=1 implemented
LightAttenuation LinearMethod=1 research needed
LightAttenuation LinearValue=3.0 implemented
LightAttenuation LinearRadiusMult=1.0 implemented
LightAttenuation UseQuadratic=0 implemented
LightAttenuation QuadraticMethod=2 research needed
LightAttenuation QuadraticValue=16.0 implemented
LightAttenuation QuadraticRadiusMult=1.0 implemented
LightAttenuation OutQuadInLin=0 implemented

To be continued