Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Tools => Topic started by: Scooby_Doo on December 03, 2011, 04:47:50 pm
-
How do you apply path point radius and path $Parent property entries to a path with dae? I've tried creating a child under "path" called "properties" and a grandchild called "$Parent=dockpoint1", but this just messes up the dock paths (it adds a (0.0.0) path point).
Oh... and is it possible to set the path points radius too?
-
Parent your path to the helper of whatever you want it parented to.
Set the size of the path points?
-
The physical linkage works perfectly... it's the path's property called "parent". I assume it tells the engine what object/subsystem this path is for or visa versa.
edit: I think there's more problems going on than just that. I import a docking port (2 points) with dae, load it up with fred and it docks at a completely wrong angle. Now I delete that dock port and redo it manually and everythings ok. :confused:
-
Got the docking issue resolved, or at least a work-around.
- Import from dae file
- Make necessary adjustments (MOI, subsystems...etc)
- Save to pof
- Delete all the docking points from the model
- Reimport the docking points from your just saved model
- Save and vola!
It appears that the pcs2 importer stores some incorrect stuff in memory, but not in the pof file. Just have to figure out how to preserve path's "Parent" property value (not hierarchal parent)
-
Do you have a reproducible example of this?