1.66

Répondre
Partager Rechercher
v1.66 Beta 2 disponible dès à présent, toujours à l'adresse précisée par Garrath.

Une petite liste des changement (oui, je sais, c'est en anglais...)
Citation :
Neverwinter Nights Game

* HotU: Chapter 2 - Fixed an issue that could sometimes occur during the battle in the Environs near the end of Chapter 2. You should no longer get stuck and be unable to move if the Battle Herald does not approach you and initiate a conversation with you (this fix will retroactively fix saved games exhibiting this issue, but only if you load a saved game from before you entered the Environs).
* Added a new command line parameter for automatically loading a module in single player. This will cause the module to be loaded and takes the player to the premade character select screen.
o +LoadNewModule "module name that needs quotes if it contains spaces"
* Added a new command line parameter for automatically testing a module in single player. This will cause the module to be loaded and then starts the module using the first character listed on the premade character select screen.
o +TestNewModule "module name that needs quotes if it contains spaces"
* Added 3 portraits and 3 music themes from the BioWare Premium Modules Kingmaker, ShadowGuard, and Witch's Wake 1 to game resources.
* Fixed an issue that was causing the game to slow down and become unplayable at the start of SoU Chapter 2.
* Fixed an issue with creatures some times occupying the same space. This should happen a lot less frequently now.
* Extended the glowing monk eye effect to work on all the default playable races.
* Neutral monks now get ultra cool purple glowing eyes.
* Fixed placement of glowing monk eyes on Human/Half-Elf females (much thanks to the DLA team for their help with this).
* Fixed placement of helmets on Human/Half-Elf females (much thanks to the DLA team for their help with this).
* Added server support for the ability to refuse player login attempts if the master server could not be reached. In the nwnplayer.ini files under the heading [Server Options] set the follwowing option to '1' "Master Server Authentication Required For Player Login=1"
* Added the ability to turn on/off the Heartbeat logging in the log file (default is now off). In the nwnplayer.ini file under [Game Options] set "Heartbeat Logging=1" in order to turn the Heartbeat logging back on.
* Added a new nwnplayer.ini setting to have the server do some spell validation for spells cast by players. Under [Server Options] set "Validate Spells=1". Note: If you are using an edited spells.2da that is only being used server side, you may want to disable this option if your players are finding that they can't cast certain spells anymore (the log file should indicated if this is happening).
* Added new option to the nwnplayer.ini file under [Server Options] "Account validation required during Master Server down times=1" If this option is turned on, the server will track the public CD-Keys of each player logging onto the server. If the Master Server ever goes down for any reason (e.g. for scheduled maintenance) then the server will validate itself that the player name of any new player trying to connect is in fact using the same public cd-key that they last logged in with.
* Fixed an issue with the Greater Sanctuary icon some times incorrectly showing up as the regular Sanctuary icon.
* Fixed an issue with Damage Immunities not working correctly once they were stacked way too high above 100%.
* Fixed an issue with the Enable Texture Animations advanced video setting not being restored correctly when restarting the game (if it was turned off).
* Fixed Damage Immunities against weapons with more than one damage type (e.g. longswords with slashing/piercing damage) to work correctly.
* Wounding effects are now removed from creatures once you leave the area that the wounded creature is in.
* Added skyboxes back into the outdoor areas of the original Official Campaign.
* Fixed an issue that could rarely cause your character to become illegal if you leveled up during an episode of game lag.
* The "Single Player Enforce Legal Characters" setting in the nwnplayer.ini file has been disabled. ELC is now always turned off in single player games.
* Fixed an issue that was causing creatures to always face east when sitting on a stool placeable (plc_x05.pwk).
* Immunity to mind spells no longer makes you immune to the Assasin's Death Attack.
* Sneak/Death attacks now properly respect the Pale Master's Deathless Mastery feat.
* Fixed a minor animation issue that could occur if you performed a Whirlwind attack while you had some 2 handed weapons equipped.
* Fixed some issues with Tile "time of day" animations. This was causing flickering and other issues at the end of a DayToNight/NightToDay transition.
* Added missing armor proficiency to Gnolls.
* Made some fixes to prevent game/character hacking. Sorry, but we will never publicly discuss specific changes to the game with regards to hacking the game.

DM Client

* DMs can now still login to a server when the server is full, so that they are not prevented from performing any required administration tasks. If you go above the 64 player maximum, server performance may be adversely affected until some players leave the server (your mileage may vary).
* The game no longer displays encumbered feedback messages for DMs, since they actually can't ever be encumbered.

Neverwinter Nights Aurora Toolset

* Added a "Test Module" option to the toolset's Build menu that allows you to quick launch the game (for testing module changes). Selecting this option will give you the choice of saving your module changes. The game will then automatically launch, load the module, select the first available premade character in the list and enter gameplay with that character. The Hot Key for this new functionality is F9.
* Fixed an issue with answering no to any warnings that appear during module opening causing any subsequently opened module to potentially become corrupt.
* Fixed comments for the scripting commands EffectSavingThrowIncrease and EffectSavingThrowDecrease (nwscript.nss).
* The GetIsImmune() scripting command now reports the proper result when the creature specified has the Pale Master's Deathless Mastery feat.
* Fixed a stack underflow error when the scripting command GetStandardFactionReputation() was called with an invalid creature object as an argument.
* Fixed an issue with the scripting command GetStandardFactionReputation() returning -1 when called on the defender faction with a PC creature object specified.
* Fixed an issue with the scripting command SetFogColor() when used to set the sun fog color in an always dark area (or the moon fog color in an always bright area).
* Added some missing IP_CONST_FEAT_* constants to nwscript.nss
* Fixed a Copy area/script/dialog issue that was making it look like the toolset was loosing data and could sometimes lead to a crash.
* Fixed an issue with the script compiler that could cause a Stack Underflow error when a switch statement was placed inside a Do/While loop. There is also a new command line compiler in the Neverwinter Nights utils directory that includes this fix (clcompile.exe).

Script Debugger

* Fixed a compiler issue that was causing the script debugger (DebugServer.exe that is in your NWN utils directory) to not work properly when stepping into/out of case statements (see the scripting command SpawnScriptDebugger() for more information regarding the script debugger).

Server-specific

* Added server support for the ability to refuse player login attempts if the master server could not be reached. In the nwnplayer.ini files under the heading [Server Options] set the follwowing option to '1' "Master Server Authentication Required For Player Login=1"
* Added the ability to turn on/off the Heartbeat logging in the log file (default is now off). In the nwnplayer.ini file under [Game Options] set "Heartbeat Logging=1" in order to turn the Heartbeat logging back on.
* Added a new nwnplayer.ini setting to have the server do some spell validation for spells cast by players. Under [Server Options] set "Validate Spells=1". Note: If you are using an edited spells.2da that is only being used server side, you may want to disable this option if your players are finding that they can't cast certain spells anymore (the log file should indicated if this is happening).
* Added new option to the nwnplayer.ini file under [Server Options] "Account validation required during Master Server down times=1" If this option is turned on, the server will track the public CD-Keys of each player logging onto the server. If the Master Server ever goes down for any reason (e.g. for scheduled maintenance) then the server will validate itself that the player name of any new player trying to connect is in fact using the same public cd-key that they last logged in with.

Scripting-specific

* Phantasmal Killer now properly respects Fear immunity and properly ignores Death Magic immunity (nw_s0_phankill.nss).
* Weird now properly ignores Death Magic immunity (nw_s0_weird.nss).
* Mind fog now properly respects immunity to mind affecting spells (nw_s0_mindfoga.nss).
* The item properties "Immunity: Specific Spell [Gaze Petrification/Touch Petrification/Breath Petrification]" now work properly against monster petrification effects (x0_i0_spells.nss).
* Fixed an issue with Choking Powder heart beat script not repecting poison immunity ( x0_s3_chokehb.nss ).
* Fixed an issue with the way the damage calculation was being done for the Cone of Frost monster ability (nw_s1_conecold.nss).
* Made the Shifter's Manticore's spike script work correctly in the case when it is inappropriately given to an NPC Manticore monster by mistake (x2_s1_gwspikes.nss).

Custom Content


* Added a new column to the feat.2da "ReqAction" (all default NWN feats have this value set to 1 and if the column is missing from the feats.2da, such as in a hak pak, it will also default to 1). Turning this off means that the adjusted feat will no longer require an action from the object (it fires immediately, takes no action, and ignores your action queue entirely). In order to use this new functionality you need to do the following:
1. Set the "ReqAction" value for the feat to 0 in the feat.2da
2. Have a spellID associated with the feat in the feat.2da.
3. Have a "ImpactScript" specified in the spells.2da for the spellID that you specified in the feat.2da
The ImpactScript will then fire immediately when the feat is used.
* Walk meshes now work when placed at heights above -30 (previous lower limit was -10).
* Added an option to change/increase the selector height (when placing tiles) in the tileset "set" file. In order to use this you must add a new setting called "SelectorHeight" to the set file and specify the desired float value for this setting. The selector height will continue to default to the transition height if it has not been specified.
* Added more tile path nodes types m, n, o, and p. For custom tile set support.
*
Code:
TYPE m				TYPE n
    ---------           --------- 
    [ | | | ]           [ | | | ] 
    [-+ | +-]           [-+ + +-] 
    [   +   ]           [       ] 
    [-+ | +-]           [-+ + +-] 
    [ | | | ]           [ | | | ] 
    ---------           --------- 

TYPE o				TYPE p
    ---------           ---------
    [ | | | ]           [ |   | ]
    [-+ | | ]           [-+   | ]
    [   + +-]           [-+   +-]
    [-+ | | ]           [-+   | ]
    [ | | | ]           [ |   | ]
    ---------           ---------
2DA Files Changed in this Update

* ambientmusic.2da
* cls_skill_blkgrd.2da
* feat.2da
* iprp_feats.2da
* portraits.2da
* swearfilter.2da
1.66 Beta 3
Argh...
J'attendais impatiemment la sortie de la version finale et non... c'est pas encore ca...
Voici la 1.66 Beta 3... toujours au meme endroit.

Pas vu bcq de difference par rapport a la 1.66 Beta 2 dans le descriptif a part le rajout de cela :
Citation :
Added two new item scripting commands GetPickpocketableFlag() and SetPickpocketableFlag().
Ben y a deja un truc pour faire en sorte que c'est pas volable... c'est pour ca que je me demande a quoi ca sert... peut etre plus parlant que les flags deja existant?

Par contre pour les pieges c'est clair... ca j'attends impatiemment
Cool
ouaou que du bon !!!

la possibilité de tester son mod ( je suppose que cela seras plus poussé que le "crée module" ) et ca :

Citation :
les fonctions de script GetPickpocketableFlag() et SetPickpocketableFlag().
vala des nouvelles qu'elles sont bonne ..

juste deux questions , pourquoi c'était pas dans le mercredi de bioware ?

une idée de la date de sortie de la 1.66 final en FR ?
Citation :
Publié par Tykem
pourquoi c'était pas dans le mercredi de bioware ?
Faut demander à BioWare. Je ne mets dans le Mercredi de Bioware que ce qu'il contient en version originale, bien que parfois je puisse faire un petit rajout si j'ai connaissance d'une info à ce moment là (et pour éviter de faire deux nouvelles à 5 minutes d'intervalle).
Citation :
une idée de la date de sortie de la 1.66 final en FR ?
Euh... When It's Done ? (<- pour les nouveaux : phrase mythique de BioWare pour dire que ça sortira quand ça sera prêt et qu'ils n'ont aucune idée de la date exacte à laquelle ça sera prêt)
Je ne crois pas qu'il y ait eu souvent plus de 3 patch bêta pour une même version, donc sauf bugs majeurs découverts lors des tests, on pourrait supposer que la prochaine version sera la version finale (reste à savoir quand elle sortira). Pour une VF du patch 1.66, il faut croiser les doigts pour qu'ils la sortent en même que la VO (on verra bien...).
Je ne crois pas avoir vu quoi que ce soit concernant une version 1.67, mais je pense qu'il y en aura quand même une. Normalement il était prévu qu'une partie du travail de DLA soit intégré directement dans des patchs, donc si c'est encore à l'ordre du jour...

