Openmw Versions Save

OpenMW is an open-source open-world RPG game engine that supports playing Morrowind. Main repo and issue tracker can be found here: https://gitlab.com/OpenMW/openmw/

openmw-0.38.0

8 years ago

The OpenMW team is proud to announce the release of version 0.38.0! Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems. Hot on the heels of the previous one, this release brings many fixes and improvements, notably movement of objects between cells, and support for the OSG native model format.

Known Issues:

  • Shadows are not re-implemented at this time, as well as distant land and object shaders
  • Features are missing from OpenMW-CS as well: only basic camera controls are implemented, pathgrid and cell marker rendering is missing, as well as instance moving

Changelog:

  • Implemented werewolf field of view
  • Implemented movement of objects between cells, fixes several issues
  • Implemented handling OSG native model format
  • Implemented separate field of view settings for hands and game world
  • Implemented isInCell checks on PlaceAt and PlaceItem
  • Implemented handling NiLODNode and NiPointLight
  • Implemented notification to indicate when a game is saved
  • Fixed player object being deletable
  • Fixed AiCombat distance check to take into account collision box
  • Fixed saw in Dome of Kasia not hurting a stationary player
  • Fixed rats floating when killed near a door
  • Fixed kwama eggsacks pulsing too fast
  • Fixed NPC voice sound source not being placed at their head
  • Fixed crash with OpenMW install wizard
  • Fixed reseting delete flag when loading a reference from a save game
  • Fixed issues with clicking on unexpected inventory items on character doll
  • Fixed spell absorption to apply once per effect
  • Fixed enchantment merchant items reshuffling every time barter is clicked
  • Fixed not being able to resurrect the player through the console if health is zero
  • Fixed projectile weapon behavior when underwater
  • Fixed not being able to use keywords in strings for message boxes
  • Fixed items not sinking when dropped underwater
  • Fixed crash when onPcEquip script removes the equipped item
  • Fixed dialog not triggering correctly in Julan Ashlander Companion mod
  • Fixed tooltips for Health, Magicka, and Fatigue showing in the Options menu when bars aren't visible
  • Fixed guards accepting gold for crimes even when you don't have enough
  • Fixed Show Owned option affecting tooltips that are not objects
  • Fixed player sound source being at the feet
  • Fixed not being able to replace interactive message boxes
  • Fixed fatal error on OpGetTarget when the target has disappeared
  • Fixed first person rendering glitches with high field of view
  • Fixed crash on new game at character class selection
  • Fixed RigGeometry bone references to be case-insensitive
  • Fixed NPCs using wrong sound when landing
  • Fixed missing journal textures without Tribunal and Bloodmoon installed
  • Fixed multiple AiFollow packages causing the distance to stack
  • Fixed creature dialogs not being handled correctly
  • Fixed crash when entering Holamayan Monastery with mesh replacer installed
  • Fixed dreamers spawning too soon
  • Fixed Next/Previous Weapon/Spell and Ready Spell working as a werewolf
  • Fixed being able to soultrap a creature more than once
  • Fixed summoned creatures and objects disappearing at midnight
  • Fixed gamecontrollerdb file being created as a txt instead of a cfg
  • Fixed "same race" dialog functions never triggering
  • Fixed dialog choice condition issue
  • Fixed body part rendering when in a pose
  • Fixed reversed sneak awareness check
  • Fixed positional sound acceleration issue
  • Fixed fatal error when LandTexture is missing
  • OpenMW-CS: Implemented choosing colors for syntax highlighting
  • OpenMW-CS: Implemented hiding script error list when there are no errors
  • OpenMW-CS: Implemented ability to create omwaddons with periods in the filename
  • OpenMW-CS: Implemented configurable size for scipt error panel
  • OpenMW-CS: Implemented tooltips in the 3D scene
  • OpenMW-CS: Fixed issue with handling of DELE subrecords
  • OpenMW-CS: Fixed Verify not checking if given item ID for a container exists

openmw-0.37.0

8 years ago

The OpenMW team is proud to announce the release of version 0.37.0! Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems. This release brings the long-anticipated implementation of the OpenSceneGraph renderer! More info on this 3d graphics toolkit can be found on the OSG website (http://www.openscenegraph.org/). Hats off to scrawl for the Herculean amount of effort he put in working on this massive codebase change! The new renderer brings a massive performance speedup, as well as many graphical fixes and improvements.

You may notice that shadows are not re-implemented at this time, as well as distant land and object shaders, but we wanted to get the release out rather than delay any further! These features will be re-added soon! This release brings many other changes and bugfixes, as well as a huge amount of new work done on OpenCS, the editor for OpenMW. Some features are missing from OpenCS as well: only basic camera controls are implemented, pathgrid and cell marker rendering is missing, as well as instance moving. See below for the full changelog.

Changelog:

  • Rewrote graphics engine using OSG rendering toolkit
  • Implemented profiling overlay (press F3!)
  • Implemented journal and book scaling
  • Implemented NiStencilProperty
  • Implemented Game Time Tracker
  • Implemented comments in openmw.cfg
  • Implemented resource manager optimizations
  • Implemented handling NIF files as proper resources
  • Implemented using skinning data in NIF files as-is
  • Implemented small feature culling
  • Implemented configurable near clip distance
  • Implemented GUI scaling option
  • Implemented support for anonymous textures
  • Implemented loading screen optimizations
  • Implemented character preview optimization
  • Implemented sun glare fader
  • Implemented support for building with Qt5
  • Implemented Bullet shape instancing optimization
  • Implemented FFMPEG 2.9 support
  • Implemented head tracking for creatures
  • Implemented additive moon blending
  • Implemented an error message when S3TC support is missing
  • Fixed short activation distance for light emitting objects
  • Fixed animation not resizing creature's bounding box
  • Fixed setPos and setScale instructions only modifying the collision model when invoked on Static objects
  • Fixed stars showing on horizon at night when they should be obscured by clouds
  • Fixed errors in moon trajectory
  • Fixed NPCs width not being adjusted by their weight
  • Fixed raycasting for dead actors
  • Fixed several issues with underwater view
  • Fixed Erene Llenim not wandering
  • Fixed cliff racers failing to hit the player (should have left this broken, hm?)
  • Fixed NPCs not being able to hit small creatures
  • Fixed vibrating terrain in cells far from the origin
  • Fixed several issues with first person weapon model rendering
  • Fixed crash when switching from full screen to windowed mode in D3D9
  • Fixed scripts failing to compile if name starts with a digit
  • Fixed Socucius Ergalla having doubled greetings during the tutorial
  • Fixed underwater flora lighting up the entire area
  • Fixed not handling controller extrapolation flags
  • Fixed footstep frequency not updating immediately when speed attribute changes
  • Fixed crash with OpenGL 1.4 drivers
  • Fixed antialiasing not working on Linux
  • Fixed enemies attacking the air when they spot the player
  • Fixed NIF rotation matrices that include scaling not being supported
  • Fixed crank in Old Mournhold: Forgotten Sewer turning about the wrong axis
  • Fixed several particle transparency stacking issues
  • Fixed Trueflame and Hopesfire flame effect rendering
  • Fixed little box rendering beneath verminous fabricants
  • Fixed sparks in Clockwork City not bouncing off the floor
  • Fixed dicer traps in Clockwork City not activating when you're too close
  • Fixed scrambled pixels on the mini map
  • Fixed NIFs with more than 255 NiBillboardNodes not loading
  • Fixed objects flickering
  • Fixed issue with running out of vram
  • Fixed NPCs dying silently
  • Fixed jumping animation restarting when equipping mid-air
  • Fixed light spell not working in first person view
  • Fixed light spell not being as bright as in Morrowind
  • Fixed transparency sorting to be more accurate, obsoleting transparency-overrides.cfg
  • Fixed player followers reporting crimes
  • Fixed hidden emitter nodes still firing particles
  • Fixed music from title screen continuing after loading a saved game
  • Fixed map not being consistent between saved games
  • Fixed dialog scroll not always starting at the top
  • Fixed Detect Enchantment marks not appearing on top of the player arrow
  • Fixed changing NPC position via console not taking effect until cell is reloaded
  • Fixed mannequins in mods appearing as dead bodies
  • Fixed spurious fifth parameter on Placeatme raising an error
  • Fixed COC command printing multiple times when the GUI is hidden
  • Fixed crash when a creature has no model
  • Fixed character sheet not properly updating when backing out of CharGen
  • Fixed Horkers using land idle animations under water
  • Fixed map notes not showing on cell marker tooltips
  • Fixed alchemy including effects that show twice on the same ingredient
  • Fixed ORI console command
  • Fixed Ashlanders in front of Ghostgate wandering around
  • Fixed ESM writer not handling encoding when saving the TES3 header
  • Fixed NIF node names to be not case-sensitive
  • Fixed fog depth and density not being handled correctly
  • Fixed Combat AI changing target too frequently
  • Fixed not being able to attack during block animations
  • Fixed player not raising arm in third person view for blizzards
  • Fixed current screen resolution not being selected in Options when starting OpenMW
  • Fixed Ordinators thinking beast races can wear their helm
  • Fixed slider bars still moving after clicking to move them and not releasing the mouse button
  • Fixed quirks with sleep interruption
  • Fixed being able to ready weapons and magic while paralyzed
  • Fixed inverted Kwama Queen head
  • Fixed additem and removeitem behavior with gold
  • Fixed --start putting the player inside models
  • Fixed a glitch that allowed infinite free items when bartering
  • Fixed handling of quotes in names of script functions
  • Fixed Open and Lock spell effects persisting when cast on certain statics
  • Fixed being able to lock beds
  • Fixed script compiler not accepting IDs as instruction or function arguments if the ID is also a keyword
  • Fixed cell names not being localized on the world map
  • Fixed swimming player being too low in the water
  • Fixed Save and Load menu localization issues
  • Fixed Disintegrate Weapon applying to lockpicks and probes
  • Fixed mouse wheel in journal not being disabled by Options menu
  • Fixed Heart of Lorkhan not visually responding to attacks
  • Fixed inventory highlighting the wrong category after a load
  • Fixed teleport amulet not being placed in player inventory in Illuminated Order 1.0c
  • Fixed fSleepRandMod not behaving correctly in special cases
  • Fixed hang in non-GOTY version caused by bad SetRot data
  • Fixed NPC confusion over player race
  • Fixed custom races breaking numbering of PcRace
  • Fixed being able to sneak while paralyzed
  • Fixed Chameleon not working for creatures
  • Fixed player power chance to show as 0 when used
  • Fixed error handling for non-existing enchantment references
  • Fixed recursive script execution
  • Fixed infinite recursion when compiling a script with warning mode 2 and enabled error downgrading
  • Fixed potential infinite loop in addToLevCreature script function
  • Fixed PlaceItem returning radians instead of degrees
  • Fixed a crash when entering cell "Tower of Tel Fyr, Hall of Fyr"
  • Fixed a crash on assertion in a rare combat case
  • Fixed an issue with loading a save game with mod LGNPC_PaxRedoran_v1_20
  • Fixed an issue with loading a game when a mod that provided a spell known by the player was removed
  • Fixed an issue with unequipping amulets that had been created with the console
  • Fixed crash when switching from full screen to windowed mode in D3D9 (switched to OpenGL)
  • Fixed no texture issue with DirectX (switched to OpenGL)
  • Renamed 'grid size' setting to 'cell load distance'
  • OpenCS: Implemented Merge tool
  • OpenCS: Implemented copying a record ID to the clipboard
  • OpenCS: Implemented script line number in results search
  • OpenCS: Implemented mouse button bindings in 3D scene
  • OpenCS: Implenented scrolling newly created TopicInfo and JournalInfo records into view
  • OpenCS: Implemented horizontal slider to scroll between opened tables
  • OpenCS: Implemented shortcut for closing focused subview
  • OpenCS: Implemented context menu for dialog subview fields with an item matching "Edit 'x'" from the table subview context menu
  • OpenCS: Implemented ignoring mouse wheel input for numeric values unless the respective widget has focus
  • OpenCS: Implemented refreshing the verify view
  • OpenCS: Implemented configuration of double click behavior in results table
  • OpenCS: Implemented severity column to report tables
  • OpenCS: Implemented improvements to dialog button bar
  • OpenCS: Implemented mouse picking in worldspace widget
  • OpenCS: Implemented cell border arrows
  • OpenCS: Implemented cloning enhancements
  • OpenCS: Implemented fine grained configuration of extended revert and delete commands
  • OpenCS: Implemented magic effect record verifier
  • OpenCS: Implemented Sound Gen record verifier
  • OpenCS: Implemented Pathgrid record verifier
  • OpenCS: Implemented Script Editor enhancements
  • OpenCS: Implemented color values in tables
  • OpenCS: Implemented ID auto-complete
  • OpenCS: Implemented partial sorting in info tables
  • OpenCS: Implemented dialog for editing and viewing content file meta information
  • OpenCS: Implemented using checkbox instead of combobox for boolean values
  • OpenCS: Implemented dropping IDs into bar at bottom of subview when creating a record
  • OpenCS: Fixed global search not automatically focusing the search input field
  • OpenCS: Fixed opening a chest blurring the character portrait
  • OpenCS: Fixed not being able to edit alchemy ingredient properties
  • OpenCS: Fixed being able to select Attribute and Skill parameters for spells that do not require them
  • OpenCS: Fixed unnamed checkbox showing when right clicking an empty place in the menu bar
  • OpenCS: Fixed freeze when editing filter
  • OpenCS: Fixed verifier not updating local variables when other scripts are modified
  • OpenCS: Fixed AIWander Idle not being settable for a creature
  • OpenCS: Fixed not being able to enter values for rows in Creature Attack
  • OpenCS: Fixed not being able to add a start script
  • OpenCS: Fixed verifier reporting non-positive level for creatures with no level
  • OpenCS: Fixed value of "Buys *" not saving for a creature
  • OpenCS: Fixed scale value of 0.000 making the game lag
  • OpenCS: Fixed "AI Wander Idle" value not being saved
  • OpenCS: Fixed created creatures always being dead
  • OpenCS: Fixed being unable to make NPC say a specific "Hello" voice dialog
  • OpenCS: Fixed being unable to make a creature use text dialog
  • OpenCS: Fixed not being able to set trade gold for creatures
  • OpenCS: fixed race filter on body parts not displaying correctly
  • OpenCS: Fixed inverted table sorting
  • OpenCS: Fixed Undo and Redo command labels
  • OpenCS: Fixed listed attributes and skill being based on the number of NPC objects
  • OpenCS: Fixed crash when removing the first row of a nested table
  • OpenCS: Fixed incorrect GMSTs for newly created OMWGame files
  • OpenCS: Fixed deleted scripts being editable
  • OpenCS: Fixed line edit in Dialog subview table showing after a single click
  • OpenCS: Fixed incorrect position of an added row in Info tables
  • OpenCS: Fixed deleting a record triggering a Qt warning
  • OpenCS: Fixed metadata table missing the Fixed record type column
  • OpenCS: Fixed not being able to reorder rows with the same topic in different letter case
  • OpenCS: Fixed Sort by Record Rype on the Objects table being incorrect
  • OpenCS: Fixed undo/redo shortcuts not working in script editor
  • OpenCS: Fixed missing TopicInfo "custom" condition section
  • OpenCS: Fixed sorting search and verification result table by clicking on the column names
  • OpenCS: Fixed enchantment effects always switching to water breathing
  • OpenCS: Fixed NPC information failing to save correctly due to mNpdtType value
  • OpenCS: Fixed deleting record in Objects (referencables) table messing up data
  • OpenCS: Fixed some NPC data not being editable
  • OpenCS: Fixed some missing data in cell definition
  • OpenCS: Fixed value filter not working for float values
  • OpenCS: Fixed undo leaving record status as modified
  • OpenCS: Fixed crash from closing subview and opening a new one
  • OpenCS: Fixed default window size being ignored
  • OpenCS: Fixed TopicInfo data loss when saving from ESP to OMWAddon
  • OpenCS: Fixed deleted record remaining in Dialog subview
  • OpenCS: Fixed editor not scrolling to a newly opened subview when Scrollbar Only mode is active
  • OpenCS: Fixed changing Level or Reputation of an NPC crashing the editor
  • OpenCS: Fixed filters not updating when adding or cloning records
  • OpenCS: Fixed issues when referencing a non-existing script
  • OpenCS: Fixed focus problems on edit subviews input fields
  • OpenCS: Fixed crash when applying filter to TopicInfo on mods that have added dialog
  • OpenCS: Fixed some dialog only editable items not refreshing after undo
  • OpenCS: Fixed cancel button exiting the program
  • OpenCS: Fixed mapcolor not changing correctly on the Regions table
  • OpenCS: Fixed crash when trying to use cell render view on OS X
  • OpenCS: Fixed missing columns in tables
  • OpenCS: Fixed a sort problem in the Objects table when nested rows are added
  • OpenCS: Fixed script verifier not catching endif without an if
  • OpenCS: Fixed list of available content files not refreshing in Open dialog
  • OpenCS: Fixed Flies flag having no effect on ghosts
  • OpenCS: Fixed save game failing to load due to script attached to NPC
  • OpenCS: Fixed reputation value not being stored

openmw-0.36.1

8 years ago

The OpenMW team announces the release of maintenance version 0.36.1. This version addresses a regression that caused additional startup scripts to fail to launch. Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems.

Known Issues:

  • Crash when trying to view cell in render view in OpenMW-CS on OSX
  • Crash when switching from full screen to windowed mode on D3D9

Changelog:

  • Fixed additional startup scripts failing to launch

openmw-0.36.0

8 years ago

The OpenMW team is proud to announce the release of version 0.36.0! Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems. This release is relatively small as we eagerly await scrawl's rendering port to OSG. There are a multitude of important fixes for OpenMW-CS, which is progressing at a healthy pace. See below for the full changelog.

Known Issues:

  • Crash when trying to view cell in render view in OpenMW-CS on OSX
  • Crash when switching from full screen to windowed mode on D3D9

Changelog:

  • Implemented hotkey for hand-to-hand
  • Implemented key bind for always sneaking
  • Implemented multiselection of entries in the data files list of the launcher
  • Implemented using application support directory as the user data path on OS X
  • Fixed Erene Lleni not wandering correctly
  • Fixed installer not detecting default directory correctly in 64-bit Windows registry
  • Fixed issue where cloning the player would prevent player movement
  • Fixed casting bound weapon spell not switching to "ready weapon" mode
  • Fixed enchanted item charges not updating in the spell list window if it is pinned open
  • Fixed behavior when fatigue falls below zero due to the drain effect
  • Fixed error on startup with Uvirith's Legacy enabled
  • Fixed sex, race, and hair sliders not initializing properly in chargen
  • Fixed minor issues with terrain clipping through statics
  • Fixed invisible sound mark having collision in Sandus Ancestral Tomb
  • Fixed tooltip display on stolen gold stack
  • Fixed persuasion mechanics using player stats instead of NPC's
  • Fixed not defaulting to world origin when an unknown cell is encountered
  • Fixed NPCs not reacting to theft when player has the inventory open
  • Fixed water z-fighting issue
  • Fixed GetSpellEffects to better emulate vanilla behavior
  • Fixed a dialog choice in mod Rise of House Telvanni not exiting out of dialog
  • Fixed Detect Spell returning false positives
  • Fixed the map icons used by Detect spells
  • Fixed a crash on first launch after choosing "Run installation wizard"
  • OpenMW-CS: Implemented global search & replace
  • OpenMW-CS: Implemented dialog mode only columns
  • OpenMW-CS: Implemented optionally showing a line number column in the script editor
  • OpenMW-CS: Implemented optionally using monospace fonts in the script editor
  • OpenMW-CS: Implemented focusing on ID input field on clone/add
  • OpenMW-CS: Implemented handling moved instances
  • OpenMW-CS: Implemented a start script table
  • OpenMW-CS: Implemented a start script record verifier
  • OpenMW-CS: Fixed changed entries in the objects window not*? showing as changed
  • OpenMW-CS: Fixed changing certain entries not being saved in the omwaddon file
  • OpenMW-CS: Fixed terrain information not saving
  • OpenMW-CS: Fixed files with accented characters not being listed
  • OpenMW-CS: Fixed cloning/creating new container class resulting in an invalid omwaddon file
  • OpenMW-CS: Fixed cloning omitting some values
  • OpenMW-CS: Fixed crash when issuing undo command after the table subview is closed
  • OpenMW-CS: Fixed being unable to undo a record deletion in the object table
  • OpenMW-CS: Fixed multithreading for operations
  • OpenMW-CS: Changed References/Referenceables terminology to Instance/Object

openmw-0.35.1

9 years ago

The OpenMW team is proud to announce the release of version 0.35.1! Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems. This maintenance release includes fixes for several crashes that users may be experiencing with the 0.35.0 version. Several features are also included in this release, such as corpse dressing and preliminary joystick support. Many bug fixes and improvements are also included, please see the full changelog below.

Known Issues:

  • Crash when trying to view cell in render view in OpenMW-CS on OSX
  • Crash when switching from full screen to windowed mode on D3D9

Changelog:

  • Implemented being able to dress corpses (you weirdos)
  • Implemented checking Cmake sets correct MSVC compiler settings for release build
  • Implemented default values for mandatory global records
  • Implemented basic joystick support
  • Implemented a progress bar for Morrowind.ini import progress in the launcher
  • Implemented passage of time indicator when training or serving jail time
  • Fixed a crash caused by a land record without data
  • Fixed creatures with no skeleton base causing a crash
  • Fixed engine becoming unresponsive when trying to use equip next/previous with an empty inventory
  • Fixed error caused by relying on subrecord order when reading content files
  • Fixed sun trajectory
  • Fixed stolen items handling to match vanilla Morrowind
  • Fixed Divine Intervention sending the player to the wrong place in some cases
  • Fixed telekinesis not working to avoid traps
  • Fixed combat AI for unreachable enemies
  • Fixed object scale being considered in the Move instruction
  • Fixed multi-effect spells with different ranges not all applying
  • Fixed launcher not responding to Ctrl+C command from the terminal
  • Fixed drag-and-drop creating duplicate content files in the launcher when Alt is pressed
  • Fixed addon files with no dependencies not showing in the launcher
  • Fixed Detect Animal detecting dead creatures
  • Fixed Cmake not respecting LIB_SUFFIX
  • Fixed changing active magic holstering magic hands
  • Fixed switching spells with next or previous while holding shift raising the delete spell dialog
  • Fixed regression causing ignored clicks on the HUD mini-map
  • Fixed instant restore effect behavior
  • Fixed CE restore attribute items permanently boosting the stat they restore
  • Fixed being able to fall off the prison ship
  • Fixed wrong starting position in "Character Stuff Wonderland"
  • Fixed plugin load order being sorted incorrectly when importing Morrowind settings
  • OpenMW-CS: Fixed skills saving incorrectly
  • OpenMW-CS: Fixed file extension inconsistency

openmw-0.35.0

9 years ago

The OpenMW team is proud to announce the release of version 0.35.0! Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems. This release includes over 100 bug fixes and improvements, and brings our "1.0" release much closer. Some notable features include the beginnings of an ess-Importer command line tool to import save games from vanilla Morrowind, proper handling of the Calm effect, and AI fast-forward functionality. Read the full changelog and bask in the glory of the huge amount of work that has gone into this release... Two more things: several OpenMW utilities have been renamed as of this release, including OpenCS being renamed to OpenMW-CS. And we would really appreciate any feedback on the launcher's Data File selection UI. Enjoy!

Known Issues:

  • Crash when trying to view cell in render view in OpenCS on OSX
  • Crash when switching from full screen to windowed mode on D3D9

Changelog:

  • Implemented Calm effect removing combat packages
  • Implemented first stages of ess-Importer, an importer for vanilla Morrowind save games, this feature is not complete
  • Implemented previous/next weapon and spell equipping hotkeys
  • Implemented XYZ rotation keys support
  • Implemented AI fast-forward
  • Implemented NPC drowning while knocked out
  • Implemented setting for exterior cell grid size
  • Implemented some leveled list script functions
  • Implemented testing dialog scripts with --script-all
  • Implemented NPC lookAt controller
  • Implemented handling initial state of particle system
  • Implemented a warning when loading a savegame that depends on non-existent content files
  • Implemented conversion of global map exploration overlay for ess-Importer
  • Implemented command line option to load a save game
  • Implemented new display of load order problems in the Data Files tab of the launcher
  • Fixed some sound effects playing at very loud levels
  • Fixed transparency issues with some UI elements
  • Fixed launcher handling of master and plugin selections loaded from openmw.cfg
  • Fixed water display issue on AMD cards
  • Fixed a text display issue when highlighting words in dialog
  • Fixed a launcher crash when a content file is locked
  • Fixed being able to stand on top of hostile creatures
  • Fixed creatures climbing on top of the player
  • Fixed AITravel to more accurately emulate vanilla
  • Fixed some moon display issues
  • Fixed place-able items having collision
  • Fixed AIFollow distance for groups of multiple followers
  • Fixed some staircase climbing issues in Vivec
  • Fixed permanent magic effects not being saved in savegames
  • Fixed crash due to zero-sized particles
  • Fixed a model scaling issue
  • Fixed activated enchanted item magic not being saved in savegames
  • Fixed a crash caused by Ogre shadow handling
  • Fixed not being able to equip a shield with a two-handed weapon
  • Fixed an issue with player fall height when stepping down
  • Fixed an error-handling issue preventing the Sword of Perithia mod from loading
  • Fixed launcher reseting alterations made to the mod list order
  • Fixed some issues with NPC idle voices
  • Fixed vampire corpses standing up when being looted
  • Fixed spell cost not highlighting on mouseover
  • Fixed tooltips still showing when menu is toggled off
  • Fixed rain effect showing while underwater
  • Fixed extreme framedrop when running into certain corners
  • Fixed mod "Shrines - Restore Health and Cancel Options" restore health option not working
  • Fixed animation groups for light and door objects
  • Fixed slaughterfish not attacking partially submerged enemies
  • Fixed air movement mechanics
  • Fixed handling of NPCs with missing hair/head models
  • Fixed position flicker after an animation ends
  • Fixed supporting region names in cell dialog filter for mod "Julan Ashlander Companion"
  • Fixed issues with animated collision shape
  • Fixed mod "Morrowind Rebirth 2.81" causing Balmora bridges to not have collision
  • Fixed summons to reset when the spell is recast
  • Fixed equipment update when unequipping non-related items removing ammunition
  • Fixed not falling back to the top-level directory when looking for resources
  • Fixed mod pathgrids not overwriting the existing pathgrid
  • Fixed a gameplay stopper with the Russian version of the ChaosHeart mod
  • Fixed the resurrect function to work correctly
  • Fixed functionality to allow mods to overwrite existing records in the IndexedStore
  • Fixed an issue with extra bytes to fix an error with the mod "Animated Morrowind - Expanded"
  • Fixed multi-character comparison operators to allow spaces
  • Fixed handling deleted references to fix the "Gateway Ghost" quest
  • Fixed summoning to allow multiple instances of the same creature by using different spells
  • Fixed pathgrid in the (0, 0) exterior cell not loading
  • Fixed actor original position not being saved with the wander package
  • Fixed creatures not receiving fall damage (shouts to this amazing bug description: http://bugs.openmw.org/issues/2201 )
  • Fixed enchant cost issue
  • Fixed handling of missing spells and factions to be more graceful
  • Fixed several book display issues
  • Fixed some script compilation issues
  • Fixed scale field for creatures not being handled
  • Fixed being able to use enchantments from items that failed to equip
  • Fixed handling names for helmet models
  • Fixed some NPCs not attacking when they are pickpocketed
  • Fixed chargen race preview head default orientation
  • Fixed animations with no loop keys being looped
  • Fixed spell making to allow adding multiple attribute/skill effects
  • Fixed crash when northmarker has been disabled
  • Fixed area effect on touch spell behavior
  • Fixed dwarven crossbow clipping through the ground when dropped
  • Fixed torch animation playing when torch is hidden
  • Fixed sneak re-applying after attacking an NPC
  • Fixed handling for bipedal creatures without weapons
  • Fixed conflict resolution for conflicting dialog topics
  • Fixed tab completion for exterior cell names
  • Fixed third person view being preserved in save games
  • Fixed save/load progress bar behavior
  • Fixed TogglePOV not being bindable to the Alt key
  • Fixed exception for empty dialog topics
  • Fixed PlaceAt function's count behavior
  • Fixed map notes to display on the door marker leading to the cell with that note
  • Fixed some UI issues to be better compatible with UI overhaul mods
  • Fixed an issue with leveled item arguments
  • Fixed enchanted arrows being added to the victim
  • Fixed missing sound for drawing throwing weapons
  • Fixed guards detecting invisible players
  • Fixed camera not being attached properly when player becomes a vampire
  • Fixed visual effects showing on the overhead map
  • Fixed health modifier not resetting when an actor dies
  • Fixed God Mode to not require magicka when casting spells
  • Fixed attachArrow exception when changing weapon
  • Fixed error when disabled objects are moved between cells
  • Fixed scripts with names starting with digits failing to compile
  • Fixed click activate and de-activate behavior in the Data Files list
  • Renamed "profile" to "content list" in the launcher
  • Added comments to the local/global openmw.cfg files to clarify their identity
  • OpenMW-CS: Implemented clicking on a script error in the report window to set the cursor in the script editor to the respective line/column
  • OpenMW-CS: Implemented deleting selected rows from result windows
  • OpenMW-CS: Fixed window opening issue when the config file doesn't exist
  • OpenMW-CS: Fixed skills to allow values other than 0 through 99
  • OpenMW-CS: Fixed an issue with not launching when another instance was falsely detected as running
  • OpenMW-CS: Fixed a crash on launch when OpenMW is not installed as well
  • OpenMW-CS: Cleanup for the Opening Window and User Settings Window

openmw-0.34.0

9 years ago

The OpenMW team is proud to announce the release of version 0.34.0! Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems. This release features many bug fixes, improvements to installation and the launcher, and exciting updates to OpenCS. Our "1.0" release remains excitingly close!

Known Issues:

  • Crash when trying to view cell in render view in OpenCS on OSX
  • Crash when switching from full screen to windowed mode on D3D9

Changelog:

  • Implemented ClampMode in NiTexturingProperty, fixes some floating plant textures
  • Implemented INI-importer for the launcher
  • Implemented "encoding" option in the launcher
  • Disabled third-person zoom by default due to usability issues (can be re-enabled in settings file)
  • Fixed several launcher and installation issues
  • Fixed issue with BIK video/audio playback sync
  • Fixed NPCs ignoring player invisibility when engaged in combat
  • Fixed long class names being cut off in the UI
  • Fixed running while levitating draining fatigue
  • Fixed handling of disabled plugins
  • Fixed ToggleMenus not closing dialog windows
  • Fixed crash when calling getDistance on items in the player's inventory
  • Fixed the Buglamp tooltip showing the item weight
  • Fixed slave crime reaction to PC picking up slave's bracers
  • Fixed Dremora death animation
  • Fixed Mansilamat Vabdas's floating corpse
  • Fixed bounty not being completely removed after the Larius Varro Tells A Little Story quest
  • Fixed silenced enemies attempting to cast spells
  • Fixed The Warlords quest
  • Fixed sneak attacks on hostiles causing a bounty
  • Fixed a crash caused by incorrect handling of getPcRank and similar defines
  • Fixed pause in Storm Atronach animation
  • Fixed a bug in TerrainGrid::getWorldBoundingBox
  • Fixed crash on exceptions while adding startup scripts
  • Fixed AiWander path finder hang when quickly changing cells
  • Fixed crash when playing OGG files
  • Fixed Dagoth Gares talking to the player even when he is not there
  • Fixed overflow exploit in bartering
  • Fixed a crash when maximizing the window with the race selection dialog open on D3D9
  • Fixed script command "Activate, player" not working
  • Fixed buttons only lighting on hover over their label
  • Fixed Slowfall effect being too weak
  • Fixed several skeleton/bone model and animation issues
  • Fixed script handling to treat the [ character as whitespace
  • Fixed a crash in character preview for non-existing meshes
  • Fixed abrupt transition when ash storms end
  • Fixed mouse movements being tracked during video playback
  • Fixed a crash on exit
  • Fixed being able to attack Almalexia during her final monologue
  • Fixed the frame time cap not being applied to Ogre's ControllerManager
  • Fixed recalculation of Magicka to be less aggressive
  • Fixed Azura's spirit fading away too fast
  • Fixed Magicka becoming negative
  • Fixed health so it drops to 0 if it goes below 1.
  • Fixed floating hairs in Westly's Pluginless Head And Hair Replacer
  • Fixed some issues with mods that use conversation scripts to update the PC
  • Fixed graphical issues with Morrowind Grass Mod
  • Fixed issues with renaming profiles in the launcher
  • OpenCS: Implemented rendering cell markers
  • OpenCS: Implemented double-click functionality in tables
  • OpenCS: Implemented user settings dialog grouping, labeling, and tooltips
  • OpenCS: Implemented editing positions of references in the 3D scene
  • OpenCS: Implemented edit mode button on the scene toolbar
  • OpenCS: Implemented user setting for showing the status bar
  • OpenCS: Improved the layout of the user settings dialog
  • OpenCS: Fixed script compiler sometimes failing to find IDs
  • OpenCS: Fixed verifier not handling Windows-specific path issues when dealing with resources
  • OpenCS: Fixed display of combat/magic/stealth values
  • OpenCS: Fixed saving
  • OpenCS: Fixed exception caused by following the Creature column of a SoundGen record
  • OpenCS: Fixed MDL subrecord error
  • OpenCS: Fixed coordinate and rotation editing
  • OpenCS: Fixed several window and view handling issues
  • OpenCS: Fixed loading plugins with moved references, implementation of moved references still pending
  • OpenCS: Fixed a crash when closing cell render window on OSX

openmw-0.33.1

9 years ago

To correct issues with certain compilers, the OpenMW team has released a maintenance release of version 0.33.1. This maintenance release corrects a missing include, addressing Bug # 2108. No new binaries are released, as this change only affects the source code.

openmw-0.33.0

9 years ago

The OpenMW team is proud to announce the release of version 0.33.0! Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems. We are moving closer and closer to our vaunted "1.0" release, and as such, the list of unimplemented features has run excitingly low. This release brings almost 100 fixes, as well as many exciting advancements for OpenCS. Stay tuned!

Known Issues:

  • Switching from fullscreen to windowed mode on Windows 7 or 8.1 while using the D3D9 renderer causes a crash

Changelog:

  • Implemented font colors importing from fallback settings
  • Implemented Death and LevelUp music
  • Implemented console targetting on player
  • Implemented red pain effect when hit
  • Implemented spellcasting for non-biped creatures
  • Implemented the RA (Reset Actors) console command
  • Fixed extraneous characters from keypresses showing in console when console is bound to a character key
  • Fixed issues with book and scroll content display
  • Fixed NPCs reacting from too far away
  • Fixed PC spawning on top of followers when going through doors
  • Fixed tall PCs getting stuck in staircases
  • Fixed how the spawn point is determined for certain problematic doors and areas
  • Fixed executable icon in Windows
  • Fixed third person Eeyore rain effect
  • Fixed thunder and lightning still playing while the game is paused
  • Fixed jump behavior to better match vanilla
  • Fixed being able to rest on water while water walking
  • Fixed Cancel button consistency issues
  • Fixed compile error in Less Generic Nerevarine mod
  • Fixed unhandled ffmpeg sample formats
  • Fixed resizing the map not staying centered
  • Fixed attacking NPCs already in combat being reported as a crime
  • Fixed a crash on load with Morrowind Acoustic Overhaul
  • Fixed knocked out actors still colliding and speaking
  • Fixed soul trap success sound not playing
  • Fixed missing sound effect for enchanted items with an empty charge
  • Fixed handling the "MagicItems" vendor category
  • Fixed Launcher not starting if a file listed in launcher.cfg has the wrong case
  • Fixed goblins killed while knocked down remaining in the knocked down pose
  • Fixed CellChanged events triggering when crossing an exterior cell border
  • Fixed Spriggans being killed instantly if hit while regenerating
  • Fixed Magic Menu text not dimming when going from a spell to item as the active magic
  • Fixed unlit torches procuding a burning sound
  • Fixed being able to type text into the price field in the barter window
  • Fixed equipped items not emitting sounds
  • Fixed Draugr Lord Aesliip remaining non-hostile when attacking
  • Fixed bounty and crime not resetting immediately when going to jail
  • Fixed getdistance behavior for targets in an inactive cell
  • Fixed potential infinite recursion when an area effect spell is reflected
  • Fixed bound gear equipping behavior
  • Fixed followers on the Establish The Mine quest
  • Fixed exceptions with adding local scripts
  • Fixed a crash caused by teleportation spells
  • Fixed bound item checks not using GMSTs
  • Fixed NPCs moving load doors
  • Fixed Attacked flag being set when the actor is already in combat with the attacker
  • Fixed AiTravel accepting destinations further than 7168 units away, to match vanilla
  • Fixed world map arrow not adjusting to interior player facing
  • Fixed Ulyne Henim disappearing when game is loaded inside Vas
  • Fixed alchemy not correctly handling effects with zero magnitude/duration
  • Fixed levitation permissions not being saved in save games
  • Fixed NPCs not using magic
  • Fixed named cells that overlap with Morrowind.esm not showing, for Tamriel Rebuilt
  • Fixed magic effects not being overwritten by mods that change magic effects
  • Fixed stacks of items being worth more when sold individually
  • Fixed Launcher not listing addon files if the base game file is renamed to a different case
  • Fixed incorrect reading of global map state in some cases when the map size changed
  • Fixed Mercantile skill gain
  • Fixed OnPcHitMe triggering for friendly hits
  • Fixed considering actors as followers if they are also in combat with the follow target
  • Fixed Journal scrolling indefinitely with the mouse wheel
  • Fixed followers not leaving the party when a quest ends
  • Fixed unbound input action behavior
  • Fixed spell merchants selling racial bonus spells
  • Fixed a segfault when loading saves
  • Fixed jump sound to be controlled by footstep volume slider
  • Fixed player suffering silently when taking damage from lava
  • Fixed Dwarven Sceptre collision area not being removed after being killed
  • Fixed indirect followers not being teleported when using a door
  • Fixed East Empire Company faction rank after completing the questline
  • Fixed zero strength causing the player to be permanently overencumbered, even with no weight
  • Fixed shrine blessings in Maar Gan
  • Fixed enchanted items not recharging
  • Fixed Dagoth Ur dying from Ash Vampire deaths
  • Fixed a dialog loop in The Code Book quest for the Fighter's Guild
  • Fixed "root bone" to be treated as the animation root if it exists
  • Fixed number of Alchemy ingredients not removing from potion window
  • Fixed mouse-over text not showing for spells the player can't afford
  • Fixed crash when entering Ruinous Keep, Great Hall in Tamriel Rebuilt
  • Fixed extra string arguments to ShowMap breaking script compilation
  • OpenCS: Implemented a special case for top-level windows with a single sub-window
  • OpenCS: Implemented sub-windows reusing settings
  • OpenCS: Implemented opening sub-views in a new top-level window
  • OpenCS: Implemented magic effect table
  • OpenCS: Implemented path grid table
  • OpenCS: Implemented sound gen table
  • OpenCS: Implemented requesting UniversalId editing from table columns
  • OpenCS: Implemented terrain rendering
  • OpenCS: Implemented CellRef global variable column
  • OpenCS: Implemented using ESM::Cell's RefNum counter
  • OpenCS: Implemented running OpenMW with the currently edited content list
  • OpenCS: Fixed subviews being deleted on shutdown instead of when they are closed
  • OpenCS: Fixed ReferenceableID behavior when dragging to references record filter
  • OpenCS: Fixed content files being able to be opened multiple times from the same dialog
  • OpenCS: Fixed "Edit Record" context menu button not opening subview for journal infos
  • OpenCS: Fixed record edits resulting in duplicate entries
  • OpenCS: Fixed some characters not being able to be used in addon names
  • OpenCS: Fixed preferences window appearing off screen
  • OpenCS: Fixed record filter title position
  • OpenCS: Fixed region field for cell record in dialogue subview not working
  • OpenCS: Fixed label "Musics" to be "Music"
  • OpenCS: Fixed status bar not updating when record filter is changed
  • OpenCS: Fixed documents not being removed when closing the last view
  • OpenCS: Fixed File->Exit only checking the document it was issued from
  • OpenCS: Fixed script compiler member variable access

openmw-0.32.0

9 years ago

The OpenMW team is proud to announce the release of version 0.32.0! Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems. This is one of the more magical OpenMW releases, bringing completed implementation of all magic effects as well as NPC AI for casting spells, using potions, etc. in combat. The implementation of mouth movement, eye blinking, and several other NPC AI features breathe more life into NPCs in this release as well. Over 100 issues have been fixed in this release, as we steamroll towards 1.0!

The tiresome affairs of real life have prevented our beloved WeirdSexy from creating a video for this release. We wish him the best in everything, and have our fingers crossed that he will work his magic for a 1.0 release video when the time comes!

Known Issues:

  • Switching from fullscreen to windowed mode on Windows 7 or 8.1 while using the D3D9 renderer causes a crash

Changelog:

  • Finished implementing all magic effects, including Command, Elemental Shield, and Light
  • Implemented NPC AI for combat magic
  • Implemented NPC AI for friendly hits
  • Implemented NPC AI for fighting for the player if they are following
  • Implemented NPC mouth movement
  • Implemented NPC eye blinking
  • Implemented collision script instructions
  • Implemented magic effect get/mod/set functions
  • Implemented difficulty slider
  • Implemented custom map markers
  • Implemented script blacklisting
  • Implemented including the git revision number from the "--version" command line switch
  • Implemented mouse wheel scrolling for the journal
  • Implemented NiBSPArrayController to emit particles on random child nodes
  • Implemented sharing keyframe data
  • Implemented ignoring extra arguments being given to very few certain script functions where the use of stray arguments is most prevalent
  • Implemented double click on inventory window headers to close the window
  • Implemented targeted scripts
  • Fixed being unable to jump when facing a wall
  • Fixed summoned creatures not immediately disappearing when killed
  • Fixes for several script compilation issues
  • Fixed NPCs equipping weapons prior to fighting
  • Fixed Start Scripts which have been stopped not restarting on loading a game
  • Fixed paralyzed NPC corpses exhibiting strange behavior
  • Fixed abilities being depleted when interrupted during casting
  • Fixed NPC behaviors when facing the player
  • Fixed a missing French character
  • Fixed a memory leak with MyGUI
  • Fixed journal being inaccessible while in inventory
  • Fixed PC randomly joining factions
  • Fixed NPCs not switching weapons when exhausting ammunition
  • Fixed guards detecting creatures from too far away
  • Fixed several issues with The Siege of the Skaal Village quest in Bloodmoon
  • Fixed quotation mark character in books
  • Fixed doors colliding with dead bodies
  • Fixed display issue with very high bounties
  • Fixed NPC spell calculation formula
  • Fixed boats standing vertically in Vivec
  • Fixed issue with arrest dialogue when selecting "Go to jail"
  • Fixed strange NPC follow behavior in Hlaalu Ancestral Vaults
  • Fixed Persuasion dialog persisting after loading a game
  • Fixed "Goodbye" dialog option not being escapable
  • Fixed PC stats not updating immediately when changing equipment
  • Fixed non-aggressive creatures
  • Fixed crash when quick-loading with a container window open
  • Fixed order of validity checks when placing items into a container
  • Fixed item stacking for repaired weapons and armor
  • Fixed saving attacked state of NPCs
  • Fixed "Background" dialog topic ignoring rank condition
  • Fixed game starting on day 2
  • Fixed successful critical strikes on enemies who have spotted the player
  • Fixed fatigue not decreasing by the correct amount when running
  • Fixed a graphics issue with the minimap and local map
  • Fixed wrong button title on travel menu
  • Fixed criminal punishment for sleeping on a rented bed
  • Fixed NPCs turning towards the player even if invisible/sneaking
  • Fixed mouse still interacting with map when pinned and inventory closed
  • Fixed spell absorption not absorbing shrine blessings
  • Fixed journal topics sometimes displaying as quests
  • Fixed scroll behavior in scrolls
  • Fixed player enchanting requiring money and always being 100% successful
  • Fixed custom made potions not applying all effects
  • Fixed rain sound pausing in menus
  • Fixed Remesa Othril being hostile to Hlaalu members
  • Fixed a crash on load after death
  • Fixed blind effect not covering the entire screen
  • Fixed crash after load after creating an enchanted item
  • Fixed Retrieve the Scrap Metal quest dialog script issue
  • Fixed targets almost always resisting soultrap scrolls
  • Fixed no message being displayed when casting soultrap on an invalid target
  • Fixed chop attack not working when walking diagonally
  • Fixed world map explored terrain issue when alt-tabbing on D3D9
  • Fixed levitate causing the player to appear out of bounds when going through doors
  • Fixed setting a variable on an NPC from another NPC's dialog not working correctly
  • Fixed wait dialog not blacking out the screen properly
  • Fixed crash on sDifficulty GMST when using vanilla files without patches or expansions
  • Fixed sky rendering issue in Skies version IV
  • Fixed marksman weapons not degrading with use
  • Fixed battle music playing constantly
  • Fixed alt-tabbing while in inventory causing the paper doll to disappear temporarily
  • Fixed cost of training not being added to merchant's inventory
  • Fixed disposition changes not persisting if the conversation meny is closed by purchasing training
  • Fixed blight still being contractible after being cured of Corpus
  • Fixed crash when trying to access fog of war buffer before it is loaded
  • Fixed PC Magicka not recalculating when intelligence is boosted or drained
  • Fixed equipped torches disappearing when game is reloaded
  • Fixed soultrap fail message displaying when targetting NPCs
  • Fixed an issue with magicka cost for custom spells
  • Fixed Azura's Star disappearing when used to recharge an item
  • Fixed GetPCRank not handling ignored explicit references
  • Fixed string table overflow when loading TheGloryRoad.esm
  • Fixed Dagoth Uthol running in slow motion
  • Fixed incorrect values in the spellmaking window
  • Fixed icon for Master Propylon Index not being visible
  • Fixed Tavynu Tedran's corpse going invisible after being looted
  • Fixed health calculation when levelling up
  • Fixed some monsters blocking doors from behind
  • Fixed Ma'Rakha location in Less Generic NPC Foreign Quater mod
  • Fixed number of potion effects shown per Alchemy rank
  • Fixed encumbrance not updating while bartering
  • Fixed base Magicka multiplier
  • Fixed a torch in Addamasartus burning when it shouldn't
  • Fixed aquatic creature movement speed
  • Fixed "Rest until healed" showing with full Health and Magicka
  • Fixed Recalling while falling in an exterior cell changing Mark location
  • Fixed stutter caused by ActorId in AiFollow::getTarget not being cached
  • Fixed Dremora next to Gothren not sticking up for each other
  • Fixed button placement on the QuickChar mod
  • Fixed value and weight showing for keys
  • Fixed persuasion results not showing when using an unpatched Morrowind.esm
  • Fixed issue with Falura Llervu follow quest when loading a save
  • Fixed only guards reacting to theft
  • Fixed on-target spells being rendered behind the water surface
  • Fixed Galsa Gindu's house appearing as if it is on fire
  • Fixed an Ogre fatal exception on invalid parameters
  • Fixed Guards trying to talk to players corpse after killing the player
  • Fixed an infinite recursion in ActionTeleport
  • Fixed followers teleporting with the player into new cells after they are done following the player
  • Fixed typing "j" into the "Name" field opening the journal
  • Fixed text pasting into the console twice
  • Fixed "setfatigue 0" not rendering NPCs unconscious
  • Fixed being able to talk to unconscious actors
  • Fixed crash when player killed by own summoned creature
  • Fixed memory leak when OpenMW window is minimized
  • Fixed RefNum of objects not being reset when they are copied
  • Removed defunct option for building without FFmpeg
  • OpenCS: Implemented body part record verifier
  • OpenCS: Implemented improved keyboard navigation for scene toolbar
  • OpenCS: Implemented tooltips on all graphical buttons
  • OpenCS: Implemented handling resources like regular records
  • OpenCS: Implemented scene toolbar buttons for selecting element types to be rendered - most of the scene elements supported by these buttons are not implemented yet
  • OpenCS: Fixed not saving projects when the defaultfilters file has the wrong permissions