Skip to content
HowardBaxton edited this page Jan 31, 2017 · 18 revisions

Welcome to the nPose 3 wiki

All documentation here applies to the latest version of nPose 3.0 and beyond.

What is new in nPose 3?

  • uses only one notecard type: SET. The BTN and DEFAULT Notecards are no longer necessary (and are marked as deprecated)
  • you can define your own text in the menu prompt. See [MENUPROMT](NC Contents#menuprompt)
  • Button Names may contain non-ASCII characters (workaround for the LL restriction) see [NC Names](NC Names#base64-encoded-string)
  • Button Names may contain comments (usable for Button sorting (and more)) see [NC Names](NC Names#comments)
  • Button Names / Button Permissions may contain macros (shortcuts) see [NC Names](NC Names#macros)
  • No need for a "-" sign at the end of the Button name
  • a new notecard called .init that will run once after a script reset (to set initial values) see [NC Names](NC Names#init-nc)
  • an API for (Menu-)Plugins TODO:DESCRIPTION
  • some new commands: [DEFAULTCARD](NC Contents#defaultcard), [OPTION](NC Contents#option), [UDPBOOL](NC Contents#udpbool), [UDPLIST](NC Contents#udplist), [MACRO](NC Contents#macro), [PLUGINMENU](NC Contents#pluginmenu), [MENUPROMPT](NC Contents#menuprompt), [PLUGINCOMMAND](NC Contents#plugincommand)
  • a revamped changeSeat/unsit dialog (implemented as menu plugin) with some options like grouping, changing only to not occupied seats and more
  • removed the code for the admin menu (you may use the provided Utility NCs to build your own)
  • rewritten nPose SAT-NOTSAT handler. It may be used to send some other generic events in addition to the (NOT)SATMSGs.
  • a few more tweaks in the representation of a menu
  • an API for user defined commands
  • moved the facials and the LAYER_POSE code into a separate plugin
  • improved the code for Animation SYNC

Can I upgrade my existing objects from nPose 2 to nPose 3 by simply exchange the scripts?

No. We provide an tool called UpdateTool nPose 2 to nPose 3 that should help you with the upgrade process.

Should I upgrade existing nPose 2 objects to nPose 3?

Absolutely upgrade. The process is very easy and nPose 3 offers bug fixes as well as many new features which will allow your build to grow in ways nPose 2 could never allow. The performance of nPose 3 exceeds that of nPose 2 in many ways.

Clone this wiki locally