D'ici la sortie de NWN2, BioWare a encore le temps de sortir 2 ou 3 patchs supplémentaires. Je n'ai par contre aucune idée de ce qu'ils feront par la suite.
Lorsque NWN2 sortira, peut-être que nous assisterons à une importante migration de la communauté NWN vers ce jeu. Si c'est vraiment le cas, et peut-être aussi parce que NWN aura alors 4 ans (et oui, il fête son 3ème anniversaire cette année), il est possible que BioWare ne voit pas l'utilité de continuer à fournir des patchs.

Enfin bref, pour l'instant profitons-en, on verra bien ce qu'il arrivera plus tard. On a encore une bonne année devant nous (NWN2 devant normalement sortir la première moitié 2006).
Le toolset restera le même pour NWN2 ou pas ?

Sinon, pour les créateurs de modules, ça ferait un sacré travail de "perdu" en fonction du nombre de migrations ...
Je pense que le patch Français sortira en meme temps que l'anglais.
Sur le patch 1.66 toutes les betas sont sortis en meme temps pour toutes les langues. Pas de raison que cela change pour la version finale.
Ce que j'aime beaucoup de le patch 1.66 c'est la touche F6 qui permettra de lancer immediatement NwN sous aurora avec le 1er perso de la liste

C'est un petit pas pour le PJ mais un bond de géant pour les créateurs
Etant donné que c'est l'équipe d'obsidian qui gère NWN2, je pense qu'il est possible que bioware continue de patcher NWN. A condition, bien entendu, que suffisamment de joueurs achètent les modules made in bioware.

