Skip to content

[Feature Request] Allow use of non asset specific Vivify events without requiring an included bundle (or possibly without a Vivify requirement?) #23

@Mawntee

Description

@Mawntee

This request is kinda split into two halves as I'm not 100% sure how things work behind the scenes.

Mainly, it would be nice to have access to the non-bundle specific features of Vivify (such as "SetRenderingSettings" or "SetGlobalProperty") with out requiring the need for an included asset bundle.

Ideally, it would be even better if some of these features could get moved into Heck directly so that with only a Chroma suggestion or Noodle requirement, we can control any of global properties available in the base game assets.

Example: Using "SetGlobalProperty" to control the arc's highway clipping height would come in handy with a lot of Chroma custom environments.

{
  "b": 0,
  "t": "SetGlobalProperty",
  "d": {
    "properties": [{
     "id": "_TrackLaneYPosition", 
      "type": "Float", 
      "value": 0
    }]
  }
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions