Immersive Equipment Displays (2024)

Feature highlights


  • Display every piece of equipment on the player or NPCs, at once- one-hand/two-hand swords and axes, maces, daggers, staves, bows, crossbows, shields, torches and ammo.
  • Display almost any item found in the game - misc, potions, scrolls, soul gems, ingredients, books, keys, even static objects - if it exists in your LO, you can make it into a display. Lights can be attached to displays (version 1.7 and up)
  • Highly configurable gear positioning system forequipped and displayedgear with conditional offsets to prevent clipping/gaps. Supports weight/armor adjusts for each node separately.
  • Built-in equipment physics (version 1.7 and up, off by default).
  • In-game UI for setting up everything in real time - create custom item displays, reposition gear, tweak settings on equipment displays and morewithout ever leaving the game. Changes take effect immediately.
  • Import/export presets - never lose your setup when starting a new game and easily share it with the community.
  • Fine-tune your setup - each actor, npc and race can have an unique configuration set. For example you can change positions for certain npcs, setup the correct nodes for creature races so that displays show up, attach battering rams to chickens, etc..
  • Conditional equipment display overrides - apply different settings to displays when certain conditions are met. One of many uses for this feature is to move and neatly arrange gear on an equipped backpack.
  • Papyrus interface for modders
  • Support for translations (UI)

Installation


As of version 1.7.2, XPMSSE is no longer a requirement. The plugin will dynamically create the necessary nodes as needed.Vanilla and many other non-xp32 skeletons are now supported. The system that creates these nodes is fully configurable so modders can add support for their skeletons without having to reach out to me. As a bonus, most followers with custom, non-xp32 skeletons and mods that overhaul race skeletons are automatically supported due to this change and support for those that use unrecognized skeleton meshes can easily be added.

Any XP32-compatible skeleton remains supported, however I generally don't recommend using thebloaty XPMSSE scripts since they can negatively impact performance. IED includes gear positioning/scaling and style fitting animations (through OAR), if you only used the scripts for this purpose you can replace XPMSSE with one of the light variants or uninstall it completely. Otherwise, read the first two points in the compatibility section below.

Prerequisites:
  • SKSE64
  • Address Library for SKSE Plugins
  • Simple Dual Sheath- Required to showequipped left hand weapons, staves and for the ability to have the shield equipped on back.

Optional but highly recommended:
  • Weapon Styles - Draw-Sheathe animations for IED - animations that work with IED's gear placement system

Getting started


After installation there's not much to be done if these default settings are fine for you:

  • All player and NPC equipment displays enabled (player must have the item favorited).
  • NPC equipment displays turn off if they're not wearing armor.
  • Gear nodes(equipped and displayed) setup in an adaptive way where offsets are applied based on what's equipped to minimize clipping and floating items. Weight and armor adjusts are applied to all items, including left hand weapons and shield.

You can make changes in the UI, pressBackspace (default) to bring it up. Note that the UI will not open in paused in-game menus(this includes the main and inventory menus) unlessEnableInMenus=true in the INI.The default config mentioned above is used when starting a new game, after that the entire configuration, including any changes you make during the playthrough, is stored the SKSE co-save.

UI

If you have issues opening the UI, configure your keys in the ini (ToggleKeys) and setOverrideToggleKeys=true. Keep in mind it can't be opened in a paused menu unless you setEnableInMenus=true in the INI.

This is just some basic stuff about the layout, I'll write an article with more details later. Everything is accessible from the main menu bar at the top of your screen.



Import/export
(top bar->File menu):

  • Save/load parts or the entire configuration. The files are written to and read fromData\SKSE\Plugins\IED\Exports.

Configuration views (top bar->View menu):

Display manager

Configuration for equipment and custom displays.Anything configured here only affects the respective displaywith the exception of effect shaders which apply to the equipped weapon as well. Split into two subviews, accessible through the View menu inside the window:

  • Equipment slots -main equipmentdisplays: 1h/2h sword, 1h/2h axe, mace, dagger, staff, bow, crossbow, shield, torch and ammo
  • Custom- custom item displays: create miscellaneous displays from any supported in-game object

Gear nodes

Configuration for nodes that affectequippedanddisplayedgear. Split into three subcategories, accessible by clicking on the radio buttons inside the window:

  • Positions- position, rotation, scale, visibility, offsets
  • Placement- gear node placement, determines where the gear gets attached
  • Physics- equipment physics config for gear nodes

Most of the time you'll want to use this to position stuff -use the display manager if you need to make an adjustment that only affects a display.

If you opt to use the built-in equipment physics, you need to enable it in settings first (top bar->Tools->Settings) and if upgrading, a preset will need to be applied to your existing configuration. A basic one is included in the mod package. The physics engine is based on the original CBP implementation but heavily modified to be very CPU efficient while still providing fairly realistic simulation - it utilizes multiple CPU cores, SIMD instructions and shuts down simulation on nodes that don't have geometry attached.

