Page MenuHomeFeedback Tracker

[Feature Request] Invisible physx object for Rope origin attachment
New, NormalPublic

Description

Currently the smallest object in vanilla that can be used as a Rope Parent (creating a rope with it as the origin) is the UAV Darter drone. Scripts toggle hideobjectglobal to hide it, but it is still somewhat inconvenient to be spawning Darter drones just to create a rope origin.

We need an invisible object with no display name, maybe which inherits from the drone but with empty model. It needs good simulation frequency for things like fastrope. Most big mods (ace3) have created their own invisible object for these purposes, but those of us who run vanilla don't have such luxury.

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

MDCCLXXVI created this task.Jan 9 2023, 8:05 AM

it also needs to be static, so it can be placed in a position and not need to exec

onEachFrame {obj setposworld <pos>}

to keep its position.