Neverwinter Vault

Expand AllContract All -Site -My Profile -Features

Neverwinter Nights 2

-NWN2 Files -NWN2 Game Info -NWN2 Resources -NWN2 Community

Neverwinter Nights

-NWN Files -NWN Game Info -NWN Resources -NWN Community

Vault Network
RPG Vault
VN Boards
IGN Vault
Vault Wiki
· Age of Conan
· Anarchy Online
· Asheron's Call
· Dark Age of Camelot
· City of Heroes
· D&D
· EVE Online
· EverQuest
· EverQuest 2
· Final Fantasy
· Guild Wars
· Lineage 2
· Lord of the Rings Online
· Middle Earth
· Neverwinter Nights
· Pirates of the Burning Sea
· Rise of the Argonauts
· Star Wars Galaxies
· Tabula Rasa
· The Matrix Online
· The Witcher
· Titan Quest
· Two Worlds
· Vanguard
· Warhammer
· World of Warcraft

Planet Network
Planet Hub

IGN
Games
Cheats
Entertainment

The Web   The Site  



NWN2 SCRIPTS

- Jump to comments -
Name  Charlie's Item Modifier
Author  Charlie Vale
Submitted / Updated  02-08-2007 / 04-08-2011
Category  Scripting routines
Type  Type - Dynamic Merchants
Format  Module and Code
Patch  1.23
NWN2Game  NWN2:SoZ
Description
GUI driven item property modifier, allowing PCs to purchase custom designed items.

Description
Normally if you want a special item in game you have to find a store that sells it. Chances are that unless you are after something fairly common you will have to settle for something that is only close to what you want. Module designers must specify every item that goes into a store, so making a mod that is suitable for the many classes (and races) can be daunting.

Instead of doing this, Charlie's Item Modifier gives you a dynamic approach to item design. The player can specify what properties she wants on an item. Much work is taken off the module builder and the player gets a wide choice of equipment, to suit any style of play. Charlie's Item Modifier uses a custom UI, which is much more powerful than other conversation based item modifiers. You can see what properties your proposed item has, the level required to use it, and how much it will cost to make. You can continue to make changes until you are happy with the result, before confirming any changes and committing your hard won gold.

Installation - Players
* Delete any previous installation of Charlie's Item Property Modifier.
* Unzip the archive into your 'My Documents\Neverwinter Nights 2\override' folder.
* (Optional) If you want acess to all properties, delete the folder 'charlie-mdp - zRestrict'.
* (Optional) If you did the above, but do want to have to pay for your modifications, delete the folder 'charlie-mdp - zFree'.
* In the Official Campaign, launch the Item Modifier from the player menu (the eye).

Installation - Module builders:

* Import the file charlie-mdp.erf
* Place the 'Placeable > valenet|special > Item Crafting Safe Chest' in an in-accessible area of your module.
* Place the 'Creatures > valenet|NPC > Item Crafter' where you want PCs to have access to him.
* Place the 'Stores > valenet > Base Item Store' near the crafter, so PCs can purchase base items.


For DMs
When the item modifier is used from within the DM client, you will not be charged any gold. The gold cost of the modification will still be displayed for the purpose of balancing reward items. In an upcoming version of the DMFI it will be possible to launch the item modifier from the context menu.

Compatibility
This package includes changes to the player menu. If you are using other systems that modify the player menu you will need a combined player menu. The Player Menu Pack includes combined menus for:

* Charlie's UI (charlisui)
* Charlies Item Appearance Changer (mda)
* Charlies Item Modifier (mdp)
* Alan's Universal Companion Database (ucd)


To install the combined menu, locate the folder containing the player menu that combines the systems you are using. For example to combine Charlie's UI, Charlie's Item Appearance Changer and Charlie's Item Modifier, use the folder "charliesui-mda-mdp". Copy this folder to your override directory and rename it z-override - "My Documents\Neverwinter Nights 2\override\z-override". This is to ensure it is loaded last and overrides any other version of the player menu.

This system makes extensive use of the item property .2da files. If you modify them, you will probably change the behaviour of the item modifier. If you follow the same format, this should automatically make your changes available through the item modifier. Some fixes to 2da files are included.

If you discover any compatibility issues, let me know.

Customization
Charlie's Item Modifier can be customized for your module, though some scripting is required. Notes on customization are included with the download

Note that there are over 7000 properties that can be made from the combinations of property types and options. It goes without saying that we have not tested them all on the over 100 possible base items. If you find anything unusual let me know and I will take a look at it.

FAQ
Q. Can this change appearance?
A. Try Charlie's Item Appearance Changer.

Q.Why is the right hand panel blank / missing buttons?
A. Check you don't have the game paused as this won't work while the game is paused. Occasionally there will be a pause as the game caches 2da files, GUI files or does something else. This pause is interpreted by the script engine as a 'to many instructions' error (infinite loop), in the script that populates the buttons so it will be killed. Hence some or all of the buttons may be missing. Close the GUI and restart it (by talking to the item crafter) and it should be fine again.

Q. Why are the properties not in any order?
A. The properties appear on the buttons in the same order they are in the .2da files. To sort them would take the script a significant amount of time, which for the cast spell properties will crash the script. There is a hard limit as to how long a script may take to execute, and for some of the properties this runs very close to that limit. I may end up hard-coding some of the properties instead of using the 2da's if this is a problem for a lot of people.

Q. Will you make a character levelup mod with this included?
A. WhatIsSol has done this in JEGs Training Module.

Q. (PW builder) What happens if someone uses this on my PW.
A. Only scripts that you install on your server will run. The module restrictions that you apply to the module on your server will be the ones that are used.