It should be able to simulate dozens of objects at once without making a dent in your average CPU.Additionally, it accounts for frametimes and does sub-stepping to achieve stable simulation at variable frame rate (your gear jiggle shouldn't slow down/speed up depending on current FPS). You can roughly estimate the performance impact in stats; toggle physics on/off in settings and watch the actor processorline, that's theaverage time (in microseconds) that IED consumes each frame for actor updates, including physics.

Each configuration view is split into four classes:

  • Global - applies to all actors
  • Actor - applies to specific actors (references)
  • NPC (ActorBase) - applies to specific npcs
  • Race - applies to specific races

Each class holds a separate configuration for male and female.Equipment and gear nodes global classes are split into player and npc configs, you'll probably want to configure most stuff there.

Each view has an area where you can save/load presets which apply only to the config you're currently editing (both male and female are stored in the presets). Gear nodespresetsinclude both position and node placement.

Known issues


  • Scabbard straps on weapons displayed on the left side stick out after installing 'XPMSSE Left Hand Sheath Rotation Fix' optional file from Simple Dual Sheath. Solution: use ImmersiveEquipmentMeshGen Synthesis patcherby SteveTownsendto automatically generate mirrored left-hand scabbard nodes for 1H sword/axe/mace/dagger meshes. Zip contents of the output folder and install it with your mod manager (place at the end of your load order).

Compatibility


  • If you want to continue using the full XPMSSE plugin,styles in the MCM and placement in the gear nodes menu of this plugin need to be configured exactly the same to avoid node placement conflicts.
  • If you use the XPMSSE racemenu plugin (or another plugin) to position your gear, turn it off and use this instead (navigate to View->Gear nodes). There's no hard conflict but the other plugin might clobber dynamic weapon position adjustments on actors. XPMSSE sets positions through skee64 (nioverride) and these settings may linger in the save even after the XPMSSE racemenu plugin is removed. They are applied after 3D loads so it may clobber IED positions after a race switch (for example after werewolf/vampire transformations).
  • Not compatible with other mods that display unequipped gear (you'd see duplicate items)
  • Mu Joint Fix is known to cause various issues with IED (reportedly with other display mods as well). Check its mod page for possible solutions.
  • This plugin is fully compatible with CBP, HDT body physics and their variants. However, if you enable the built-in equipment physics, CBPC Equipment physics SE and AE needs to be disabled. This won't affect your body physics at all.

Credits

SKSE team and Fudgyduff (CommonLib)
ocornut for ImGui
jsoncpp
boost
SteveTownsend for coming up with a solution to the left-hand weapon scabbard problem
GiraPombafor cool feature suggestions and tracking down many issues

Source is on GitHub


Immersive Equipment Displays (2024)
Top Articles
How Much Down Payment Do You Need for a House?
Determine your down payment | Consumer Financial Protection Bureau
Spasa Parish
Rentals for rent in Maastricht
159R Bus Schedule Pdf
Sallisaw Bin Store
Black Adam Showtimes Near Maya Cinemas Delano
Espn Transfer Portal Basketball
Pollen Levels Richmond
11 Best Sites Like The Chive For Funny Pictures and Memes
Officially Announcing: Skyward
Momokun Leaked Controversy - Champion Magazine - Online Magazine
Maine Coon Craigslist
How Nora Fatehi Became A Dancing Sensation In Bollywood 
‘An affront to the memories of British sailors’: the lies that sank Hollywood’s sub thriller U-571
Tyreek Hill admits some regrets but calls for officer who restrained him to be fired | CNN
Haverhill, MA Obituaries | Driscoll Funeral Home and Cremation Service
Rogers Breece Obituaries
Ems Isd Skyward Family Access
Elektrische Arbeit W (Kilowattstunden kWh Strompreis Berechnen Berechnung)
Omni Id Portal Waconia
Kellifans.com
Banned in NYC: Airbnb One Year Later
Four-Legged Friday: Meet Tuscaloosa's Adoptable All-Stars Cub & Pickle
Model Center Jasmin
Ice Dodo Unblocked 76
Is Slatt Offensive
Labcorp Locations Near Me
Storm Prediction Center Convective Outlook
Experience the Convenience of Po Box 790010 St Louis Mo
Fungal Symbiote Terraria
modelo julia - PLAYBOARD
Poker News Views Gossip
Abby's Caribbean Cafe
Joanna Gaines Reveals Who Bought the 'Fixer Upper' Lake House and Her Favorite Features of the Milestone Project
Tri-State Dog Racing Results
Navy Qrs Supervisor Answers
Trade Chart Dave Richard
Lincoln Financial Field Section 110
Free Stuff Craigslist Roanoke Va
Wi Dept Of Regulation & Licensing
Pick N Pull Near Me [Locator Map + Guide + FAQ]
Crystal Westbrooks Nipple
Ice Hockey Dboard
Über 60 Prozent Rabatt auf E-Bikes: Aldi reduziert sämtliche Pedelecs stark im Preis - nur noch für kurze Zeit
Wie blocke ich einen Bot aus Boardman/USA - sellerforum.de
Infinity Pool Showtimes Near Maya Cinemas Bakersfield
Dermpathdiagnostics Com Pay Invoice
How To Use Price Chopper Points At Quiktrip
Maria Butina Bikini
Busted Newspaper Zapata Tx
Latest Posts
Article information

Author: Francesca Jacobs Ret

Last Updated:

Views: 6501

Rating: 4.8 / 5 (68 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Francesca Jacobs Ret

Birthday: 1996-12-09

Address: Apt. 141 1406 Mitch Summit, New Teganshire, UT 82655-0699

Phone: +2296092334654

Job: Technology Architect

Hobby: Snowboarding, Scouting, Foreign language learning, Dowsing, Baton twirling, Sculpting, Cabaret

Introduction: My name is Francesca Jacobs Ret, I am a innocent, super, beautiful, charming, lucky, gentle, clever person who loves writing and wants to share my knowledge and understanding with you.