Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads

Sid Meier's Civilization V Update Released


Dirty
 Share

Recommended Posts

Hot-Fix Patch Notes[CRASH]- DX9 Range-strike crash. A city-strike or ranged unit could cause the game to crash when playing in the DX9 version, mainly in full-screen, but could occur in windowed mode as well.- DX9 Cascading graphics failure crash. On certain video cards, after playing for a short amount of time (or across a number of short games), the game could exhibit strange graphical behavior (rapidly blinking graphics, terrain unloading, etc.), which could eventually lead to a driver failure or hang. - DX9 multiple start crash. Fixed an issue where the DX9 version of the game could become unstable or crash if started multiple times in the same session.[bUG]- Auto-Annex, no pop-ups bug. Fixed an issue that was causing the pop-up queue to stop displaying in-game pop-ups until the game was reloaded. NOTE: The cause of this could also exist in existing mods. Please see our note at the bottom of the change-list on how modders can correct this.- Mod constant reload. Fixed an issue causing mods to constantly reload each time the user visited the mods area. Could also cause modded saves to be corrupted or crash on load.- Denmark Trait not working. Fixed an issue causing Denmarks trait (allows disembarked units to have an extra move after landing) to not function correctly.- Inefficient Pathfinder issue. Fixed multiple issues with the pathfinder that was causing units to exhibit inefficient movement choices.- Exploding workboat graphic. Fixed an issue where the Workboat model exhibited graphical corruption. - Grey terrain/checker-boarding. Fixed an issue on slower video cards where terrain displayed in large quantities, or with rapid draws (like clicking rapidly around the mini-map), could cause the game to unload the terrain system, resulting in large amounts of checkerboards.[OPTIMIZATION]- Multiple Terrain optimizations.[MODDING NOTE]Modders need to ensure they are calling the SerialEventGameMessagePopupProcessed event immediately with pop-ups. Here's an example from the ReligionOverview.lua, changes are in red.function ShowHideHandler( bIsHide, bInitState ) if( not bInitState ) then if( not bIsHide ) then UI.incTurnTimerSemaphore(); Events.SerialEventGameMessagePopupShown(g_PopupInfo); TabSelect(g_CurrentTab); else if(g_PopupType ~= nil) then Events.SerialEventGameMessagePopupProcessed.CallImmediate(g_PopupInfo.Type, 0); end UI.decTurnTimerSemaphore(); end endendContextPtr:SetShowHideHandler( ShowHideHandler );capsule_231x87.jpg

 

View the full article

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share