Change log
* 1.15 - Updated to use new list box functionality from NwN2 1.13
* 1.14 - Fixed cancel button glitch that stopped properties being added. Optimised spell properties so they all get listed.
* 1.13 - Added Enhancement bonus for ranged weapons. Fixed an exploit that allowed players to bypass some property restrictions.
* 1.12 - Fixed mixed up saving throws.
* 1.11 - Added visual effects. Enabled magical damage.
* 1.10 - Added 2da fixes for cast spell and bonus hit points. Added 'zFree' and 'zRestrict' options.
* 1.09 - No longer duplicates items in the OC.
* 1.08 - Added the ability to use this as an override in the OC and third party modules.
* 1.07 - Improved customisability. Added more documentation for customising. Added a message to the UI which shows when a crafter cannot add any modifications to the selected item. Updated the base item store (builders should replace the store in their mods.)
* 1.06 - No longer requires ingamegui.ini changes (Fix).
* 1.05 - Can now access all item property feats in iprp_feats.2da.
* 1.04 - Fixed an exploit that would create items for free. Close button on second page. Name field auto populates. Changing properties confirms a name change.
* 1.03 - On hit properties only applied to weapons now. DMs get modifications for free (when using the DM client).
* 1.02 - Added self installer.
* 1.01 - Added UI files to download.
* 1.00 - Initial release (missing xml files).

Cheers!

Files

NameTypeSizeDownloads
Charlies_Item_Property_Modifier_115b.zipCharlies_Item_Property_Modifier_115b.zip
Submitted: 02-08-2007 / Last Updated: 04-08-2011
zip984.38Kb12491
Charlie's item Property Modifier 1.15b for NwN2 1.23 + MotB + SoZ
charlie_mdp_customising.zipcharlie_mdp_customising.zip
Submitted: 02-08-2007 / Last Updated: 07-12-2008
zip23.23Kb2567
Updated notes on customising.
Player_Menu_Pack_100.zipPlayer_Menu_Pack_100.zip
Submitted: 02-08-2007 / Last Updated: 07-11-2007
zip23.59Kb5066
This package provides alternative player menus (playermenu_popup.xml) for compatibility between Charlie's UI, Charlie's Item Appearance Changer, Charlie's Item Modifier and Alan's Universal Companion Database.
SCORE OUT OF 10
9.89
53 votes
View Stats
Cast Your Vote!
Voting FAQ

AWARDS



PORTFOLIO
Add this entry to your portfolio so you can track it
Manage your existing portfolios or create a new one.
SCREENS

Charlie's Item Modifier UI


Opening Charlie's Item Modifier in MotB





You Must Be Logged In to Participate.
Comments (30):

1 2 3

1 2 3

You must be Logged In to post comments in this section.

10 - A Masterpiece, Genuinely Groundbreaking
9 - Outstanding, a Must Have
8 - Excellent, Recommended to Anyone
7 - Very Good, Deserves a Look
6 - Good, Qualified Recommendation
5 - Fair, Solid yet Unremarkable
4 - Some Merit, Requires Improvements
3 - Poor Execution, Potential Unrealized
2 - Very Little Appeal
1 - Not Recommended to Anyone

 
Most recent posts on the MMO General Boards
Analyst: Star Wars: The Old Republic Could...Analyst: Star Wars: The Old Republic Could Sell 3M: more numbers
- last reply by Acao on Aug 15, 2011 06:15 PM
which class will your first character be
- last reply by Blisteringballs on Aug 15, 2011 05:50 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 05:00 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 04:00 PM
NWN Idea Database Update
- posted by Vault_News on Aug 15, 2011 03:46 PM
Missing Votes for NWN2 Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:40 PM
Missing Votes for NWN Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:39 PM
Random Questions and game altering suggest...Random Questions and game altering suggestions!!!
- last reply by ArkadyTepes on Aug 15, 2011 03:22 PM
State of the game?
- last reply by LyricOpera on Aug 15, 2011 01:37 PM
Yesterday streaming, now demanding downloa...Yesterday streaming, now demanding download :(
- last reply by Sinane-tk on Aug 15, 2011 10:23 AM
 

   


IGN Entertainment
By continuing past this page, and by your continued use of this site, you agree to be bound by and abide by the User Agreement.
Copyright 1996-2011, IGN Entertainment, Inc. | Support | Privacy Policy | User Agreement | RSS Feeds
IGN’s enterprise databases running Oracle, SQL and MySQL are professionally monitored and managed by Pythian Remote DBA.


NWN2 Hall of Fame

HOF NWN2 Modules


View all Hall of Fame entries


Neverwinter Nights 2

TOP NWN2 Modules

NEW Modules

NEW Reviews

NEW INTL. Modules

TOP Hakpaks

TOP Gameworlds

TOP Tutorials

TOP Prefab:Areas

TOP Blueprints

TOP Plugins

TOP UI

TOP Other

TOP Visual Effects

TOP Scripts

TOP Tools

TOP Movies

TOP Models

TOP Characters





Hall of Fame

HOF NWN Modules


View all Hall of Fame entries


TOP NWN Modules

NEW NWN Modules

NEW Reviews

TOP Intl. Modules

TOP NWN Hakpaks

TOP NWN Gameworlds

TOP NWN Models

TOP NWN Portraits

TOP NWN Scripts

TOP NWN Prefabs

TOP NWN Other

TOP NWN Movies

TOP Sounds

TOP NWN Textures

TOP NWN Creatures

TOP NWN Characters