Page MenuHomeFeedback Tracker

Problem with spawn items like car parts on wrecks but for another objects
New, UrgentPublic

Description

I try to create Hatchet for Stumps.
I found position and orientation for hatchet:

<group name="Static_Misc_WoodBlock" lootmax="1">
      <usage name="Stump"/>
      <dispatch>
          <proxy type="Hatchet" pos="0.0 0.0 -0.2" rpy="0.0 180.000000 42.000000" />
      </dispatch>
  </group>

But if I spawn hatchet for stumps there are problems:
Ideally:

Problem #1:

Problem #2:

I found World positions for problem hatchets and ideally position with COM:
Ideally:

<group name="Static_Misc_WoodBlock" pos="12814.683594 6.154095 10184.496094" rpy="0.014109 -0.054135 -14.607449" a="104.607" />

<group name="Hatchet" pos="12814.876953 6.154046 10184.546875" rpy="42.937584 -10.802116 170.107758" a="-80.1078" />

Problem #1:

<group name="Static_Misc_WoodBlock" pos="12813.532227 6.154257 10178.999023" rpy="-0.047600 -0.029391 58.307083" a="31.6929" />

<group name="Hatchet" pos="12813.637695 6.154423 10178.829102" rpy="59.737358 39.221798 -132.699326" a="-137.301" />

Problem #2:

<group name="Static_Misc_WoodBlock" pos="12843.419922 6.265936 10193.153320" rpy="-0.014951 0.053908 164.499054" a="-74.4991" />

<group name="Hatchet" pos="12843.227539 6.265988 10193.099609" rpy="136.942535 11.455609 -10.513246" a="100.513" />

If you subtract another from one value, then it doesn't get this result:

<proxy type="Hatchet" pos="0.0 0.0 -0.2" rpy="0.0 180.000000 42.000000" />

Please help me with this problem

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline