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  KEMO Custom Chairs
Author  KEMO
Submitted / Updated  09-21-2008 / 08-16-2009
Category  Scripting routines
Type  Type - Sitting
Format  Module and Code
Patch  1.22
NWN2Game  All
Description
KEMO Chairs is a selection of placeables with attached scripts and animations that allow all major races to sit naturally in a variety of positions, with little to no adjustment by PW developers. KEMO Chairs is intended to be used in persistent worlds. Features include:

* 9 chairs plus variants, 5 benches, 1 booth and 1 sofa
* 1,578 new animations/poses across all major races
* at least 6 sitting positions for each chair, for humans, drow, elves, halflings and half-elves
* 1 sitting position for each chair, for gnomes, half-orcs and dwarves
* at least 9 positions for each bench, for humans, drow, elves, halflings and half-elves (9 for males, 10 for females)
* poses selected via a conversation triggered when a PC clicks on a chair
* PCs can turn chairs in place before sitting
* PCs can resize themselves to perfectly fit a chair if the PC is not "normal" height, then size back to their natural height after standing
* works around the PW "feature" where PCs entering an area cannot see the poses of other PCs who are already sitting down; players no longer have to re-sit every time someone new walks into the tavern
* PCs use armrests when available
* most PC races can lie down on benches
* most PC races can sit in three different places on every bench, allowing up to 3 PCs on a bench at one time without the need to add invisible placeables (Collision must be turned OFF for this to work)
* other chairs, crates, etc. can be adapted to work with KEMO Chairs by sizing the placeable to match one of the existing chairs and re-tagging the placeable to match that chair

KEMO Chairs does not require different races to use different chairs: halflings can sit on high chairs with their legs dangling down, half-orcs can sit on low chairs with their knees raised up. KEMO Chairs does not alter the size or shape of any chairs on the fly, so they are not left looking too large or too small once the PC has moved away.

To implement:

* Attach the kemo_chairanims.hak HAK file to your module.
* Import the conversation, scripts and placeables from the ERF file.
* Add (or replace) one or more chairs from the new KEMO Chairs placeable category.
* Bake and serve.

UPDATE 9/28/08 (version 1.01):
* added Viconius's solution to DM-controlled NPCs not interacting with chairs; uploaded a new ERF file
* the demo module is not updated; import the new ERF into the demo module to test the updated kemo_chair script

UPDATE 9/29/08 (version 1.10):
* incorporated GrinningFool's suggestion for foolproofing and improving the efficiency of the loop script; now the loop script is attached to a temporary invisible object as a 12-second heartbeat
* the "refresh" is now faster (12 seconds instead of 48)
* resized PCs automatically revert to their natural height after they leave the chair (at the next heartbeat)

UPDATE 10/01/08 (version 1.11):
* squashed a bug where normal-height characters would go to 0.0 height after leaving a chair, accidentally introduced in the previous update
* made placeable names (not tags) generic: "chair", "bench", etc.

UPDATE 10/06/08 (version 1.12):
* removed the kemo_repeat script, which wasn't compiling because it doesn't actually belong in the ERF!

UPDATE 10/19/08 (version 1.20):
* SetCollision permits an exploit where PCs can walk through locked interior doors (bad Obsidian! no biscuit)
* SetCollision is now explicitly switched on/off by KEMO Chairs so that it does not have to be a manual button

UPDATE 10/19/08-b (version 1.21):
* fixed a server crashing bug when SetCollision tries to operate on a PC who has logged out since the last heartbeat

UPDATE 11/14/08 (version 1.3):
* Added a Portable Stool item: activate the Portable Stool and it creates a stool (chair 4A) in the PC's location (and removes the item from inventory). The portable stool's conversation has an additional option: pick up the stool, which destroys the stool and puts the Portable Stool item in inventory. New ERF and Demo.

UPDATE 12/19/08 (version 1.40):
* now compatible with SoZ races
* does not require SoZ
* no new animations yet, which means that the gray orcs (shorter than half-orcs) will sit a bit low in the chairs until I have time to build a new set of animations for them

UPDATE 12/20/08:
* added a supplemental ERF containing new sittable objects, based on existing animations, as examples of what can be done

UPDATE 1/1/09 (version 1.42):
* for some reason the SetCollision() check got lost in the last update; it's been restored, so that logged out PCs won't crash servers.
* improved resizing code so that all 3 dimensions are resized (though the scripts only check against height)

UPDATE 3/11/09 (version 1.50):
* converted the conversation to a GUI panel
* fixed a bug where the invisible heartbeat object was not being deleted when a player logged out while still seated
UPDATE 3/12/09 (version 1.51):
* the script gui_kemo_resizepc should be named gui_kemo_resize; fixed in the ERF; builders can simply rename and recompile the script and don't have to download the ERF again
* 1.22-ready

UPDATE 4/4/09 (version 1.52):
* fixed a reintroduced error with the resizing code; normal-sized PCs should not go flat if the player hits the resize button

Files

NameTypeSizeDownloads
KEMOChairs_Supplement.erfKEMOChairs_Supplement.erf
Submitted: 09-21-2008 / Last Updated: 12-21-2008
erf33.05Kb835
(12/20/08) ERF containing additional sittable objects; requires original KEMO Chairs ERF and HAK - *do not* let the ERF overwrite existing script files, as the ones in the supplemental are older than the current scripts
KEMOChairs_Demo_150.modKEMOChairs_Demo_150.mod
Submitted: 09-21-2008 / Last Updated: 03-10-2009
mod261.92Kb679
(3/11/09) Demo module (used in screenshots)
kemo_chairanims.7zkemo_chairanims.7z
Submitted: 09-21-2008 / Last Updated: 03-10-2009
7z21.6Mb1813
(3/11/09) HAK file containing the GR2 animation files and XML GUI files
KEMOChairs152.erfKEMOChairs152.erf
Submitted: 09-21-2008 / Last Updated: 04-04-2009
erf83.49Kb1065
(4/4/09) ERF containing conversations, scripts, item and placeables
KEMO_Chairs_Documentation.txtKEMO_Chairs_Documentation.txt
Submitted: 09-21-2008 / Last Updated: 12-10-2008
txt3.37Kb1038
Brief documentation for players and builders. (Info re: conversation is now outdated.)
SCORE OUT OF 10
9.99
50 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







Ankles crossed position.


One of ten bench poses available for most races.


Two PCs on a bench.


The other lying down position.


One of two lying-down bench positions.





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 Tutorials


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