Releases: TheNexusAvenger/Nexus-VR-Character-Model
Releases · TheNexusAvenger/Nexus-VR-Character-Model
V.2.4.1
Changes
- Added a button to load the chat in the Nexus VR Character Model menu instead of loading it and moving it by default. Newer releases of Roblox have the chat loaded by default.
- Added support for
VREnabled
going fromfalse
totrue
after Nexus VR Character Model starts. - Updated detection of the menu for Valve Index controllers.
V.2.4.0
Changes
- Added API for interacting with Nexus VR Character Model.
- See included-apis.md for the APIs that are included with Nexus VR Character Model.
- See api-design.md for how to add APIs.
- For additional native APIs, please create a GitHub Issue with the API requested. Pull requests that simply expose a function or class may not be accepted since they lock the future design of Nexus VR Character Model.
- Added native loading for Nexus VR Backpack.
- This is enabled by default. This decision was made under the assumption most existing loaders will never be updated to manually enable it.
- To disable this, set
Extra.NexusVRBackpackEnabled
tofalse
in the loader. Iffalse
, the module will not be inserted.
Ctrl
+F9
can be pressed to check if Nexus VR Character Model is loaded in the game.- To disable this, set
Output.AllowClientToOutputLoadedMessage
tofalse
in the loader.
- To disable this, set
- Added warnings for missing configuration entries as
Output.SuppressWarnings
, which can have the following entries:"MissingNexusVRBackpackEnabled"
- Suppresses warnings about theExtra.NexusVRBackpackEnabled
missing."MissingAllowClientToOutputLoadedMessage"
- Suppresses warnings about theOutput.AllowClientToOutputLoadedMessage
missing."All"
- Suppresses all warnings internal to the module. External warnings, such as the shim for older loaders that load the older module, are not affected.
- Changed module loading to use the new Nexus Development Software Distribution group.
- Existing loaders now load a shim that loads the new module. A warning will be displayed if the loader is not updated, but it will stay working as long as the shim stays up.
- Animations are now stopped with no delay (from fork cl1ents/Nexus-VR-Character-Model).
- Tools no longer appear as transparent.
V.2.3.0
Changes
- Layered clothing is no longer transparent. (#12)
- A blur is now applied when using teleport locomotion or snap turning. (#13)
- There is a new
SnapTeleportBlur
setting underCamera
, which defaults totrue
. This can be disabled by setting it tofalse
. For previous loaders, the blur will be applied unlessSnapTeleportBlur
is manually added.
- There is a new
- Snap rotating now works properly in smooth locomotion. (#13)
- Snap rotating now rotated 45 degrees instead of 22.5 degrees. (#13)
- Fixed snap rotating not working in smooth locomotion with the Valve Index. (#13)
V.2.2.1
Changes
- Changes the
Detect
cursor mode.- Rather than detecting the menu and toggling the pointer, the pointer is now always active but moved away when it detects nothing is being pointed at.
- Pointers from Nexus VR Core are still active but are now hidden.
V.2.2.0
Changes
- Updated Nexus Button.
- Buttons are now rounded instead of the previous design.
- The font has been changed from
SciFi
toSourceSans
andSourceSansBold
.
- Added new menu setting "Roblox VR Cursor". This fixes Roblox menu interactions. It has 3 options:
Detect
(Default) - Will only show the Roblox cursor when the menu is detected.Enabled
- Will enable the Roblox cursor.Disabled
- Will disable the Roblox cursor.
- Resolved issues related to the Valve Index controllers.
- Re-implemented teleport controller states to fix issues with inputs not being accepted.
- Added special case for canceling the right controller teleport if the menu opens. This is the default binding for showing the menu.
- Fixed thumbstick inputs persisting when pressed (touched on Valve Index) when the input ends.
V.2.1.6
Changes
- Updated Nexus Instance to fix memory leak.
V.2.1.5
Changes
- Fixed the character not properly respawning after spawning twice.
V.2.1.4
Changes
- Updated Nexus Instance to V.2.0.0 to improve performance.
V.2.1.3
Changes
- Updated Nexus Instance to V.1.4.1 to fix a memory leak.
V.2.1.2
Changes
- Fixed menu not appearing with deferred events.