Advertisement
G4U55

Untitled

Oct 8th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. Update v1.77:
  2.  
  3. Client Changes
  4.  
  5. Features:
  6. Three new player-selectable portraits; Heavyline, Skandii, and Lanteri.
  7.  
  8. Fixes:
  9. We fixed certain armour pads (specifically, belts and shoulder pads) disappearing when re-equipping a item.
  10. We fixed a floating point inaccuracy that made the player character skew aside ever so slightly when WASDing.
  11. The conversation UI has been fixed to not shift off screen when using UI scaling and having the Inventory/Char sheet open at the same time.
  12. We fixed a double-free in the PLT system, which has lead to crashes when multiple objects with the same texture would show.
  13. We fixed held equipment not becoming transparent when the character model did so (for example, when casting Invisibility.)
  14. The game now asks you for a CD key, instead of erroring with a confusing message, when Steam CD key retrieval fails for any reason.
  15. HW Mouse is now the default on Linux, as to avoid WindowManager-related mouse click point offset issues resulting from UI scaling.
  16. We made all DLC portraits now show up for character creation in all modules, regardless of portrait.2da entries.
  17.  
  18. Content Creation Changes
  19.  
  20. Features:
  21. Toolset: The script editor now shows variables and constant declarations on double click.
  22. Toolset: The recent modules list has been expanded to 10 entries.
  23. Toolset: The compiler include limit has been bumped to 128.
  24.  
  25. Fixes:
  26. Toolset: Area ambient sounds and music has been brought back to life.
  27. Toolset: We removed the requirement that the mouse be over an object to translate it on the Z-axis (with Alt+Left Mouse Button).
  28. Toolset: The tile properties light select color UI is no longer truncated when using windows-native screen scaling.
  29.  
  30. Server Changes
  31.  
  32. Fixes:
  33. Server resource management on Linux in certain memory configurations has been fixed.
  34. Crashes in nwscript functions resulting from bad parameters have been addressed: CopyItemAndModify, GetNearestCreatureToLocation
  35. A crash when reloading LTRs was fixed.
  36. Linux only: Database names are now case-insensitive, so DestroyCampaignDatabase() now works as expected.
  37. Linux/Mac only: We fixed the server spinning a thread needlessly if stdin gets closed.
  38.  
  39. ************************************************************************************
  40.  
  41. Update v1.76:
  42.  
  43. Client Changes
  44.  
  45. Features
  46.  
  47. We added a new experimental full screen shader effect: Sharpen. It’s disabled by default, so you have to go into Options, Advanced Effects to try it out.
  48. MacOS now defaults to “Desktop” style fullscreen mode (Borderless Fullscreen). This allows you to switch spaces. To make use of it on existing setups, set FullScreenDesktopMode=1 in nwn.ini.
  49. The name generator tables for all races (including custom) are now configurable in racialtypes.2da.
  50. We turned Depth Of Field off by default (only for new installs). This will be re-enabled once it works better in conversations.
  51. The SSAO FBO has been updated to use 25% fewer GPU cycles.
  52.  
  53. Fixes
  54.  
  55. We addressed one of the major crashes people were seeing on Intel GPUs. Matters should now be much improved for some players, however we are continuing to work on Intel-related issues.
  56. The high contrast shader has been tweaked so that the fog colour is not impacted anymore.
  57. Issues with playing Premium Modules in multiplayer have been addressed.
  58. We fixed a resource management issue when entering areas; resulting in crashes on area load screens.
  59. Loading save games now works with encrypted premium module saves.
  60. We fixed where object visual transforms would not apply immediately when spawning or loading objects into an area.
  61. Text bubbles now move alongside any applied visual transforms.
  62. Some people were seeing “Could not translate address” when attempting to connect to servers, especially when attempting to connect via icon shortcuts. This has been fixed.
  63. Area Transitions clickable state is now sent to clients indiscriminately, which previously resulted in them turning into the wrong colour, hiding them from DMs, and making transitioning harder.
  64. We’re making it so that door boxes now again don’t have a highlight when mousing over them. (This was a very sneaky regression introduced by making the script call SetTransitionTarget work).
  65. We fixed a crash when area of effect VFXes would attempt to animate in an area that was just unloaded on the client.
  66. We fixed a game crash that happened in updating a creature without a valid animation base.
  67. The chat window sizes now load properly for all users.
  68. We allow server admins to disable relay functionality if they so desire. (nwnplayer.ini: “Network Relays Enabled”)
  69. We fixed a game crash while updating the appearance of a creature without a valid body appearance.
  70. The game client doesn’t hang or crash anymore when receiving a very large data packet; such as character files, area data, or DM palettes.
  71. We fixed the game hanging or lagging when no audio device is available.
  72. We fixed a crash when a dedicated server would save a game, where a logged-out player was in Defensive Stance mode.
  73. We fixed a crash when exiting from a module with HAKs loaded.
  74. The UI scale for Dialogues with scroll bars has been fixed.
  75. We excluded localhost (127.0.0.1) from ever being relayed in order to fix a confusing error message for users.
  76.  
  77. Content Creation Changes
  78.  
  79. Fixes
  80.  
  81. Script Compiler: We now allow escaping backslashes (“\\”).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement