Advertisement
G4U55

Untitled

Nov 27th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. Update v1.78:
  2.  
  3. Features:
  4. We added a new console variable that enables a over-time FPS display. Type "fpstrace 1" into the game console to enable.
  5. You can type `Gamma x` in the console, where x is a floating point value larger than 0. The default is 2.2. This value is persisted to nwn.ini (under a new configuration key). Gamma only affects the rendered ingame scenery, not menus or UI, as it is applied through a FBO shader, not GL/system-wide gamma correction.
  6. The game now supports normal DDS textures without having to mangle the header.
  7. The game now supports KTX texture containers.
  8. The game now writes out all Aliases to nwn.ini even if the file already existed.
  9. We bumped the default maximum texture memory to 256MB. Previous settings of 64MB are rewritten to this value. The new minimum is 96MB. The bigger-by-default texture memory should improve stability in some situations.
  10.  
  11. Fixes:
  12. We fixed lighting uniforms not assigning properly on some GPU drivers. This should address some flickering and maybe improve stability.
  13. Premium Modules don't show in "Other Modules" anymore.
  14. Yet another crash for creature appearances with PERSPACE=0 has been addressed.
  15. The multiplayer server browser now shows a progress window when downloading the server list. It also switched over to libcurl, which should prove to be much more reliable than the previous solution.
  16. The chat window will not capture mouse clicks anymore, only scroll events. This means you can once again click through it to action the game world.
  17.  
  18. Server Changes
  19.  
  20. Fixes:
  21. Greater Sanctuary interacting incorrectly with True Seeing has been fixed.
  22. A rare server hang when a relayed player suddenly regains direct connectivity has been fixed.
  23. A bug in RetrieveCampaignObject has been fixed that resulted in a double free issue, crashing the game. This was another 1.69 issue that was unearthed by us switching to VS2017 for the Windows build.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement