Patch 1.28 beta

Répondre
Partager Rechercher


Eperons qu'elle ne tardera pas, y un endroit pour avoir la list des bugs corrigés ou qui devrons l'être avec ce patch, les logs quoi !


*aimerais bien voir le bug des portes de la ville disparaitre*
*aimerais bien voir le bug des factions disparaitre*
*aimerais bien que le serveur linux soit parfait*

*On aimerais que tu te taise...*

A ce propos lors l'interview de l'équipe bioware, ca date oui... ils avaient prévus de nouveau set pour aurora... qqun sait si c'est tjrs le cas ?

J'ai cru comprendre que nom... leur amour de l'argent semble leur avoir conseillé de mettre ça dans un Add-on payant :'(.

Citation :
Provient du message de Defthefirst


Eperons qu'elle ne tardera pas, y un endroit pour avoir la list des bugs corrigés ou qui devrons l'être avec ce patch, les logs quoi !


Neverwinter Nights v1.28 English.

Patch details:
Neverwinter Nights Game
=-=-=-=-=-=-=-=-=-=-=-=
WARNING! AS OF THIS PATCH, ALL MODULES CREATED/SAVED WITH THE VERSION 1.28 TOOLSET ARE TAGGED AS REQUIRING VERSION 1.28 OR HIGHER OF NEVERWINTER NIGHTS GAME OR TOOLSET.
IF YOU DON'T WANT TO BRAND YOUR MODULE AS 1.28 THEN DO NOT EDIT YOUR MODULE IN THE VERSION 1.28 TOOLSET.
IF YOU WANT TO GO BACK TO 1.27, WE WILL HAVE A 1.28 TO 1.27 PATCH AVAILABLE.

