1.13 Update

Development of standard ALFA palettes (ABR)

Moderators: ALFA Administrators, Staff - Technical

Locked
User avatar
darrenhfx
Beholder
Posts: 1982
Joined: Fri Jul 30, 2004 5:35 pm
Location: Halifax, Canada GMT -4 (AST)

1.13 Update

Post by darrenhfx »

Rob McGinnis said:
Well, we have run into an issue with this latest patch.

There is currently a problem that has cropped up regarding haks loading and unloading from memory.

We are running through a ton of tests right now to see how big the issue is. If the issue is limited in scope, we will be locking the patch down within a day or two.

If the issue is not limited, then we will not lock the patch down until that issue is fixed.

Watch here for more news.
http://nwn2forums.bioware.com/forums/vi ... =109&sp=60
User avatar
darrenhfx
Beholder
Posts: 1982
Joined: Fri Jul 30, 2004 5:35 pm
Location: Halifax, Canada GMT -4 (AST)

Post by darrenhfx »

Posted: Tuesday, 03 June 2008 05:39PM

Here is a preview of the patch before it goes into beta testing. At this point, the patch notes are pretty complete. In most cases, nothing will be added to the patch notes, only taken away if the fix does not pass beta testing. Please excuse some of the formatting

Bug Fixes
---------------

General


* The toolset and game now load hak files in the same order.
* Skills such as Search will no longer broadcast multiple messages to the chat window while in use. A single message will be displayed when turning the skill on or off.


Multiplayer


* The chat channel will no longer revert to Local when a player transitions to a new area or module.


DM Client


* Fixed an issue where DMs would not receive messages on the DM channel if they were filtering out the shout channel.
* The console command dm_setfaction will no longer cause crashes.


Toolset


* The toolset and game now load hak files in the same order.
* Fixed an issue where you could not tint multi-selected tiles.
* Light spheres shall now display properly.
* Sound spheres shall now display properly.
* The creature cache in Area Properties shall now work as intended.


Scripting


* The GetNextItemInInventory() script function should now work properly with stores.


Custom Content


* The Skills.2da file will now accept up to 100 rows of data.



New Features
---------------
Multiplayer


* The chat system now has a /r command for replying to the last private message a player receives. After receiving a private message, the player can enter "/r" into the chat system which will automatically address a private message to the person that sent the previous private message.
* The ability to send a private message by right clicking on a character's portrait in the party bar has been added to the DM and player client.


Toolset


* The ItemPropertyActivationPreference property for items is now accessible through scripting.


DM Client


* DMs can now jump to object when right clicking on a portrait in the party bar.
* DMs can now jump a player to the DM's location when right clicking on a portrait in the party bar.
* DMs can now examine the character sheet of a player in the same area when right clicking on a portrait in the party bar.
* DMs can now shift the alignment of a player in the same area when right clicking on a portrait in the party bar.
* DMs can now toggle the invulnerability of a player in the same area when right clicking on a portrait in the party bar.
* DMs can now force players to rest when right clicking on a portrait in the party bar.
* DMs can now Give/Take gold to/from players when right clicking on a portrait in the party bar.
* DMs can now Give/Take XP to/from players when right clicking on a portrait in the party bar.
* DMs can now Give/Take levels to/from players when right clicking on a portrait in the party bar.
* Character names will now display when you mouse over a character's portrait in the party bar.
* The ability to send a private message by right clicking on a character's portrait in the party bar has been added to the DM and player client.



Scripting


* A SetCollision(object oTarget, int bCollision) function has been made available. This will allow builders and DMs to turn the collision of a creature or placeable object on or off dynamically. This function is only useful on creatures/players/placeables that already have collision and will set collision to NONE if called on an object that never had collision in the first place.
* A GetCollision(object oTarget) function has been added. This function will return the collision Boolean for an object.
* The ItemPropertyActivationPreference property for items is now accessible through scripting.
* A GetBicFileName function has been made available. This function will return the file name of a .bic file in a server vault.
* New List Box functionality has been added to the game. This includes the following script commands:


o ClearListBox
o AddListBoxRow
o RemoveListBoxRow
o ModifyListBoxRow


* A SetScrollBarRanges(object oPlayer, string sScreenName, string sScrollBarName, int nMinSize, int nMaxSize, int nMinValue, int nMaxValue) function has been added to the game. This function will allow you to set custom values to a scrollbar.
* A SetFactionLeader(object oNewLeader) function has been added to the game. This allows you to set a companion to be the speaker in a conversation.
* A GetFirstSubArea(object oArea, vector vPosition) function has been added to the game. This function lets you iterate over the ‘subareas’ at a given position in an area. A subarea would be a trigger, an encounter, or a AoEEffect.
* A GetNextSubArea(object oArea) function has been added to the game.
* A GetMovementRateFactor(object oCreature) function has been added to the game.
* A SetMovementRateFactor(object oCreature, float fFactor) function has been added to the game. This function sets the creature's movement factor to that value. This movement factor is also modified by effects, encumberance, etc.
User avatar
Wynna
Dungeon Master
Posts: 5734
Joined: Sat Jan 03, 2004 10:09 am
Location: Seattle, WA (PST)

Post by Wynna »

Almost there....
Enjoy the game
User avatar
ç i p h é r
Retired
Posts: 2904
Joined: Fri Oct 21, 2005 4:12 pm
Location: US Central (GMT - 6)

Post by ç i p h é r »

The OE Mantra: I Think I Can, I Think I Can ...
Locked