Difference between revisions of "MNSI:Quick Start"
Line 1: | Line 1: | ||
This guide will detail the simplest form of operation. Adding a single MNSI component to a blueprint actor. | This guide will detail the simplest form of operation. Adding a single MNSI component to a blueprint actor. | ||
__TOC__ | |||
==The How== | ==The How== |
Revision as of 18:51, 2 June 2019
This guide will detail the simplest form of operation. Adding a single MNSI component to a blueprint actor.
The How
It is recommended that the first time, this guide be followed using one of the example meshes supplied. That way all external parameters that could cause headaches will be removed while still learning the workings of this plugin. Let's use "MNSI-MainPlugin > Examples > Props > mesh > WoodBox"
Quick Run;
|
Illustrated!
- Make new blueprint class -> actor
- Either drag the mesh needed, or use Add Component and create a new Static Mesh Component. Here is how it looks like using the example WoodBox mesh.
- ((Optional but recommended)) Set your mesh as Root. Click on it and drag it over the Default Scene Root. It should look like this.
- Enable "Simulate Physics" and "Generate Hit Events" on mesh.
- Either drag MNSI-PhysicsSounds or add it though Add Component. MNSI-PhysicsSounds is located in "MNSI-MainPlugin"
- Done.
Adjusting the parameters
The default plugin settings will not apply for every prop. The most important factor being your prop's physical mass. Really light weight props need settings different than really heavy props.
The settings you care about are as imaged.
Outlined here is the best practice method for quickly finding the best values for your prop.
1. First let's adjust the Settings Impacts.
2. User "Impact Hard Velocity Min" and "Impact Light Velocity Min" are Triggers that define the minimum impulse a prop needs to experience to play either a hard impact or soft impact. The Impulse scales non-linearly with mass. "User Impact Hard Sound Range" and "User Impact Soft Sound Range." Are Ranges that define a sound volume range added to their respective Triggers . So if you set a your hard impact trigger to 1000, and a Range of 0, then as soon as the prop exceeds 1000 impulse force, it will play the sound at full volume. Setting a Range of +2000 means that the hard impact sound will play at zero volume at 1000 force, and maximum volume at 3000 impulse force. ////This is confusing revise////
////Temp Layout , Do Beauty Pass////