- Added Gnolls to the game resources.
- Added support for multiple Hak Paks.
- Added "unlockcamera 1" console command. This overrides min/max pitch and distance to allow distances from 1 - 25, and pitch from 1 - 89.
- Added custom tokens to the journal system. No, really. For sure this time.
- Added custom token support to placeables. If you add a custom token to a placeable name, then if that token is set when the area loads in, it will show up in the name of the placeable. (ie: Jail Cell can be changed to "Yoko's Jail Cell" when you re-enter an area once you've captured Yoko in the keep). This won't change for people already in the area.
- Fixed polymorph removal on all saving/exporting of creatures.
- Changed Ambient Music Day/Night transition fadeout time to 10 seconds.
- On level up and down, made sure that we change the pre-polymorph values for STR, DEX, and CON that are stored on the server, so that when the polymorph is cancelled, the ability changes are reflected on the base creature.
- Made a fix to Henchmen/familiars having problems when using an exported character in a saved game.
- Fixed the Flame Arrow script that was incorrectly signalling itself as Magic Missle.
- Fixed an obscure crash when closing the options panel using the default 'O' key.
- Made a fix to prevent an obscure crash when generating a familiar name.
- Fixed an issue with the hide empty/hide full servers filter being switched around.
- Fixed an issue where tag lookups using more than 32 characters would fail.
- Made a fix for pressing 'I' to close inventory while a placeable container is open, causing the container to be stuck open permanently.
- Fixed an odd faction bug where certain NPC's were hating each other.
- Changed resolution of FirstName and LastName tokens in conversations so that if a first name is required but isn't populated, it will use the last name instead and vice-versa. Note that this means if both a FirstName and a LastName token are used and only one name is given for the character, the name will appear twice in a conversation. But, you should be using <FullName> in that case anyway.
- If GameSpy is offline, Favorites, History, Buddy Lists, and Direct Connect will all be available from the Internet Multiplayer screen instead of denying access.
- Fixed problem with inventory items locking up after moving them and then cancelling the action queue.
- Fixed problem with inventory items locking up after trying to move, drop, or unequip them while stunned.
- Fixed problem with unmemorizing spells on multi-class characters.
- Fixed a problem with many items in the action queue and the queue misfiring.
- Fix for in game guis not updating after a character loses a class during a level-down.
- Fixed the the restoring of previous remaining skill points during a level-down. It was restoring them based on the earlier multi-class level instead of the total character levels.
- Fixed seamless portals that don't have waypoints specified (they will portal you now)
- Added seamless portal password security check. ie: portal seamlessly to passworded server with no password specified fails.
- Made a fix for creatures in a Hak Pak crashing the game when reloading the hak pak saved game from within the game.
- PVP attitude is no longer re-initialized on area transitions. Like/Dislike buttons won't reset to "Like" on area transitions.
- Added in-game chat color stripping.
- Fixed convoluted saving crash related to creating a placeable with inventory then unclicking the 'inventory' checkbox and then deleting said inventory through scripting and then trying to save.
- Made several game stability fixes.
- Made some fixes to prevent game/character hacking. Sorry, but we will never publically discuss specific changes to the game with regards to hacking the game.
- Fixed a problem where containers could get stuck open when an NPC starts a conversation with you.
- Fixed JumpToPoint and JumpToObject from firing when the client is loading or playing a movie.


DM Client:
=-=-=-=-=-
- Changed the DM Faction when possessing a creature to that creature's faction. ie: Possessing a hostile creature will keep him hostile.
- Added some safety checks to some DM commands.
- Partial fix for server crash when DM possesses gated in Balor and it gets unsummoned.
- Fixed crashes caused by using console command "dm_setfaction <faction_name>".
- Fixed Dungeon Master area transitions - they were getting a blank entry in the party bar during some transitions.
- Made some fixes to the DM jump to/goto commands and added some more error checking to address any potential crash situations.
- Fixed problem where DM viewing NPC character sheets displayed hit points as 1/1.
- Fixed an issue caused by DM possessing a creature and then creating/editing a map pin.


Scripting-specific:
=-=-=-=-=-=-=-=-=-=
- Added smooth transitioning parameter to SetCameraFacing().
// - nTransitionType: CAMERA_TRANSITION_TYPE_* SNAP will immediately move the
// camera to the new position, while the other types will result in the camera moving gradually into position
// int CAMERA_TRANSITION_TYPE_SNAP = 0;
// int CAMERA_TRANSITION_TYPE_CRAWL = 2;
// int CAMERA_TRANSITION_TYPE_VERY_SLOW = 5;
// int CAMERA_TRANSITION_TYPE_SLOW = 20;
// int CAMERA_TRANSITION_TYPE_MEDIUM = 40;
// int CAMERA_TRANSITION_TYPE_FAST = 70;
// int CAMERA_TRANSITION_TYPE_VERY_FAST = 100;
- Added CopyObject() scripting command.
// Duplicates the object specified by oSource.
// ONLY creatures and items can be specified.
// If an owner is specified and the object is an item, it will be put into their inventory
// If the object is a creature, they will be created at the location.
// If a new tag is specified, it will be assigned to the new object.
object CopyObject(object oSource, location locLocation, object oOwner = OBJECT_INVALID, string sNewTag = "");
- RemoveFromParty() no longer removes a player from the party when the server is set to "One Party Only".
- Added some safety checks for ActionGiveItem() and ActionTakeItem() - there were some reports in the scripting forum that the scripting commands could crash the game in some odd situations.
- Fixed GetNearestCreature() so that when first or only criteria is CREATURE_TYPE_IS_ALIVE it doesn't always return an invalid object.
- Changed how OnDisturb events are fired for placeables when the item being moved is gold.
- Fixed GetIsResting() - was always returning false except when called from OnPlayerRest.
- Changed AddHenchman() so that you cannot add a player character or a DM as a henchman.
- Fixed problem with SetMapPinEnabled() whereby map pins could not be disabled. The map wasn't updating correctly, so the pin WAS indeed disabled but still displayed on map.
- Fixed GetHasSpell() and DecrementRemainingSpellUses() to work properly with spontaneously cast spells.
- Fixed the GetFirst/NextFactionMember() scripting command toggle.
- Fixed crash when ActionStartConversation() assigned to area or module.
- Fixed a bug when calling a GetAlignment() function on a non-creature.


Server-specific changes:
=-=-=-=-=-=-=-=-=-==-=-
- Added server option "RotateServerLog=0/1" to nwnplayer.ini, under [Server Options]. If this is turned off the server logs won't rotate (default is on).
- Added logging for the ban list being modified and the difficulty setting changing.
- Added server logging of connection attempts.
- Added server CDKey logging to "Player Name (XXXXXXXX) Joined as Player #" messages.
- We now load in the ban lists from the ini, when ever the ini file has changed. This should allow cross server banning when running multiple servers on the same box.


Neverwinter Nights Aurora Toolset:
=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=
- Added multiple Hak Pak support.
- Improved module loading speed. However, this change means that you can no longer insert blueprints into a module outside of the Toolset by putting them in the module temp directory, and expect them to appear when you load the module.
- Added right-click menu option to manually reload any of the blueprint palettes. Useful if you inserted blueprints into a module outside of the toolset and they don't appear because of the new module loading code.
- Optimized loading of blueprint files during palette refresh after operations such as File|Import, or creating a new plot.
- In the inventory dialog, warn user when equipping items that a creature cannot use, and list the feats that are missing. This will not warn about existing problems with creatures, only warn for new equipping attempts.
- The Toolset will no longer open a module if the module's Hak Pak does not exist.
- The Conversation Editor saves newlines as just an LF character, instead of a CR+LF. Fixes appearance of "box" characters when showing the conversation in the game. (Note: any existing conversation nodes containing CR-LF newlines will have to be edited in order to be converted.)
- Added 2D view to items in the preview window
- Mouse rotation of objects will snap orientation to mulitples of the rotation increment.
- Increased precision/decreased rotation speed on the object rotate buttons.
- Fixed a bug where the Sound Source position would not be updated when the 3D graphical representation of a sound object was moved, causing the user to hear it from its orginal position instead of the correct new position.
- Fixed an assertion error when redrawing a trigger/encounter polygon after viewing the properties of a creature blueprint.
- After redrawing a trigger/encounter polygon, the selection bounding box correctly updates to the new shape instead of still appearing around the original polygon's vertices.
- Fixed an access violation when painting an object from a palette when a different palette is active.
- Changed the Script Wizard to use HasItem() instead of CheckPartyHasItem() since the wizard can only take items from the speaker, not from the party.
- Recursive file includes in scripts no longer generates the same error message twice.
- Fixed a bug where parsing a script file with a circular include would cause the script text to change to the error text. The error text will correctly go into the Help pane now.
- When loading a tileset's groups, show an error message when a tilegroup has no entry for one of its tiles.
- Deleting a generic trigger's OnClick event will reset the Cursor to 'none'.
- Palettes no longer remain visible after user indirectly closes the current area by attaching a hak pak.
- When exporting resources, it is now optional as to whether Factions reset to their Parent values.
- Fixed the Trigger dialog Tag fields not being flagged as modified when pasting text containing invalid Tag characters. Fixes bug where changes would not be saved when pasting such text.
- Fixed a bug where Placeable Objects, under rare cases, would be saved as BTP instead of UTP.
- Placeable Wizard no longer saves a blueprint file when it's not supposed to (eg, when started in Plot Wizard).
- Fixed memory leak when destroying Placeable Properties dialog.
- Fixed memory leak while adding a placeable blueprint's node to the blueprint palettes.
- When editing the inventory of a blueprint, the Inventory dialog will autoselect the appropriate blueprint palette when the user right-clicks on an item in the inventory.


Plot Wizard
=-=-=-=-=-=
- Fixed bug where acquiring a plot item would grant XP every time it was acquired, instead of only the first time.
- Fixed some StrRefs in the plot blueprints.
- Fixed BadStrRef label on the 'Insert Token' menu option when editing conversations.
- Fixed NonPlotWizard plots not having their ResRefs set after being saved.
- NonPlotWizard Plots can be deleted now.
- Talking to a villain no longer updates the state of the current plot, although it will still update the cast member conversation state on the villain.
- Fixed Extra Scripting button for Conversation Actions still being visible in a Single Statement Plot Node.
- Fixed Journal Checkbox not being checked when the journal entry has no string but has a stringref.
- Modified the Conditional script that shows the Acceptance Conversation node: If the prerequisite node requires killing a villain, then the condition will check for that.
- Added custom scripting to plot node conversation nodes.


Hak Pak Editor:
=-=-=-=-=-=-=-=
- Added File|Merge option to merge another Hak Pak into the one that is currently open.
- Added error reporting to the "Build Hak from directory" option of the Hak Pak editor, which is invoked with a command line of the form "nwhak.exe <newhakfile.hak> <directory_to_create_from>"


2DA Files Changed in this Update:
=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-
- appearance.2da
- portraits.2da
- soundset.2da
Ca c'est pour linux

Citation :
- Fixed an obscure crash when closing the options panel using the default 'O' key.
- Made a fix to prevent an obscure crash when generating a familiar name.
- Made several game stability fixes.
Ca les problèmes de factions qui sont extremements embarassants.

Citation :
- Fixed an odd faction bug where certain NPC's were hating each other.
_________________

euh ca...
Citation :
- Added in-game chat color stripping.
Késako ?

Ca parle pas de set... ca doit être dans le Add on tout ca :'(, et le bug de la porte ville c'est quand ils veulent :/
Ça doit parler des couleurs qu'on peut mettre dans les dialogues, noms, etc.

En essayant de traduire sans réfléchir je dirais qu'on pourra choisir de les voir ou pas.
euh, j'ai rien dit, c'était marqué sur le site


edit :

finalement je dois être plus stupide que prévu, j'ai mis les deux fichiers ZIP dans le rep de neverwinter, lancé l'update mais il essaie quand même de tout faire via internet, et me dit même si je le laisse faire que ma version (1.27) est ok et donc il ne l'update pas à la 1.28 beta

j'ai essayé en dézippant et en recommençant mais idem
j'ia essayé en mettant dans le répertoire patch mais ca change rien


c d'autant + chiant que ma 1.27 déconne totalement, pas moyen de charger une partie sans que ça plante
Unhappy
La Beta VF est sortie aussi mais...
J'ai installé la version 1.28 en VF
pas de Probleme pour jouer en solo ou ouvrir un serveur sur le net mais pour rejoindre une partie internet pas moyen...
Chaque fois que je clique sur rejoindre partie internet le jeu plante...
D'autres que moi ont ils constaté ce probleme? ou alors est ce mon PC qui pose probleme...
Merci de vos reponses
Sur le site de NWN, là où tu télécharges le patch BETA c'est marqué :
1) Qu'on l'utilisait à nos risques et périls.
2) Qu'on devait le désinstaller lorsqu'on souhaite installer la version définitive.
3) Que le patch beta n'est PAS supporté par infogrammes ni Gamespy. Comme tu passes par gamespy pour jouer en multijoueur, tu peux pas jouer.

