NOM 2.12

-  This is a merging of my changes/additions to NOM 2.02 with Taddeus' recent release of NOM 2.1.

-  Most scripts have been touched and a fair number have been rewritten somewhat. Hopefully new bugs aren't too bad...

 

Visible Changes

-  Dialog spell checking and a little grammar/structure cleanup.

-  You'll be able to use utensils in place as well as in inventory. I.e., if a frying pan is lying on top of a grill over a fire, you'll be able to click on the grill and use it to grill stuff, or click on the pan and use it to fry stuff, or you can pick up either item.

-  Miners grills, which you'll find in the world in some places can now be used for grilling, though they're too big to pick up. Note: Miner's grills are statics, so can't have scripts attached. So, actually, I replaced them all with new activators.

-  Dropping grills, bedrolls, etc. in interior cells will be better about figuring out if you're standing in water or not.

 

Internal Changes

-  Removed spaces from around fix (->) operators in all scripts and dialog scripts. While I don't recall a crash from this, spaces before fix operators tend to cause very unpredictable crashes. E.g., they cause a crash in some other script.

-  Cleaned up logic for several scripts. Changed code is substantially more compact and easier to read.

-  Tried to improve performance of some possible FPS hitters. Not sure if it made a huge difference, but it should help a little.

-  Water detection scripts:

-  This new approach uses a script and some global variables from my Wrye Base.esp. If you want to use the water detection variables used, see the script wr_utilsCellHasWaterGS for info.

 

Versions

Version 2.12-03 7/24/2005

-  Fixed bug with choosing "Nothing" from beer/wine kegs.

-  Removed 'NOM_fill_exterior' from start script list.

 

Version 2.12-02 7/14/2005

-  Changed scripts on utensils so that "Take" works better.

-  Config also sets PCGender.

-  More complete fix for starting a fire indoors.

-  Fix a bug (mine) with brewing Warm Blood Tisanes.

-  Also, now, can't drop bed or fire while in mid-air!

-  You'll now have a couple of seconds to step away from a fire started by a fire kit before it starts to hurt you.

-  Consolidated nom_illegal_check scripts.

 

Version 2.12-01 7/12/2005

-  Merged everything. See internal changes listed above.

 

Version 2.11-01 7/12/2005

-  Changed only the script fix (->) operators.

 

Reuse and Credits

Temporary Release Only!

-  Don't redistribute this! This is intended as a temp release for Taddeus to inspect and other people to test (if they're inclined).

-  Assuming that Taddeus is willing to accept these changes, this copy will disappear from my website and will be released however Taddeus wants.

 

Credits

-  Taddeus and Nymeria for NOM, plus all their credits.

-  This particular update is by Wrye.

 

End