Par contre, avec la sortie de Dragon age quelques mois après celle de NWN2 (à mon avis et c'est purement spéculatif), il y a fort à parier que la communauté sera trop dispersée pour que ces modules payants continuent à générer de quelconques profits.

Bien sur, tout cela n'est que mon avis. Cependant, entre 2 jdr fournis avec leurs toolsets et gerant 2 univers différents, le schisme entre les fidèles de bioware et les accros de D&D sera consommé. Les modders se précipiteront vers les nouvelles possibilités offertes par les deux jeux et il ne restera que quelques accros des univers persistants à NWN.

Bon c'est une conclusion caricaturale mais je ne pense pas être trop éloigné de la réalité de 2006.
À propos de ça :
Citation :
Added two new item scripting commands GetPickpocketableFlag() and SetPickpocketableFlag().
Je me demande si cette commande n'affectera que les PNJs ou si ça concernera les PNJs et les PJs. Vu que les options sont disponibles via l'inventaire d'une créature lors d'une édition, mes doutes à ce sujet augmentent...
Bien bien bien... Je ressors ce sujet d'outre-tombe, pour vous dire...

Tous à vos mails, prêts à envoyer de nouveaux reports de bugs, la version 1.66 ne sort toujours pas, mais se présente désormais sous la forme d'une Beta 4 disponible toujours à CETTE ADRESSE.

Petit aperçu ici, désolée chers anglophobes :
Citation :
Neverwinter Nights Game

* Official Campaign: Chapter 2E - Made Voleron's OnDeath script a bit more robust.
* HotU: Chapter 2 - Fixed an issue that could sometimes occur during the battle in the Environs near the end of Chapter 2. You should no longer get stuck and be unable to move if the Battle Herald does not approach you and initiate a conversation with you (this fix will retroactively fix saved games exhibiting this issue, but only if you load a saved game from before you entered the Environs).
* Added a new command line parameter for automatically loading a module in single player. This will cause the module to be loaded and takes the player to the premade character select screen.
o +LoadNewModule "module name that needs quotes if it contains spaces"
* Added a new command line parameter for automatically testing a module in single player. This will cause the module to be loaded and then starts the module using the first character listed on the premade character select screen.
o +TestNewModule "module name that needs quotes if it contains spaces"
* Added 3 portraits and 3 music themes from the BioWare Premium Modules Kingmaker, ShadowGuard, and Witch's Wake 1 to game resources.
* Fixed an issue that was causing the game to slow down and become unplayable at the start of SoU Chapter 2.
* Fixed an issue with creatures some times occupying the same space. This should happen a lot less frequently now.
* Extended the glowing monk eye effect to work on all the default playable races.
* Neutral monks now get ultra cool purple glowing eyes.
* Fixed placement of glowing monk eyes on Human/Half-Elf females (much thanks to the DLA team for their help with this).
* Fixed placement of helmets on Human/Half-Elf females (much thanks to the DLA team for their help with this).
* Added server support for the ability to refuse player login attempts if the master server could not be reached. In the nwnplayer.ini files under the heading [Server Options] set the follwowing option to '1' "Master Server Authentication Required For Player Login=1"
* Added the ability to turn on/off the Heartbeat logging in the log file (default is now off). In the nwnplayer.ini file under [Game Options] set "Heartbeat Logging=1" in order to turn the Heartbeat logging back on.
* Added a new nwnplayer.ini setting to have the server do some spell validation for spells cast by players. Under [Server Options] set "Validate Spells=1". Note: If you are using an edited spells.2da that is only being used server side, you may want to disable this option if your players are finding that they can't cast certain spells anymore (the log file should indicated if this is happening).
* Added new option to the nwnplayer.ini file under [Server Options] "Account validation required during Master Server down times=1" If this option is turned on, the server will track the public CD-Keys of each player logging onto the server. If the Master Server ever goes down for any reason (e.g. for scheduled maintenance) then the server will validate itself that the player name of any new player trying to connect is in fact using the same public cd-key that they last logged in with.
* Fixed an issue with the Greater Sanctuary icon some times incorrectly showing up as the regular Sanctuary icon.
* Fixed an issue with Damage Immunities not working correctly once they were stacked way too high above 100%.
* Fixed an issue with the Enable Texture Animations advanced video setting not being restored correctly when restarting the game (if it was turned off).
* Fixed Damage Immunities against weapons with more than one damage type (e.g. Halberds with slashing/piercing damage) to work correctly.
* Immunity to "Mind Affecting Spells" will no longer make you immune to the Monk's Stunning Fist attack.
* Wounding effects are now removed from creatures once you leave the area that the wounded creature is in.
* Added skyboxes back into the outdoor areas of the original Official Campaign.
* Fixed an issue that could rarely cause your character to become illegal if you leveled up during an episode of game lag.
* The "Single Player Enforce Legal Characters" setting in the nwnplayer.ini file has been disabled. ELC is now always turned off in single player games.
* Fixed an issue that was causing creatures to always face east when sitting on a stool placeable (plc_x05.pwk).
* Fixed another issue where under specific circumstances items would not show up in your inventory panel.
* Immunity to mind spells no longer makes you immune to the Assasin's Death Attack.
* Sneak/Death attacks now properly respect the Pale Master's Deathless Mastery feat.
* Fixed a minor animation issue that could occur if you performed a Whirlwind attack while you had some 2 handed weapons equipped.
* Fixed some issues with Tile "time of day" animations. This was causing flickering and other issues at the end of a DayToNight/NightToDay transition.
* Fixed an issue with the Force Field door sounds using the default wooden door sounds (placeableobjsnds.2da, genericdoors.2DA).
* Fixed an issue related to copying a creature from a hak pak through scripting and then saving and loading the hak pak saved game from inside gameplay (was causing some different weird issues).
* Added support for WeaponType 5 (Bludgeoning and Piercing) in the BaseItems.2da.
* Updated Morningstars to use the new Bludgeoning and Piercing WeaponType (BaseItems.2da).
* The following weapons have had their WeaponType changed to 3 (Slashing) in the BaseItems.2da in order to bring them inline with 3rd edition D&D rules (and their NWN in game descriptions): Longsword, Bastard sword, Greatsword, Katana, and Double Axe.
* Added missing armor proficiency to Gnolls.
* Made some fixes to prevent game/character hacking. Sorry, but we will never publicly discuss specific changes to the game with regards to hacking the game.

DM Client

* DMs can now still login to a server when the server is full, so that they are not prevented from performing any required administration tasks. If you go above the 64 player maximum, server performance may be adversely affected until some players leave the server (your mileage may vary).
* The game no longer displays encumbered feedback messages for DMs, since they actually can't ever be encumbered.

Neverwinter Nights Aurora Toolset

* Added two new item scripting commands GetPickpocketableFlag() and SetPickpocketableFlag().
* Added a "Test Module" option to the toolset's Build menu that allows you to quick launch the game (for testing module changes). Selecting this option will give you the choice of saving your module changes. The game will then automatically launch, load the module, select the first available premade character in the list and enter gameplay with that character. The Hot Key for this new functionality is F9.
* Fixed an error that was causing some of the Group "Home Lower/Upper" tiles in the city interior tileset to appear as duplicates of some of the other "Home" tiles (tinpalstd.itp). This change makes some new "Home" tile types available for placing in the toolset.
* Fixed an issue with answering no to any warnings that appear during module opening causing any subsequently opened module to potentially become corrupt.
* Fixed comments for the scripting commands EffectSavingThrowIncrease and EffectSavingThrowDecrease (nwscript.nss).
* The GetIsImmune() scripting command now reports the proper result when the creature specified has the Pale Master's Deathless Mastery feat.
* Fixed a stack underflow error when the scripting command GetStandardFactionReputation() was called with an invalid creature object as an argument.
* Fixed an issue with the scripting command GetStandardFactionReputation() returning -1 when called on the defender faction with a PC creature object specified.
* Fixed an issue with the scripting command SetFogColor() when used to set the sun fog color in an always dark area (or the moon fog color in an always bright area).
* Added some missing IP_CONST_FEAT_* constants to nwscript.nss
* Fixed a Copy area/script/dialog issue that was making it look like the toolset was loosing data and could sometimes lead to a crash.
* Fixed an issue with the script compiler that could cause a Stack Underflow error when a switch statement was placed inside a Do/While loop. There is also a new command line compiler in the Neverwinter Nights utils directory that includes this fix (clcompile.exe).
* Fixed an issue with the scripting command GetCasterLevel() when used from within a feat script for a feat that was granted at first level (e.g. Cleric Protection Domain Powers).
* Added two new creature related scripting commands GetFootstepType() and SetFootstepType().
* Fixed an issue related to using the scripting command CopyObject() on a player's associate.

Script Debugger

* Fixed a compiler issue that was causing the script debugger (DebugServer.exe that is in your NWN utils directory) to not work properly when stepping into/out of case statements (see the scripting command SpawnScriptDebugger() for more information regarding the script debugger).

Server-specific

* Added server support for the ability to refuse player login attempts if the master server could not be reached. In the nwnplayer.ini files under the heading [Server Options] set the follwowing option to '1' "Master Server Authentication Required For Player Login=1"
* Added the ability to turn on/off the Heartbeat logging in the log file (default is now off). In the nwnplayer.ini file under [Game Options] set "Heartbeat Logging=1" in order to turn the Heartbeat logging back on.
* Added a new nwnplayer.ini setting to have the server do some spell validation for spells cast by players. Under [Server Options] set "Validate Spells=1". Note: If you are using an edited spells.2da that is only being used server side, you may want to disable this option if your players are finding that they can't cast certain spells anymore (the log file should indicated if this is happening).
* Added new option to the nwnplayer.ini file under [Server Options] "Account validation required during Master Server down times=1" If this option is turned on, the server will track the public CD-Keys of each player logging onto the server. If the Master Server ever goes down for any reason (e.g. for scheduled maintenance) then the server will validate itself that the player name of any new player trying to connect is in fact using the same public cd-key that they last logged in with.

Scripting-specific

* Made Invisibility Purge work correctly with Invisibility that is granted through special abilities such as the Assasin's Invisibility (NW_S0_InvPurgeA.NSS).
* Fixed an issue with Wail of the Banshee sometimes requiring the first target to make two saving throws instead of one (nw_s0_wailbansh.nss).
* Implosion now properly ignores immunity to death magic (nw_s0_implosion.nss).
* Fixed the maximized damage healed for cure spells (nw_i0_spells.nss)
* Cure spells now do DAMAGE_TYPE_POSITIVE to undead rather than DAMAGE_TYPE_NEGATIVE (nw_i0_spells.nss).
* Phantasmal Killer now properly respects Fear immunity and properly ignores Death Magic immunity (nw_s0_phankill.nss).
* Weird now properly ignores Death Magic immunity (nw_s0_weird.nss).
* Mind fog now properly respects immunity to mind affecting spells (nw_s0_mindfoga.nss).
* The item properties "Immunity: Specific Spell [Gaze Petrification/Touch Petrification/Breath Petrification]" now work properly against monster petrification effects (x0_i0_spells.nss).
* Fixed an issue with Choking Powder heart beat script not repecting poison immunity ( x0_s3_chokehb.nss ).
* Fixed an issue with the way the damage calculation was being done for the Cone of Frost monster ability (nw_s1_conecold.nss).
* Made the Shifter's Manticore's spike script work correctly in the case when it is inappropriately given to an NPC Manticore monster by mistake (x2_s1_gwspikes.nss).
* Fix to Negative Energy Ray, to properly calculate the damage for a successul saving throw (nw_s0_negray.nss).
* Fixed the extended duration for Divine Favor (x0_s0_divfav.nss).
* Made a change to the Wyrmling Breath, Dragon Breath and Petrifying Gaze attacks used by some of the Shifter shapes. Previously if you targeted yourself with one of these attacks the cone attack would damage creatures East from your location, it will now be directed forwards from your character instead. (x2_s2_edragbrth.nss, x2_s1_wyrmbreath.nss, x2_s1_petrgaze.nss).
* Made the same above fix for the RDD dragon breath ability (x2_s2_discbreath).
* Updated the duration of "Camouflage/Mass Camouflage" to bring these spells more inline with 3rd edition rules (x0_i0_spells.nss, x0_s0_masscamo.nss). Also updated the in game spell descriptions to reflect the change.

Custom Content

* Added a new column to the feat.2da "ReqAction" (all default NWN feats have this value set to 1 and if the column is missing from the feats.2da, such as in a hak pak, it will also default to 1). Turning this off means that the adjusted feat will no longer require an action from the object (it fires immediately, takes no action, and ignores your action queue entirely). In order to use this new functionality you need to do the following:
1. Set the "ReqAction" value for the feat to 0 in the feat.2da
2. Have a spellID associated with the feat in the feat.2da.
3. Have a "ImpactScript" specified in the spells.2da for the spellID that you specified in the feat.2da
The ImpactScript will then fire immediately when the feat is used.
* Walk meshes now work when placed at heights above -30 (previous lower limit was -10).
* Added an option to change/increase the selector height (when placing tiles) in the tileset "set" file. In order to use this you must add a new setting called "SelectorHeight" to the set file and specify the desired float value for this setting. The selector height will continue to default to the transition height if it has not been specified.
* Added more tile path nodes types m, n, o, and p. For custom tile set support.
*

TYPE m TYPE n
--------- ---------
[ | | | ] [ | | | ]
[-+ | +-] [-+ + +-]
[ + ] [ ]
[-+ | +-] [-+ + +-]
[ | | | ] [ | | | ]
--------- ---------

TYPE o TYPE p
--------- ---------
[ | | | ] [ | | ]
[-+ | | ] [-+ | ]
[ + +-] [-+ +-]
[-+ | | ] [-+ | ]
[ | | | ] [ | | ]
--------- ---------

2DA Files Changed in this Update

* ambientmusic.2da
* cls_skill_blkgrd.2da
* feat.2da
* iprp_feats.2da
* portraits.2da
* swearfilter.2da
Qui sait peut être qu'on aura droit à plein de bonnes choses, comme tout ce que les éditeurs avisés souhaitent avoir... Quoi... Comment ? Je rêve ? Ah oui ? Ah bon...
Répondre

Connectés sur ce fil

 
1 connecté (0 membre et 1 invité) Afficher la liste détaillée des connectés