FirstPersonKSP / RasterPropMonitor

Plugin for Kerbal Space Program
https://forum.kerbalspaceprogram.com/index.php?/topic/190737-18x-rasterpropmonitor-adopted/&tab=comments#comment-3723047
Other
24 stars 13 forks source link

Create a prop reparenting module #126

Open JonnyOThan opened 6 months ago

JonnyOThan commented 6 months ago

@kurgut has a use case where he wants to animate a group of props. The easiest way to do this would be if they were all attached to a common parent. FreeIVA can do this, but it’s tricky because you have to use the transform name inside the prop and reference them by index.

RPM should create a small module that can be added to prop placements to reparent them at load time. But it can use a semantic ID instead of indexing so it’s not so fragile.