Peut-être que si tu essaies par connection directe ça fonctionnera, encore faut-il avoir l'adresse ip du module qui t'intéresse... (et comme ça change souvent ça doit être assez galère).
Beta 2 1.28 VF dispo et fonctionnelle!
voila la Beta 1 ne fonctionnait pas mais la 2 me semble plus stable que la version 1.27 même!
Bravo à Bioware pour fournir aussi rapidement aux joueurs la possibilité de jouer avec la même version

Je peux retourner jouer!
bouhhh

après un bon moment de DL (je n'ai qu'un 56k), j'ai pu enfin installer la 1.28 beta 2

Je rappelle que cela m'était absolument nécessaire vu que la 1.27 plantait chez moi atrocement (impossible de charger une partie : freeze). Ni une réinstall, ni une defragmentation, ni la maj des drivers de carte graphique n'a résolu le problème.

J'installe la 1.28...... ben pareil. Impossible de charger une partie, ou parfois si, mais le jeu plante assez rapidement (freeze).

bouh.....
T'as essayé de changer les options du jeu ? (résolution, pack de texture plus bas, moins de détails graphiques, etc).

Est-ce que le problème c'est pour toutes les parties ou seulement en multijoueur ?

Est-ce que tu as un message d'erreur ? (moi j'ai régulièrement un conflit avec Kernel32.dll et nwn.exe lorsque je lance le jeu par exemple)

Vérifie ta version de directx peut-être (sur un autre jeu je plantais à cause de directx si je me souviens bien).

Bon courage.
j'ai directX 8.1b
je n'ai pas essayé de changer les options du jeu, je vais tenter le coup mais j'en doute (j'ai déjà fait plusieurs modules en entier avec les mêmes options, mais en version 1.10 sans problème)
ça me fait ça en solo, avec des modules ou même la campagne officielle
aucun message d'erreur, juste un freeze
je comprends vraiment pas
je repasse à la 1.10 ca marche. Je joue un bon moment sur le module, ca marche. Après un moment, freeze très souvent. J'installe la 1.22, ca marche pendant un bon moment, j'avance dans le module et tout.... et plus tard : freeze. Tout le temps. J'installe la 1.27, la 1.28, freeze, freeze...

j'y pige rien
Pour Redd : Vu que toutes les versions plantent à mon avis ton problème est extérieur au jeu. T'as aucun problème sous windows de façon générale qui pourrait nous donner une piste?

Sinon pour le patch 1.28 beta ça me gonfle : Ca fait des lustres qu'il est en attente de validation par infogrammes (faudra m'expliquer ce qu'ils foutent chaque fois) : On est repartis comme pour la 1.26 ! Le patch 1.29 beta VO est annoncé pour la semaine prochaine et nous on est toujours coincés en 1.28 beta....Naze.
Citation :
Provient du message de Vlad_F
Pour Redd : Vu que toutes les versions plantent à mon avis ton problème est extérieur au jeu. T'as aucun problème sous windows de façon générale qui pourrait nous donner une piste?
bah non justement, j'y ai pensé aussi mais aucun problème d'instabilité sous windows, et j'ai beau lancer d'autres jeux plus gourmants que NWN pendant des heures (Ut03, Morrowind, voire les deux à la fois ) bah rien, aucun freeze. Juste quand je joue à nwn... j'ai beau le réinstaller, même topo.
Ok ben je comprends que ce soit frustrant.
Quelle est ta configuration précise (tout le toutim : windows, périphériques etc...) ?
Quelle version de drivers as-tu pour la carte graphique et le son ?
Quels sont tes programmes qui tournent en tache de fond lorsque tu lance NWN (Antivirus, DirectCD, Gestionnaire de souris etc...) ?
Windows 2000 PRO SP3
Abit Nforce2 NF7-S (drivers mis à jour début janvier)
Gforce 4 TI 4400 (pas mis à jour depuis décembre, mais j'ai plus l'adsl pour DL les derniers detonator, mais j'ai les 40.72 WHQL)

Direct X 8.1b

512 DDRAM 333, 2 HDS 20 GO & 60 GO

pas de carte son (j'utilise le chip de la nforce, drivers mis à jour en janvier)

une carte réseau ethernet classique...
une carte PCTV rave... je doute que ça vienne de là..

AVP en fond de tâche, j'ai pas essayé de l'enlever... j'essaierai pour voir (j'y crois pas trop), zone alarm, quelques drivers genre pilotes intellimouse, pilotes de mon clavier.


là je relance le jeu pour voir, je lance la sauvegarde, je joue même pas 10 secondes, et paf, freeze. Je recommence, je lance une nouvelle partie solo avec le module officiel, ca plante pendant le lancement.
Et ben avec une config comme la tienne, je comprends que ça doit être encore plus frustrant de pas pouvoir jouer !

Ok ben voilà ce que je ferais :
Démarre en mode sans échec,
Désactive tous les programmes possibles qui restent en tache de fond (antivirus, intellimouse firewall...),
Va dans le gestionnaire de périphériques et désactive (seulement désactive pas désinstalle) ton chipset son (nombreux problèmes reportés par Bioware avec ces chipsets)
Brûle un cierge,

Lance NWN...


Good luck.
Répondre

Connectés sur ce fil

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