Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banane9/neosboundeduix
Neos mod that makes UIX elements selectable and editable with the usual Slot gizmos, as well as fixing UIX elements breaking when a parent is inserted.
https://github.com/banane9/neosboundeduix
harmony neos nml uix
Last synced: about 1 month ago
JSON representation
Neos mod that makes UIX elements selectable and editable with the usual Slot gizmos, as well as fixing UIX elements breaking when a parent is inserted.
- Host: GitHub
- URL: https://github.com/banane9/neosboundeduix
- Owner: Banane9
- License: lgpl-2.1
- Created: 2022-11-30T22:17:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T20:20:18.000Z (over 1 year ago)
- Last Synced: 2024-05-01T22:14:53.661Z (8 months ago)
- Topics: harmony, neos, nml, uix
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bounded UIX
===========A [NeosModLoader](https://github.com/zkxs/NeosModLoader) mod for [Neos VR](https://neos.com/) that makes UIX elements selectable and editable with the usual Slot gizmos,
as well as fixing UIX elements breaking when a parent is inserted.Selection, Gizmo and Slot creation behavior, as well as the names of newly inserted slots can be modified in the settings.
Using the Create Pivot at Center button on Slots will create a parent with a point-anchor and symmetrical offsets to achieve the size.## Installation
1. Install [NeosModLoader](https://github.com/zkxs/NeosModLoader).
2. Place [BoundedUIX.dll](https://github.com/Banane9/NeosBoundedUIX/releases/latest/download/BoundedUIX.dll) into your `nml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\NeosVR\nml_mods` for a default install. You can create it if it's missing, or if you launch the game once with NeosModLoader installed it will create the folder for you.
3. Start the game. If you want to verify that the mod is working you can check your Neos logs.![Gizmo with proper bounding box for the UIX element.](https://user-images.githubusercontent.com/2124570/206605288-0d2e374e-9aa9-4839-94e0-1e4ae3d15736.png)